summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-03-12 14:58:19 -0700
committerSage Weil <sage.weil@dreamhost.com>2012-03-12 15:01:59 -0700
commit401a57161327eacca6b6173c502a82c5f83272df (patch)
tree9ffde566336d35b4618ca1ce998951853f597325 /qa
parent7e0e7ce1eb7f15fed4082abdbb216d6c67d52e76 (diff)
downloadceph-401a57161327eacca6b6173c502a82c5f83272df.tar.gz
qa: kclient/file_layout.sh poking
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/kclient/file_layout.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/workunits/kclient/file_layout.sh b/qa/workunits/kclient/file_layout.sh
index 328b99fafb7..fc3c27d5f17 100755
--- a/qa/workunits/kclient/file_layout.sh
+++ b/qa/workunits/kclient/file_layout.sh
@@ -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