delete and readd node

RobFantini

Famous Member
May 24, 2012
2,043
111
133
Boston,Mass
so i did
Code:
pvecm delnode pve13
reinstall ed

used same hostname and IP

reinstalled pve , set up and tested network cards then
Code:
# pvecm add 10.1.10.10  --ring0_addr 10.10.0.13 --ring1_addr 10.10.1.13
The authenticity of host '10.1.10.10 (10.1.10.10)' can't be established.
ECDSA key fingerprint is SHA256:J/lSLowU1e/53gyxaAnTXjfRpZYx7XIc9Hry7kleNDY.
Are you sure you want to continue connecting (yes/no)? yes
copy corosync auth key
stopping pve-cluster service
backup old database
waiting for quorum...
it hangs forever at that point.

so I reinstalled,

before adding cluster - at another cluster node removed /etc/pve/nodes/pve13 and files like /var/lib/rrdcached/db/pve2-node that i could find with locate.

and have the same issue.

this is the 1st time I've specified ring addresses. Did I do that correctly?

or should a deleted node name never be used again?
 
the ring addresses look ok:
pve13 was just added looks ok as existing node pve15
Code:
  node {
    name: pve13
    nodeid: 5
    quorum_votes: 1
    ring0_addr: 10.10.0.13
    ring1_addr: 10.10.1.13
  }
  node {
    name: pve15
    nodeid: 6
    quorum_votes: 1
    ring0_addr: 10.10.0.15
    ring1_addr: 10.10.1.15
  }