]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: kclient/file_layout.sh poking
authorSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 21:58:19 +0000 (14:58 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 22:01:59 +0000 (15:01 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
qa/workunits/kclient/file_layout.sh

index 328b99fafb7a895063f07d11c09f28724bb49300..fc3c27d5f172668004ebbb30d4f7a39696106329 100755 (executable)
@@ -51,6 +51,7 @@ echo "hello, I'm a file with a custom layout" > layout_test/file2
 touch layout_test/file3
 cephfs layout_test/file3 show_layout > temp
 diff new_layout temp || return 1
+sudo ls /sys/kernel/debug/ceph
 sudo cat /sys/kernel/debug/ceph/\*/mdsmap > temp
 ceph osd pool create newpool || true
 ceph mds add_data_pool 3 || true