mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 11:27:59 +00:00
update static/schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9c2fa0b595
commit
e6d66c2f52
@ -33406,6 +33406,15 @@ const apiSchema = [
|
|||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"title" : "PG Autoscale Target Ratio",
|
"title" : "PG Autoscale Target Ratio",
|
||||||
"type" : "number"
|
"type" : "number"
|
||||||
|
},
|
||||||
|
"type" : {
|
||||||
|
"enum" : [
|
||||||
|
"replicated",
|
||||||
|
"erasure",
|
||||||
|
"unknown"
|
||||||
|
],
|
||||||
|
"title" : "Type",
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
@ -33428,7 +33437,8 @@ const apiSchema = [
|
|||||||
"additionalProperties" : 0,
|
"additionalProperties" : 0,
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"add_storages" : {
|
"add_storages" : {
|
||||||
"description" : "Configure VM and CT storage using the new pool. Always enabled for erasure coded pools.",
|
"default" : "0; for erasure coded pools: 1",
|
||||||
|
"description" : "Configure VM and CT storage using the new pool.",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"typetext" : "<boolean>"
|
"typetext" : "<boolean>"
|
||||||
@ -33453,6 +33463,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<string>"
|
"typetext" : "<string>"
|
||||||
},
|
},
|
||||||
"erasure-coding" : {
|
"erasure-coding" : {
|
||||||
|
"description" : "Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage.",
|
||||||
"format" : {
|
"format" : {
|
||||||
"device-class" : {
|
"device-class" : {
|
||||||
"description" : "CRUSH device class. Will create an erasure coded pool plus a replicated pool for metadata.",
|
"description" : "CRUSH device class. Will create an erasure coded pool plus a replicated pool for metadata.",
|
||||||
@ -33461,6 +33472,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"failure-domain" : {
|
"failure-domain" : {
|
||||||
|
"default" : "host",
|
||||||
"description" : "CRUSH failure domain. Default is 'host'. Will create an erasure coded pool plus a replicated pool for metadata.",
|
"description" : "CRUSH failure domain. Default is 'host'. Will create an erasure coded pool plus a replicated pool for metadata.",
|
||||||
"format_description" : "domain",
|
"format_description" : "domain",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
@ -33468,7 +33480,7 @@ const apiSchema = [
|
|||||||
},
|
},
|
||||||
"k" : {
|
"k" : {
|
||||||
"description" : "Number of data chunks. Will create an erasure coded pool plus a replicated pool for metadata.",
|
"description" : "Number of data chunks. Will create an erasure coded pool plus a replicated pool for metadata.",
|
||||||
"minimum" : 1,
|
"minimum" : 2,
|
||||||
"type" : "integer"
|
"type" : "integer"
|
||||||
},
|
},
|
||||||
"m" : {
|
"m" : {
|
||||||
|
@ -242,9 +242,9 @@ Create Ceph pool
|
|||||||
|
|
||||||
The name of the pool. It must be unique.
|
The name of the pool. It must be unique.
|
||||||
|
|
||||||
`--add_storages` `<boolean>` ::
|
`--add_storages` `<boolean>` ('default =' `0; for erasure coded pools: 1`)::
|
||||||
|
|
||||||
Configure VM and CT storage using the new pool. Always enabled for erasure coded pools.
|
Configure VM and CT storage using the new pool.
|
||||||
|
|
||||||
`--application` `<cephfs | rbd | rgw>` ('default =' `rbd`)::
|
`--application` `<cephfs | rbd | rgw>` ('default =' `rbd`)::
|
||||||
|
|
||||||
@ -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>]` ::
|
`--erasure-coding` `k=<integer> ,m=<integer> [,device-class=<class>] [,failure-domain=<domain>] [,profile=<profile>]` ::
|
||||||
|
|
||||||
no description available
|
Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage.
|
||||||
|
|
||||||
`--min_size` `<integer> (1 - 7)` ('default =' `2`)::
|
`--min_size` `<integer> (1 - 7)` ('default =' `2`)::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user