]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: do not "ceph fs get cephfs" w/o a cephfs fs 18533/head
authorKefu Chai <kchai@redhat.com>
Wed, 25 Oct 2017 11:12:08 +0000 (19:12 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Oct 2017 11:12:39 +0000 (19:12 +0800)
introduced by 183646c

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/cephtool/test.sh

index 5b9b43f210f95ec2d1cc966eb3dc388a89109eb3..c63ea889041cfe7489ea4f2035b418ef8ccc033b 100755 (executable)
@@ -614,7 +614,6 @@ function test_auth_profiles()
   ceph -n client.xx-profile-ro -k client.xx.keyring osd dump
   ceph -n client.xx-profile-ro -k client.xx.keyring pg dump
   ceph -n client.xx-profile-ro -k client.xx.keyring mon dump
-  ceph -n client.xx-profile-ro -k client.xx.keyring fs get cephfs
   # read-only gets access denied for rw commands or auth commands
   ceph -n client.xx-profile-ro -k client.xx.keyring log foo >& $TMPFILE || true
   check_response "EACCES: access denied"