From 0f1e97238c60638443b5ae355cfca965cf25f397 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 25 Oct 2017 19:12:08 +0800 Subject: [PATCH] qa: do not "ceph fs get cephfs" w/o a cephfs fs introduced by 183646c Signed-off-by: Kefu Chai --- qa/workunits/cephtool/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 5b9b43f210f95..c63ea889041cf 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" -- 2.47.3