mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
api: ceph pool: reword ec desc full textwidth and reword slightly
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1401cb4e43
commit
ea9eea012a
@ -403,10 +403,9 @@ __PACKAGE__->register_method ({
|
|||||||
default => "0; for erasure coded pools: 1",
|
default => "0; for erasure coded pools: 1",
|
||||||
},
|
},
|
||||||
'erasure-coding' => {
|
'erasure-coding' => {
|
||||||
description => "Create an erasure coded pool for RBD with an"
|
description => "Create an erasure coded pool for RBD with an accompaning"
|
||||||
." accompaning replicated pool for metadata storage."
|
." replicated pool for metadata storage. With EC, the common ceph options 'size',"
|
||||||
." The optional 'size', 'min_size' and 'crush_rule'"
|
." 'min_size' and 'crush_rule' parameters will be applied to the metadata pool.",
|
||||||
." parameters will be applied to the metadata pool.",
|
|
||||||
type => 'string',
|
type => 'string',
|
||||||
format => $ec_format,
|
format => $ec_format,
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user