From: Sage Weil Date: Sat, 22 Feb 2020 17:06:09 +0000 (-0600) Subject: ceph: allow watching channels aside from cluster and audit X-Git-Tag: v15.1.1~212^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=de67305a4416f6d7faf71fbd1ed07230e415d390;p=ceph.git ceph: allow watching channels aside from cluster and audit Signed-off-by: Sage Weil --- diff --git a/src/ceph.in b/src/ceph.in index 7533fed5f71..014e49166a6 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -324,9 +324,8 @@ def parse_cmdargs(args=None, target=''): help='watch error events') parser.add_argument('--watch-channel', dest="watch_channel", - choices=['cluster', 'audit', '*'], - help="which log channel to follow " \ - "when using -w/--watch. One of ['cluster', 'audit', '*']", + help="log channel to follow " \ + "when using -w/--watch; '*' for all", default='cluster') parser.add_argument('--version', '-v', action="store_true", help="display version")