]> git.proxmox.com Git - pve-docs.git/commitdiff
update static/schema info
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 06:52:51 +0000 (08:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 06:52:51 +0000 (08:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
datacenter.cfg.5-opts.adoc
pveceph.1-synopsis.adoc

index 1423523eb02b442af14ba83a136b12a6f4c8f899..f0a132175c20e04e20f63a6a857cb97a8ec48e8e 100644 (file)
@@ -8810,7 +8810,7 @@ const apiSchema = [
                               },
                               "upper" : {
                                  "default" : 1000000,
-                                 "description" : "Upper, inclusive boundary for free next-id API range.",
+                                 "description" : "Upper, exclusive boundary for free next-id API range.",
                                  "max" : 999999999,
                                  "min" : 100,
                                  "optional" : 1,
@@ -33463,7 +33463,7 @@ const apiSchema = [
                                        "typetext" : "<string>"
                                     },
                                     "erasure-coding" : {
-                                       "description" : "Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage.",
+                                       "description" : "Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage. With EC, the common ceph options 'size', 'min_size' and 'crush_rule' parameters will be applied to the metadata pool.",
                                        "format" : {
                                           "device-class" : {
                                              "description" : "CRUSH device class. Will create an erasure coded pool plus a replicated pool for metadata.",
index bcc7f75e9efead8106446a973f0fbe9c12ff3b47..4565accfdfdd4a6e2d76e53a69a3d6e24f707723 100644 (file)
@@ -94,7 +94,7 @@ Lower, inclusive boundary for free next-id API range.
 
 `upper`=`<integer>` ('default =' `1000000`);;
 
-Upper, inclusive boundary for free next-id API range.
+Upper, exclusive boundary for free next-id API range.
 
 `u2f`: `[appid=<APPID>] [,origin=<URL>]` ::
 
index 1798c3bd17abd8f16f8b23ec9208f9416649064a..04041d0ecb3faf5c3604227b15a89741b163b286 100644 (file)
@@ -256,7 +256,7 @@ The rule to use for mapping object placement in the cluster.
 
 `--erasure-coding` `k=<integer> ,m=<integer> [,device-class=<class>] [,failure-domain=<domain>] [,profile=<profile>]` ::
 
-Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage.
+Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage. With EC, the common ceph options 'size', 'min_size' and 'crush_rule' parameters will be applied to the metadata pool.
 
 `--min_size` `<integer> (1 - 7)` ('default =' `2`)::