[pve-devel] [PATCH manager 2/3] ceph pools create: enhance erasure-code description

Aaron Lauterer a.lauterer at proxmox.com
Tue May 3 13:58:08 CEST 2022


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 at proxmox.com>
---
 PVE/API2/Ceph/Pools.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/PVE/API2/Ceph/Pools.pm b/PVE/API2/Ceph/Pools.pm
index 9c3b8884..b0517a52 100644
--- a/PVE/API2/Ceph/Pools.pm
+++ b/PVE/API2/Ceph/Pools.pm
@@ -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,
-- 
2.30.2






More information about the pve-devel mailing list