Bug 1292511
| Summary: | [DOC] HA Guide needs a galera section | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Yocum <dyocum> |
| Component: | documentation | Assignee: | 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: | ga | Keywords: | 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
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. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Assigning Radek as the QA contact. Radek - could you take a look at the changes for this bug? This content is now live on the Customer Portal. Closing. |