[docs] Formatting mistake in operations.html#corosync-crashes-without-network-connectivity

Bug #1420736 reported by Denis Klepikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Irina Povolotskaya
6.0.x
Fix Released
Medium
Irina Povolotskaya
7.0.x
Fix Released
Medium
Irina Povolotskaya

Bug Description

http://docs.mirantis.com/openstack/fuel/fuel-6.0/operations.html#corosync-crashes-without-network-connectivity

Workaround:

Verify that Corosync is really broken: service corosync status.
You should see this error:

corosync dead but pid file exists
Start Corosync manually: service corosync start.
Run ps -ef | grep mysql and kill ALL(!) mysqld and mysqld_safe processes.
Wait for Pacemaker to completely start MySQL processes.
You can check it with the ps -ef | grep mysql command.
If it doesn't start, run crm resource p_mysql start.
Run the crm status command to verify that this host is a member of the cluster and that p_mysql does not contain any "Failed actions".

Should be:
...
Start Corosync manually:

service corosync start (must be a formatted as shell command (like "corosync dead but pid file exists" above ))

Run:

ps -ef | grep mysql (must be a formatted as shell command)

see the output and kill ALL(!) mysqld and mysqld_safe processes.

Wait for Pacemaker to completely start MySQL processes.
You can check it with the command:

ps -ef | grep mysql (must be a formatted as shell command)

If it doesn't start, run:
crm resource p_mysql start (must be a formatted as shell command)
Run:
crm status command (must be a formatted as shell command)
to verify that this host is a member of the cluster and that p_mysql does not contain any "Failed actions".

---------------------

You can roll back a patch by simply reinstalling your files from the backup or, if you chose the -b option, by using the patch commands’ -R flag. Again, please ignore the missing file errors.:
Should be:
You can roll back a patch by simply reinstalling your files from the backup or, if you chose the -b option, by using the patch commands’ -R flag. Again, please ignore the missing file errors:

description: updated
description: updated
description: updated
Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 6.1
summary: - Formatting mistake in operations.html#corosync-crashes-without-network-
- connectivity
+ [docs] Formatting mistake in operations.html#corosync-crashes-without-
+ network-connectivity
Revision history for this message
Ryan Moe (rmoe) wrote :

Medium priority bugs are not backported to stable releases.

Changed in fuel:
status: Confirmed → Triaged
milestone: 6.1 → 7.0
assignee: Fuel Documentation Team (fuel-docs) → Irina Povolotskaya (ipovolotskaya)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-docs (master)

Fix proposed to branch: master
Review: https://review.openstack.org/171676

Changed in fuel:
status: Triaged → In Progress
Changed in fuel:
milestone: 7.0 → 6.1
status: In Progress → New
Changed in fuel:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-docs (master)

Reviewed: https://review.openstack.org/171676
Committed: https://git.openstack.org/cgit/stackforge/fuel-docs/commit/?id=57165fb3b6f9068eda78eff95945c034c77caa02
Submitter: Jenkins
Branch: master

commit 57165fb3b6f9068eda78eff95945c034c77caa02
Author: Irina Povolotskaya <email address hidden>
Date: Wed Apr 8 17:36:27 2015 +0300

    Fixes formatting in Ops Guide

    The Corosync-crashes-without-network-connectivity section
    has a bit incorrect formatting for commands.
    This commit fixes the problem.

    Change-Id: I83b74478909c07aae863a133fa24d012e88694c8
    Closes-Bug: 1420736

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-docs (stable/6.0)

Fix proposed to branch: stable/6.0
Review: https://review.openstack.org/175348

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-docs (stable/6.0)

Reviewed: https://review.openstack.org/175348
Committed: https://git.openstack.org/cgit/stackforge/fuel-docs/commit/?id=d3bfce8723020f7771733161aa8bc55c8ee13adc
Submitter: Jenkins
Branch: stable/6.0

commit d3bfce8723020f7771733161aa8bc55c8ee13adc
Author: Irina Povolotskaya <email address hidden>
Date: Wed Apr 8 17:36:27 2015 +0300

    Fixes formatting in Ops Guide

    The Corosync-crashes-without-network-connectivity section
    has a bit incorrect formatting for commands.
    This commit fixes the problem.

    Change-Id: I83b74478909c07aae863a133fa24d012e88694c8
    Closes-Bug: 1420736
    (cherry picked from commit 57165fb3b6f9068eda78eff95945c034c77caa02)

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Irina Povolotskaya (ipovolotskaya) wrote :

merged to master as well (see the comments above)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.