summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
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