update static/schema info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-04 08:52:51 +02:00
parent 41791cf85d
commit 460359c5ba
3 changed files with 4 additions and 4 deletions

View 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.",

View 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>]` ::

View 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`)::