From ea9eea012ae79f768095b020f53091fa31e910fa Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 4 May 2022 07:14:56 +0200 Subject: [PATCH] api: ceph pool: reword ec desc full textwidth and reword slightly Signed-off-by: Thomas Lamprecht --- PVE/API2/Ceph/Pools.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PVE/API2/Ceph/Pools.pm b/PVE/API2/Ceph/Pools.pm index b0517a52..544d56dc 100644 --- a/PVE/API2/Ceph/Pools.pm +++ b/PVE/API2/Ceph/Pools.pm @@ -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,