From 460359c5ba6b5c4a1c851655dcc32e237e3e34a7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 4 May 2022 08:52:51 +0200 Subject: [PATCH] update static/schema info Signed-off-by: Thomas Lamprecht --- api-viewer/apidata.js | 4 ++-- datacenter.cfg.5-opts.adoc | 2 +- pveceph.1-synopsis.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index 1423523..f0a1321 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -8810,7 +8810,7 @@ const apiSchema = [ }, "upper" : { "default" : 1000000, - "description" : "Upper, inclusive boundary for free next-id API range.", + "description" : "Upper, exclusive boundary for free next-id API range.", "max" : 999999999, "min" : 100, "optional" : 1, @@ -33463,7 +33463,7 @@ const apiSchema = [ "typetext" : "" }, "erasure-coding" : { - "description" : "Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage.", + "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.", "format" : { "device-class" : { "description" : "CRUSH device class. Will create an erasure coded pool plus a replicated pool for metadata.", diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index bcc7f75..4565acc 100644 --- a/datacenter.cfg.5-opts.adoc +++ b/datacenter.cfg.5-opts.adoc @@ -94,7 +94,7 @@ Lower, inclusive boundary for free next-id API range. `upper`=`` ('default =' `1000000`);; -Upper, inclusive boundary for free next-id API range. +Upper, exclusive boundary for free next-id API range. `u2f`: `[appid=] [,origin=]` :: diff --git a/pveceph.1-synopsis.adoc b/pveceph.1-synopsis.adoc index 1798c3b..04041d0 100644 --- a/pveceph.1-synopsis.adoc +++ b/pveceph.1-synopsis.adoc @@ -256,7 +256,7 @@ The rule to use for mapping object placement in the cluster. `--erasure-coding` `k= ,m= [,device-class=] [,failure-domain=] [,profile=]` :: -Create an erasure coded pool for RBD with an accompaning replicated pool for metadata storage. +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. `--min_size` ` (1 - 7)` ('default =' `2`)::