From b56d994f3addcd9c6a7848dec9be93568cdb2d0e Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Tue, 16 Jan 2018 12:46:09 -0600 Subject: [PATCH] doc: add rbd pool requirement for gwcli Signed-off-by: Mike Christie --- doc/rbd/iscsi-target-cli.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/rbd/iscsi-target-cli.rst b/doc/rbd/iscsi-target-cli.rst index 1666349ed56..3a312cade5f 100644 --- a/doc/rbd/iscsi-target-cli.rst +++ b/doc/rbd/iscsi-target-cli.rst @@ -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 + `_. + #. As ``root``, on a iSCSI gateway node, create a file named ``iscsi-gateway.cfg`` in the ``/etc/ceph/`` directory: -- 2.39.5