]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
api: ceph pool: reword ec desc full textwidth and reword slightly
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 05:14:56 +0000 (07:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 05:14:56 +0000 (07:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph/Pools.pm

index b0517a5208d53e1bad457678a1deddbd6880ed3d..544d56dcb908875c54afd88456094f2ce38f2bda 100644 (file)
@@ -403,10 +403,9 @@ __PACKAGE__->register_method ({
                default => "0; for erasure coded pools: 1",
            },
            'erasure-coding' => {
-               description => "Create an erasure coded pool for RBD with an"
-                   ." accompaning replicated pool for metadata storage."
-                   ." The optional 'size', 'min_size' and 'crush_rule'"
-                   ." parameters will be applied to the metadata pool.",
+               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.",
                type => 'string',
                format => $ec_format,
                optional => 1,