From: Aviv Caro <133020857+caroav@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:43:56 +0000 (+0300) Subject: doc/rbd: Add group name to nvmeof-target-configure.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87751a6dbaa39120189bd9ae9798a8daba441d86;p=ceph.git doc/rbd: Add group name to nvmeof-target-configure.rst Signed-off-by: Aviv Caro <133020857+caroav@users.noreply.github.com> --- 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 =============