From f82372fe2e8fcc6984367268a7c9c70aaa4e948a Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 1 Mar 2018 16:43:57 +0000 Subject: [PATCH] mon: fix help string for `osd crush rule create-replicated` Signed-off-by: John Spray --- src/mon/MonCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 202282c1a061..87642e3bebee 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-_.] " \ -- 2.47.3