Skip to content

Commit

Permalink
qa/workunits/fs/misc/layout_vxattrs: ceph.file.layout is not listed
Browse files Browse the repository at this point in the history
As of 08a3d6b.  A similar change was made
in the kernel.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Mar 29, 2014
1 parent 74f3827 commit 4f9f7f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qa/workunits/fs/misc/layout_vxattrs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 4f9f7f8

Please sign in to comment.