]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: Add group name to nvmeof-target-configure.rst caroav-patch-1 68423/head
authorAviv Caro <133020857+caroav@users.noreply.github.com>
Thu, 16 Apr 2026 11:43:56 +0000 (14:43 +0300)
committerAviv Caro <aviv.caro@ibm.com>
Sat, 18 Apr 2026 15:50:05 +0000 (18:50 +0300)
Signed-off-by: Aviv Caro <133020857+caroav@users.noreply.github.com>
doc/rbd/nvmeof-target-configure.rst

index f702b118299689d443bd33a5a1a900a4bcb4aa02..781e568eec3251b7435b092d1bb867b779465c8d 100644 (file)
@@ -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
 =============