Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.5.0
-
None
-
3
-
9385
Description
The function large_xattr_enabled in test-framework.sh is supposed to detect is large extended attributes is set for the MDS. This function calls:
do_facet $SINGLEMDS "$DUMPE2FS -h $mds_dev | grep -q large_xattr"
but "large_xattr" is the wrong variable to look for. It should grep for "ea_inode".
Tests in conf-sanity, lustre-rsync-test and replay-single use large_xattr_enabled.
Attachments
Issue Links
- is related to
-
LU-3163 conf-sanity test_61 reformats MDT but not OST
- Resolved