From 42c3018cfb2c11c7c8590f3d367666646962ae63 Mon Sep 17 00:00:00 2001 From: Eneko Lacunza Date: Thu, 5 May 2022 17:41:51 +0200 Subject: [PATCH] doc/rados/operations: Add missing required parameters to stretch-mode CRUSH rule example Rule example is missing min_size and max_size, both are required. Signed-off-by: Eneko Lacunza --- doc/rados/operations/stretch-mode.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rados/operations/stretch-mode.rst b/doc/rados/operations/stretch-mode.rst index cce882058bc..07da47db026 100644 --- a/doc/rados/operations/stretch-mode.rst +++ b/doc/rados/operations/stretch-mode.rst @@ -82,6 +82,8 @@ named ``site1`` and ``site2``:: rule stretch_rule { id 1 + min_size 1 + max_size 10 type replicated step take site1 step chooseleaf firstn 2 type host -- 2.39.5