Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
14078
Description
While running a basic test:
rm -rf test_dir cp -rf sysconfig test_dir rm -rf /mnt/test1/test_dir #lfs setstripe -c -1 /mnt/test1 while true do mv test_dir /mnt/test1/ mv /mnt/test1/test_dir . done
If some directory contains "stripe" xattr ("trusted.lov" or "lustre.lov"), there will
be an error during move its subdirectories out of Lustre.
getting attribute `trusted.lov' of `trusted.lov': Numerical result out of range getting attribute `lustre.lov' of `lustre.lov': Numerical result out of range
Attachments
Issue Links
- is duplicated by
-
LU-5229 Interop 2.5.1<->2.6 failure on test suite sanity-hsm test_12c: Restored file differs
- Resolved