[Docs] http://docs.mirantis.com/openstack/fuel/fuel-master/operations.html#howto-enable-disable-galera-cluster-autorebuild-mechanism

Bug #1443780 reported by Denis Klepikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Fuel Documentation Team

Bug Description

http://docs.mirantis.com/openstack/fuel/fuel-master/operations.html#howto-enable-disable-galera-cluster-autorebuild-mechanism

To remove all GTIDs and SEQNOs from Corosync CIB and allow the OCF script to reread the data from the grastate.dat file, you should do:

cibadmin --delete-all --query --xpath "//nodes/*/*/nvpair[@name=\"gtid\"]"
--force

should be
cibadmin --delete-all --query --xpath "//nodes/*/*/nvpair[@name=\"gtid\"]" --force

or

cibadmin --delete-all --query --xpath \
"//nodes/*/*/nvpair[@name=\"gtid\"]" --force

Tags: docs
tags: added: docs
Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
Changed in fuel:
importance: Undecided → Medium
status: New → Confirmed
milestone: none → 6.1
Revision history for this message
Irina Povolotskaya (ipovolotskaya) wrote :

I've specified wrong bug number, here is the CR with the fix https://review.openstack.org/#/c/173277/

Changed in fuel:
status: Confirmed → Fix Committed
Changed in fuel:
status: Fix Committed → Fix Released
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.