Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Lustre 2.10.5
-
None
-
3
-
9223372036854775807
Description
Expected behavior is unchanged values remain the same.
This is with lustre 2.10.4 client:
[root@ieel-c01 fs1]# mkdir testdir [root@ieel-c01 fs1]# lfs getstripe -d testdir/ stripe_count: 1 stripe_size: 1048576 stripe_offset: -1 [root@ieel-c01 fs1]# lfs setstripe -S 2M testdir/ [root@ieel-c01 fs1]# lfs setstripe -i -1 testdir/ [root@ieel-c01 fs1]# lfs getstripe -d testdir/ stripe_count: 1 stripe_size: 1048576 stripe_offset: -1
Expected: stripe_count: 1 stripe_size: 2097152 stripe_offset: -1
[root@ieel-c01 fs1]# lfs setstripe -c -1 -S 2M testdir/ [root@ieel-c01 fs1]# lfs getstripe -d testdir/ stripe_count: -1 stripe_size: 2097152 stripe_offset: -1 [root@ieel-c01 fs1]# lfs setstripe -i 0 testdir/ [root@ieel-c01 fs1]# lfs getstripe -d testdir/ stripe_count: 1 stripe_size: 1048576 stripe_offset: 0
Expected: stripe_count: -1 stripe_size: 2097152 stripe_offset: 0
Attachments
Issue Links
- is duplicated by
-
LUDOC-171 Document "lfs setstripe" behavior when the second setstripe with a different attribute reset the first attribute value
-
- Resolved
-