doc/mgr/dashboard: update iscsi documentation

Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
Ricardo Dias 2019-03-11 15:44:03 +00:00
parent 5af8611501
commit e6f3095a58
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68

View File

@ -324,6 +324,15 @@ The available iSCSI gateways must be defined using the following commands::
$ ceph dashboard iscsi-gateway-add <gateway_name> <scheme>://<username>:<password>@<host>[:port]
$ ceph dashboard iscsi-gateway-rm <gateway_name>
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
verification when accessing ceph-iscsi API.
To disable API SSL verification run the following commmand::
$ ceph dashboard iscsi-set-api-ssl-verification false
.. _dashboard-grafana:
Enabling the Embedding of Grafana Dashboards