From: Jason Dillaman Date: Mon, 1 Apr 2019 13:20:24 +0000 (-0400) Subject: Merge pull request #27074 from LenzGr/master-documentation X-Git-Tag: v15.0.0~32 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41d3fdc554ce920a631c7c6699a383134173fcff;p=ceph.git Merge pull request #27074 from LenzGr/master-documentation doc: Updated dashboard iSCSI configuration, added labels Reviewed-by: Ricardo Marques Reviewed-by: Jason Dillaman --- 41d3fdc554ce920a631c7c6699a383134173fcff diff --cc doc/mgr/dashboard.rst index 11314724b163,ed282b5c711e..1c55a4eedcfc --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@@ -316,15 -314,21 +316,21 @@@ The default value is 45 seconds Enabling iSCSI Management ^^^^^^^^^^^^^^^^^^^^^^^^^ - The Ceph Dashboard can manage iSCSI targets using the REST API provided - by the `rbd-target-api` service of the `ceph-iscsi `_ - project. Please make sure that it's installed and enabled on the iSCSI gateways. + The Ceph Dashboard can manage iSCSI targets using the REST API provided by the + `rbd-target-api` service of the :ref:`ceph-iscsi`. Please make sure that it's + installed and enabled on the iSCSI gateways. + + .. note:: + The iSCSI management functionality of Ceph Dashboard depends on the latest + version 3 of the `ceph-iscsi `_ project. + Make sure that your operating system provides the correct version, otherwise + the dashboard won't enable the managemement features. If ceph-iscsi REST API is configured in HTTPS mode and its using a self-signed - certificate, then we need to configure the dashboard to avoid SSL certificate + certificate, then you need to configure the dashboard to avoid SSL certificate verification when accessing ceph-iscsi API. -To disable API SSL verification run the following commmand:: +To disable API SSL verification run the following command:: $ ceph dashboard set-iscsi-api-ssl-verification false