From 1401cb4e43a2011ec758aca1eb61755174f18f0a Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 3 May 2022 13:58:08 +0200 Subject: [PATCH] ceph pools create: enhance erasure-code description 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 --- 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.39.2