From f6bb4feead4323aae728c8e0df2258ee2d9dd248 Mon Sep 17 00:00:00 2001 From: Alexander Adamov Date: Thu, 15 Oct 2015 10:50:12 +0300 Subject: [PATCH] Use 'console' instead of 'shell' Removing Sphinx build warning because of using unspecified 'shell' tag for '.. code-block::' Change-Id: Ie59c0d1eea4d2146d75bbe72100b22235f5d8f7a (cherry picked from commit a2e201fd2816314f65ac7348ad3cc4ff339f42d8) --- .../troubleshoot/9120-corosync-crashes.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/operations/troubleshoot/9120-corosync-crashes.rst b/pages/operations/troubleshoot/9120-corosync-crashes.rst index a3f217f2e..b38e6eaee 100644 --- a/pages/operations/troubleshoot/9120-corosync-crashes.rst +++ b/pages/operations/troubleshoot/9120-corosync-crashes.rst @@ -12,25 +12,25 @@ issues with Corosync and MySQL. #. Verify that Corosync is really broken: - .. code-block:: shell + .. code-block:: console service corosync status * You should see this error: - .. code-block:: shell + .. code-block:: console corosync dead but pid file exists #. Start Corosync manually: - .. code-block:: shell + .. code-block:: console service corosync start #. Run the following command: - .. code-block:: shell + .. code-block:: console ps -ef | grep mysql @@ -41,13 +41,13 @@ issues with Corosync and MySQL. * Check it with the following command: - .. code-block:: shell + .. code-block:: console ps -ef | grep mysql * If it doesn't start, run: - .. code-block:: shell + .. code-block:: console crm resource p_mysql @@ -56,6 +56,6 @@ issues with Corosync and MySQL. does not contain any "Failed actions", run the following command: - .. code-block:: shell + .. code-block:: console crm status