On Sep 26, 2008  16:41 -0500, Mike Feuerstein wrote:
> I suspect that tunefs.lustre is used to change the stripe count for an
> existing file system 
> 
> from Lustre default to some other value, but I'm not sure if I do this
> at the MDT or on each OST device.
> 
> tunefs.lustre -fsname=[NAME] param lov.stripe_count=4 ??

A much easier method with newer filesystems is to just set the striping
on the root directory like "lfs setstripe -c 4 /mnt/lustre" and that
will internally generate the above command and set the default striping.

Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.

_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to