Created
November 6, 2012 15:42
-
-
Save sdoro/4025523 to your computer and use it in GitHub Desktop.
corosync totem members and validation using the member’s ID
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# corosync-objctl | grep member | |
runtime.totem.pg.mrp.srp.members.1526792202.ip=r(0) ip(10.0.1.219) r(1) ip(10.254.254.254) | |
runtime.totem.pg.mrp.srp.members.1526792202.join_count=1 | |
runtime.totem.pg.mrp.srp.members.1526792202.status=joined | |
runtime.totem.pg.mrp.srp.members.1560346634.ip=r(0) ip(10.0.1.221) r(1) ip(10.254.254.253) | |
runtime.totem.pg.mrp.srp.members.1560346634.join_count=1 | |
runtime.totem.pg.mrp.srp.members.1560346634.status=joined | |
# corosync-cfgtool -a 1526792202 -a 1560346634 | |
10.0.1.219 10.254.254.254 | |
10.0.1.221 10.254.254.253 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment