]> git.proxmox.com Git - pve-manager.git/commitdiff
ceph pools create: enhance erasure-code description
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 3 May 2022 11:58:08 +0000 (13:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 05:12:00 +0000 (07:12 +0200)
Mention which optional parameters will be used for the replicated
metadata pool but won't have an effect on the erasure coded data pool.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/API2/Ceph/Pools.pm

index 9c3b88844d6caa1e8d3c9c1a8f325ba671f1231b..b0517a5208d53e1bad457678a1deddbd6880ed3d 100644 (file)
@@ -404,7 +404,9 @@ __PACKAGE__->register_method ({
            },
            'erasure-coding' => {
                description => "Create an erasure coded pool for RBD with an"
-                   ." accompaning replicated pool for metadata storage.",
+                   ." accompaning replicated pool for metadata storage."
+                   ." The optional 'size', 'min_size' and 'crush_rule'"
+                   ." parameters will be applied to the metadata pool.",
                type => 'string',
                format => $ec_format,
                optional => 1,