mirror of
https://github.com/ceph/ceph
synced 2025-02-04 09:23:24 +00:00
qa/workunits/mon/config.sh: s|bin/ceph|ceph|
so we can verify that ceph is able to reject wrong debug levels. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
37d4390a27
commit
b8082ebc56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user