Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1292511

Summary: [DOC] HA Guide needs a galera section
Product: Red Hat OpenStack Reporter: Dan Yocum <dyocum>
Component: documentationAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: Radek Bíba <rbiba>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0 (Kilo)CC: adahms, ddomingo, dmacpher, dyocum, rbiba, yeylon
Target Milestone: gaKeywords: Documentation
Target Release: 8.0 (Liberty)   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-13 04:44:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1315553, 1329020    

Description Dan Yocum 2015-12-17 16:09:21 UTC
Description of problem:

There should be a short section on how to access and check galera to verify functionality (i.e., replication).

Comment 2 Dan Yocum 2015-12-17 17:26:15 UTC
The following commands, gleened from this article should be sufficient to determine the health of the galera cluster - http://galeracluster.com/documentation-webpages/monitoringthecluster.html

     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_cluster_state_uuid';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_cluster_conf_id';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_cluster_size';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_cluster_status';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_%';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_ready';
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_ready';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_connected';"
     mysql -B -e "SHOW GLOBAL STATUS LIKE 'wsrep_local_state_comment';"
     mysql -B -e "SHOW STATUS LIKE 'wsrep_local_recv_queue_avg';"
     mysql -B -e "SHOW STATUS LIKE 'wsrep_flow_control_paused';"
     mysql -B -e "SHOW STATUS LIKE 'wsrep_cert_deps_distance';"

These should run on all controller nodes and the values compared.

Comment 5 Mike McCune 2016-03-28 22:27:32 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 6 Andrew Dahms 2016-03-29 04:27:27 UTC
Assigning Radek as the QA contact.

Radek - could you take a look at the changes for this bug?

Comment 12 Andrew Dahms 2016-04-13 04:44:00 UTC
This content is now live on the Customer Portal.

Closing.