]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/mon/config.sh: s|bin/ceph|ceph| 27147/head
authorKefu Chai <kchai@redhat.com>
Sat, 23 Mar 2019 14:43:03 +0000 (22:43 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 23 Mar 2019 14:43:08 +0000 (22:43 +0800)
so we can verify that ceph is able to reject wrong debug levels.

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

index 29d22f9329a4f97fc8b3bd4e3a437aa8351b6f16..fd1dda1a86b70892f84d35b8b8960433be4e464b 100755 (executable)
@@ -13,8 +13,8 @@ ceph config set mon.a debug_asok 22
 ceph config set mon.a debug_asok 22/33
 ceph config get mon.a debug_asok | grep 22
 ceph config set mon.a debug_asok 1/2
-expect_false bin/ceph config set mon.a debug_asok foo
-expect_false bin/ceph config set mon.a debug_asok -10
+expect_false ceph config set mon.a debug_asok foo
+expect_false ceph config set mon.a debug_asok -10
 ceph config rm mon.a debug_asok
 
 ceph config set global log_graylog_port 123