Skip to content

Commit

Permalink
Merge PR ceph#27147 into master
Browse files Browse the repository at this point in the history
* refs/pull/27147/head:
	qa/workunits/mon/config.sh: s|bin/ceph|ceph|

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Mar 24, 2019
2 parents 673f1e8 + b8082eb commit 2d920de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/workunits/mon/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d920de

Please sign in to comment.