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 a2e201fd28)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user