From 2b6528561d0be2fc43e7d3b5840d10ec72533f34 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 3 Jul 2020 09:14:13 +0200 Subject: [PATCH] doc: fix warning treated as an error Typical error: ``` Warning, treated as error: /home/jenkins-build/build/workspace/ceph-ansible-docs-pull-requests/docs/source/day-2/upgrade.rst:2:Title underline too short. ``` Signed-off-by: Guillaume Abrioux (cherry picked from commit 5c254861bdc146d3ef73dc99d6f52f7d03e22deb) --- docs/source/day-2/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/day-2/upgrade.rst b/docs/source/day-2/upgrade.rst index 6b82cbddc..47978321c 100644 --- a/docs/source/day-2/upgrade.rst +++ b/docs/source/day-2/upgrade.rst @@ -1,5 +1,5 @@ Upgrading the ceph cluster -------------------- +-------------------------- ceph-ansible provides a playbook in ``infrastructure-playbooks`` for upgrading a Ceph cluster: ``rolling_update.yml``.