]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated dashboard iSCSI configuration, added labels
authorLenz Grimmer <lgrimmer@suse.com>
Sun, 31 Mar 2019 18:32:15 +0000 (13:32 -0500)
committerLenz Grimmer <lgrimmer@suse.com>
Mon, 6 May 2019 08:23:35 +0000 (10:23 +0200)
Added note about the requirement for the latest ceph-iscsi version
3 to the dashboard documentation. Added some doc references
and replaced some URLs in the iSCSI docs with reST labels instead.

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
(cherry picked from commit 71e46887d4b0f1afd7dc8af461879dc0f9440d50)

doc/mgr/dashboard.rst
doc/rados/configuration/ceph-conf.rst
doc/rbd/iscsi-overview.rst
doc/rbd/iscsi-requirements.rst
doc/releases/nautilus.rst
doc/start/hardware-recommendations.rst

index 9d99f25ee451737c76cf16ee3813de5b5694d46b..0e2fd5a9aacaadf5711bfd760a71ab6713d32e4d 100644 (file)
@@ -316,12 +316,18 @@ 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 <https://github.com/ceph/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 <https://github.com/ceph/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::
index 09c8e973da3ea87fe02ecbab269d1c86aa403a52..5b7264a8c765abd7a29891e8f8362bc8bece2d63 100644 (file)
@@ -1,3 +1,5 @@
+.. _configuring-ceph:
+
 ==================
  Configuring Ceph
 ==================
index 6383982919bd16794808c73e61798a3a5dffe941..034dc1bc7330ea80347a3a73098d9a45076facd7 100644 (file)
@@ -1,3 +1,5 @@
+.. _ceph-iscsi:
+
 ==================
 Ceph iSCSI Gateway
 ==================
index 973fac05cf6636ffbb614ca1268fc76030c2c00e..57e42be90e41577626b2d53a1c0853617d3859cc 100644 (file)
@@ -6,8 +6,8 @@ To implement the Ceph iSCSI gateway there are a few requirements. It is recommen
 to use two to four iSCSI gateway nodes for a highly available Ceph iSCSI gateway
 solution.
 
-For hardware recommendations, see the `Hardware Recommendation page <http://docs.ceph.com/docs/master/start/hardware-recommendations/>`_
-for more details.
+For hardware recommendations, see :ref:`hardware-recommendations` for more
+details.
 
 .. note::
     On the iSCSI gateway nodes, the memory footprint of the RBD images
@@ -46,4 +46,5 @@ cluster::
        ceph daemon osd.0 config set osd_heartbeat_grace 20
        ceph daemon osd.0 config set osd_heartbeat_interval 5
 
-For more details on setting Ceph's configuration options, see the `Configuration page <http://docs.ceph.com/docs/master/rados/configuration/>`_.
+For more details on setting Ceph's configuration options, see
+:ref:`configuring-ceph`.
index 4ac6b9a390e8331e345af9ab6e354073cfbed202..145f2d158077ec617165913d28408edb810af974 100644 (file)
@@ -13,7 +13,7 @@ Major Changes from Mimic
 
 - *Dashboard*:
 
-  The Ceph Dashboard has gained a lot of new functionality:
+  The :ref:`mgr-dashboard` has gained a lot of new functionality:
 
   * Support for multiple users / roles
   * SSO (SAMLv2) for user authentication
@@ -32,7 +32,7 @@ Major Changes from Mimic
   * Embedded Grafana Dashboards (derived from Ceph Metrics)
   * CRUSH map viewer
   * NFS Ganesha management
-  * iSCSI target management (via ceph-iscsi)
+  * iSCSI target management (via :ref:`ceph-iscsi`)
   * RBD QoS configuration
   * Ceph Manager (ceph-mgr) module management
   * Prometheus alert Management
index a92c476d8189595e0ee5cf5750985f0071ede6be..30e00a892461a10f82a80fd2d8a1dda41d943b38 100644 (file)
@@ -1,3 +1,5 @@
+.. _hardware-recommendations:
+
 ==========================
  Hardware Recommendations
 ==========================