Details
-
Task
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.1.3
-
rhel6
-
10236
Description
After running <lfs setstripe -d /data> we ran the below command to start striping /data
lfs setstripe -s 0 -c 7 --offset=4
When we execute <lfs getstripe -v /data> it shows:
/data stripe count: 7 stripe_size: 1048576 stripe_offset: -1
Why is it that when we execute <watch lfs df> it still shows only ost0 being written to? We have stopped all services that write to this directory and umount /data but after remounting /data and restarting the services to continue writing it still shows only writing to ost0. To us it seems that the default striping is still going on even though we removed it before running the <lfs getstripe>.