Merge lp://staging/~freyes/charms/trusty/hacluster/debug-config into lp://staging/~openstack-charmers/charms/trusty/hacluster/next
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~freyes/charms/trusty/hacluster/debug-config |
Merge into: | lp://staging/~openstack-charmers/charms/trusty/hacluster/next |
Diff against target: |
138 lines (+80/-2) 4 files modified
config.yaml (+4/-0) hooks/hooks.py (+2/-0) templates/corosync.conf (+2/-2) unit_tests/test_hacluster_hooks.py (+72/-0) |
To merge this branch: | bzr merge lp://staging/~freyes/charms/trusty/hacluster/debug-config |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Edward Hope-Morley | Pending | ||
charmers | Pending | ||
OpenStack Charmers | Pending | ||
Review via email: mp+244724@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2014-12-15.
Description of the change
Expose a configuration option (debug) to enable corosync debugging.
This is really helpful to get a complete history of corosync decisions to elect the master, fencing, etc.
Unmerged revisions
- 40. By Felipe Reyes
-
Add 'debug' to config.yaml
- 39. By Felipe Reyes
-
Add config key to enable corosync debugging
- 38. By James Page
-
Merge in bundle tests from master charm
- 37. By Edward Hope-Morley
-
[wolsen,r=hopem]
Specify the vote count for multicast quorum to be the number of nodes
which are configured. Additionally, specify the two_node value in the
quorum section when there are 2 nodes configured.Closes-Bug: 1394008
- 36. By Edward Hope-Morley
-
[gnuoy,
r=jamespage, hopem] Adds unicast support
corosync_transport can now be uysed to specify udp or udpu.
Closes-Bug: 1348521
- 35. By Edward Hope-Morley
-
[hopem] synced lp:charm-helpers
- 34. By James Page
-
[james-
page,r= gnuoy,r= *] Refactor hacluster charm 1) supports reconfiguration of cluster resources from principle charm
2) direct configuration of mcastport and bindiface via juju configuration
3) quorum policy based on expected size of cluster
2 = ignore quorum loss
3 = stop on quorum loss4) conditional restarting of corosync/pacemaker as required.
It's all just a bit nicer to use now!
- 33. By James Page
-
[xianghui,
dosaboy, r=james- page,t= gema] Add IPv6 support using prefer-ipv6 flag - 32. By James Page
-
Fixup abuse of relation_set during redux
- 31. By James Page
-
Fixup unicode string handling