From de67305a4416f6d7faf71fbd1ed07230e415d390 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 22 Feb 2020 11:06:09 -0600 Subject: [PATCH] ceph: allow watching channels aside from cluster and audit Signed-off-by: Sage Weil --- src/ceph.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ceph.in b/src/ceph.in index 7533fed5f71be..014e49166a6f8 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") -- 2.39.5