]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add rbd pool requirement for gwcli 19931/head
authorMike Christie <mchristi@redhat.com>
Tue, 16 Jan 2018 18:46:09 +0000 (12:46 -0600)
committerMike Christie <mchristi@redhat.com>
Tue, 16 Jan 2018 18:48:55 +0000 (12:48 -0600)
Signed-off-by: Mike Christie <mchristi@redhat.com>
doc/rbd/iscsi-target-cli.rst

index 1666349ed56155a8f5a27fb258216ac2e466829c..3a312cade5f34725372914aff41c260ad5892d1a 100644 (file)
@@ -75,6 +75,18 @@ For rpm based instructions execute the following commands:
 
 **Setup:**
 
+#. gwcli requires a pool with the name ``rbd``, so it can store metadata
+   like the iSCSI configuration. To check if this pool has been created
+   run:
+
+   ::
+
+       # ceph osd lspools
+
+   If it does not exist instructions for creating pools can be found on the
+   `RADOS pool operations page
+   <http://docs.ceph.com/docs/master/rados/operations/pools/>`_.
+
 #. As ``root``, on a iSCSI gateway node, create a file named
    ``iscsi-gateway.cfg`` in the ``/etc/ceph/`` directory: