From 4f9f7f878953b29cd5f56a8e0834832d6e3a9cec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 29 Mar 2014 14:23:21 -0700 Subject: [PATCH] qa/workunits/fs/misc/layout_vxattrs: ceph.file.layout is not listed As of 08a3d6bd428c5e78dd4a10e6ee97540f66f9729c. A similar change was made in the kernel. Signed-off-by: Sage Weil --- qa/workunits/fs/misc/layout_vxattrs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/qa/workunits/fs/misc/layout_vxattrs.sh b/qa/workunits/fs/misc/layout_vxattrs.sh index e6c7c65212a86..4bd543dd5a05e 100755 --- a/qa/workunits/fs/misc/layout_vxattrs.sh +++ b/qa/workunits/fs/misc/layout_vxattrs.sh @@ -6,9 +6,6 @@ set -e rm -f file file2 touch file file2 -getfattr -d -m - file | grep -q ceph.file.layout -getfattr -d -m - file | grep -q ceph.file.layout.pool && exit 1 || true - getfattr -n ceph.file.layout file getfattr -n ceph.file.layout file | grep -q object_size= getfattr -n ceph.file.layout file | grep -q stripe_count= -- 2.39.5