From: John Spray Date: Thu, 1 Mar 2018 16:43:57 +0000 (+0000) Subject: mon: fix help string for `osd crush rule create-replicated` X-Git-Tag: v14.1.0~969^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f82372fe2e8fcc6984367268a7c9c70aaa4e948a;p=ceph.git mon: fix help string for `osd crush rule create-replicated` Signed-off-by: John Spray --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 202282c1a06..87642e3bebe 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -652,7 +652,7 @@ COMMAND("osd crush rule create-replicated " \ "name=root,type=CephString,goodchars=[A-Za-z0-9-_.] " \ "name=type,type=CephString,goodchars=[A-Za-z0-9-_.] " \ "name=class,type=CephString,goodchars=[A-Za-z0-9-_.],req=false", - "create crush rule for replicated pool to start from , replicate across buckets of type , using a choose mode of (default firstn; indep best for erasure pools)", \ + "create crush rule for replicated pool to start from , replicate across buckets of type , use devices of type (ssd or hdd)", \ "osd", "rw", "cli,rest") COMMAND("osd crush rule create-erasure " \ "name=name,type=CephString,goodchars=[A-Za-z0-9-_.] " \