Hello, I really need some help. I have a 4 node cluster, and I was trying to add redudant ring addresses to the cluster and blew it up. I tried to follow this guide, I did copy and backup the configuraiton. I made a mistake, and now when I try to edit the Corosync file I get a permissions error which is totally freaking me out, and I'm afraid to do much in fear of making it much worse.
If you look at the current coro file below you can see in node 2 I screwed up and left 3 ring0 entries. How can I fix this (when I can't even write the file)????
and
If you look at the current coro file below you can see in node 2 I screwed up and left 3 ring0 entries. How can I fix this (when I can't even write the file)????
root@svr-02:/etc/pve# pvecm status
Cluster information
-------------------
Name: Congress
Config Version: 11
Transport: knet
Secure auth: on
Cannot initialize CMAP service
and
root@svr-02:/etc/pve# more corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: svr-01
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.100.11
ring1_addr: 192.168.101.11
ring2_addr: 1corosync
}
node {
name: svr-02
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.100.12
ring0_addr: 192.168.101.12
ring0_addr: 2corosync
}
node {
name: svr-03
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.100.13
ring1_addr: 192.168.101.13
ring2_addr: 3corosync
}
node {
name: svr-04
nodeid: 4
quorum_votes: 1
ring0_addr: 192.168.100.14
ring1_addr: 192.168.101.14
ring2_addr: 4corosync
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Congress
config_version: 11
interface {
bindnetaddr: 192.168.102.12
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}