mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-13 03:49:16 +00:00
update static/schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
41791cf85d
commit
460359c5ba
@ -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.",
|
||||
|
@ -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>]` ::
|
||||
|
||||
|
@ -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`)::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user