From acdfd98787c851607baf8521f118683e936382a2 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 25 May 2015 23:16:45 +0800 Subject: [PATCH] doc: fix typo in placement-groups.rst s/osd pool set/osd pool create/ in the command line example. Fixes: #11503 Signed-off-by: Kefu Chai --- doc/rados/operations/placement-groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index 15c1afd49579..fe99269e6e45 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -9,7 +9,7 @@ A preselection of pg_num When creating a new pool with:: - ceph osd pool set {pool-name} pg_num + ceph osd pool create {pool-name} pg_num it is mandatory to choose the value of ``pg_num`` because it cannot be calculated automatically. Here are a few values commonly used: -- 2.47.3