diff options
author | Sage Weil <sage.weil@dreamhost.com> | 2012-03-12 22:58:19 +0100 |
---|---|---|
committer | Sage Weil <sage.weil@dreamhost.com> | 2012-03-12 23:01:59 +0100 |
commit | 401a57161327eacca6b6173c502a82c5f83272df (patch) | |
tree | 9ffde566336d35b4618ca1ce998951853f597325 /qa | |
parent | rgw: modify bucket instance for encoding test (diff) | |
download | ceph-401a57161327eacca6b6173c502a82c5f83272df.tar.xz ceph-401a57161327eacca6b6173c502a82c5f83272df.zip |
qa: kclient/file_layout.sh poking
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/workunits/kclient/file_layout.sh | 1 |
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 |