]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon: fix help string for `osd crush rule create-replicated`
authorJohn Spray <john.spray@redhat.com>
Thu, 1 Mar 2018 16:43:57 +0000 (16:43 +0000)
committerJohn Spray <john.spray@redhat.com>
Fri, 2 Nov 2018 10:57:40 +0000 (06:57 -0400)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MonCommands.h

index 202282c1a061c1d95fa784f2b10ce305b4321b31..87642e3bebee4267e274c48bd6cb71c529507185 100644 (file)
@@ -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 <name> for replicated pool to start from <root>, replicate across buckets of type <type>, using a choose mode of <firstn|indep> (default firstn; indep best for erasure pools)", \
+       "create crush rule <name> for replicated pool to start from <root>, replicate across buckets of type <type>, use devices of type <class> (ssd or hdd)", \
        "osd", "rw", "cli,rest")
 COMMAND("osd crush rule create-erasure " \
        "name=name,type=CephString,goodchars=[A-Za-z0-9-_.] " \