From: Kefu Chai Date: Wed, 25 Oct 2017 11:12:08 +0000 (+0800) Subject: qa: do not "ceph fs get cephfs" w/o a cephfs fs X-Git-Tag: v13.0.1~408^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f1e97238c60638443b5ae355cfca965cf25f397;p=ceph.git qa: do not "ceph fs get cephfs" w/o a cephfs fs introduced by 183646c Signed-off-by: Kefu Chai --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 5b9b43f210f9..c63ea889041c 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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"