]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
doc: remove legacy paragraph
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 23 Mar 2021 08:28:19 +0000 (09:28 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 23 Mar 2021 08:28:19 +0000 (09:28 +0100)
since notario was removed, this note is not needed.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
docs/source/index.rst

index c26b6b6196bd4e7d3a2b37177a790b43052d45f2..c74ca68ed65ef594e5829f19bb5da2151f28fae7 100644 (file)
@@ -145,22 +145,6 @@ be run early in the deployment as to ensure you've given ``ceph-ansible`` the co
 proper config settings for your cluster, not that the values in them will produce a healthy cluster. For example, if you give an incorrect address for
 ``monitor_address`` then the mon will still fail to join the cluster.
 
-An example of a validation failure might look like:
-
-.. code-block:: console
-
-   TASK [ceph-validate : validate provided configuration] *************************
-   task path: /Users/andrewschoen/dev/ceph-ansible/roles/ceph-validate/tasks/main.yml:3
-   Wednesday 02 May 2018  13:48:16 -0500 (0:00:06.984)       0:00:18.803 *********
-    [ERROR]: [mon0] Validation failed for variable: osd_objectstore
-
-    [ERROR]: [mon0] Given value for osd_objectstore: foo
-
-    [ERROR]: [mon0] Reason: osd_objectstore must be either 'bluestore' or 'filestore'
-
-    fatal: [mon0]: FAILED! => {
-        "changed": false
-        }
 
 Supported Validation
 ^^^^^^^^^^^^^^^^^^^^