From 87751a6dbaa39120189bd9ae9798a8daba441d86 Mon Sep 17 00:00:00 2001 From: Aviv Caro <133020857+caroav@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:43:56 +0300 Subject: [PATCH] doc/rbd: Add group name to nvmeof-target-configure.rst Signed-off-by: Aviv Caro <133020857+caroav@users.noreply.github.com> --- doc/rbd/nvmeof-target-configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rbd/nvmeof-target-configure.rst b/doc/rbd/nvmeof-target-configure.rst index f702b1182996..781e568eec32 100644 --- a/doc/rbd/nvmeof-target-configure.rst +++ b/doc/rbd/nvmeof-target-configure.rst @@ -40,11 +40,11 @@ Complete the following steps to install the Ceph NVME-oF gateway: rbd pool init NVME-OF_POOL_NAME -#. Deploy the NVMe-oF gateway daemons on a specific set of nodes: +#. Deploy the NVMe-oF gateway daemons on a specific set of nodes, and with a unique group name: .. prompt:: bash # - ceph orch apply nvmeof NVME-OF_POOL_NAME --placement="host01, host02" + ceph orch apply nvmeof NVME-OF_POOL_NAME NVME_OF_GROUP_NAME --placement="host01, host02" Configuration ============= -- 2.47.3