]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/mgr/localpool.rst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / doc / mgr / localpool.rst
index 5779b7cf175b7b992861668e559f1aeed21f636f..4948dc756043b9a320cb4219efd423a332baeea7 100644 (file)
@@ -1,7 +1,7 @@
-Local pool plugin
+Local Pool Module
 =================
 
-The *localpool* plugin can automatically create RADOS pools that are
+The *localpool* module can automatically create RADOS pools that are
 localized to a subset of the overall cluster.  For example, by default, it will
 create a pool for each distinct rack in the cluster.  This can be useful for some
 deployments that want to distribute some data locally as well as globally across the cluster .
@@ -31,5 +31,5 @@ The *localpool* module understands the following options:
 These options are set via the config-key interface.  For example, to
 change the replication level to 2x with only 64 PGs, ::
 
-  ceph config-key set mgr/localpool/num_rep 2
-  ceph config-key set mgr/localpool/pg_num 64
+  ceph config set mgr mgr/localpool/num_rep 2
+  ceph config set mgr mgr/localpool/pg_num 64