]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: accept cephadm channel to 'ceph log last'
authorSage Weil <sage@redhat.com>
Mon, 24 Feb 2020 15:04:04 +0000 (09:04 -0600)
committerSage Weil <sage@redhat.com>
Thu, 27 Feb 2020 17:54:29 +0000 (11:54 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h

index 4f2ffa9324018473934ecf3c20cad0596a12dfbd..f0811e0cd89c68c9a4763f43e3f95adb304a6aa0 100644 (file)
@@ -201,7 +201,7 @@ COMMAND("log name=logtext,type=CephString,n=N",
 COMMAND("log last "
         "name=num,type=CephInt,range=1,req=false "
         "name=level,type=CephChoices,strings=debug|info|sec|warn|error,req=false "
-        "name=channel,type=CephChoices,strings=*|cluster|audit,req=false",
+        "name=channel,type=CephChoices,strings=*|cluster|audit|cephadm,req=false",
        "print last few lines of the cluster log",
        "mon", "r")