Having created a cluster using on master node
pvecm create CLUSTER
and added a new node using
pvecm add EXTIP -ring0_addr LOCALINTIP
Please enter superuser (root) password for 'EXTIP':
Password for root@EXTIP: ********
Establishing API connection with host 'EXTIP'
The authenticity of host 'EXTIP' can't be established.
X509 SHA256 key fingerprint is XX:YY:ZZ....99.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
Join request OK, finishing setup locally
stopping pve-cluster service
backup old database to '/var/lib/pve-cluster/backup/config-1537991275.sql.gz'
waiting for quorum...
(waiting endless, until pressed Ctrl+C)
the behaviour get weird.
On my master node the filesystem for /etc/pve went read only, so I cannot change any firewall rules.
# chmod +rw /etc/pve/firewall/cluster.fw
chmod: changing permissions of '/etc/pve/firewall/cluster.fw': Operation not permitted
On the new node, the /etc/pve is really empty
# find /etc/pve
/etc/pve
/etc/pve/.debug
/etc/pve/local
/etc/pve/.version
/etc/pve/.rrd
/etc/pve/.vmlist
/etc/pve/openvz
/etc/pve/lxc
/etc/pve/.clusterlog
/etc/pve/qemu-server
/etc/pve/.members
/etc/pve/corosync.conf
and, authorized:keys got cleared, as we have:
~/.ssh # ll
total 16
lrwxrwxrwx 1 root root 29 Sep 26 20:59 authorized_keys -> /etc/pve/priv/authorized_keys
-rw-r----- 1 root root 117 Sep 26 20:59 config
-rw------- 1 root root 1675 Sep 26 20:59 id_rsa
-rw-r--r-- 1 root root 392 Sep 26 20:59 id_rsa.pub
-rw-r--r-- 1 root root 389 Sep 26 21:44 known_hosts
How can I force / create / activate a quorum on my master node, to get it up and running again.
How can I fix this, as I do not have any shared storage.
pvecm create CLUSTER
and added a new node using
pvecm add EXTIP -ring0_addr LOCALINTIP
Please enter superuser (root) password for 'EXTIP':
Password for root@EXTIP: ********
Establishing API connection with host 'EXTIP'
The authenticity of host 'EXTIP' can't be established.
X509 SHA256 key fingerprint is XX:YY:ZZ....99.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
Join request OK, finishing setup locally
stopping pve-cluster service
backup old database to '/var/lib/pve-cluster/backup/config-1537991275.sql.gz'
waiting for quorum...
(waiting endless, until pressed Ctrl+C)
the behaviour get weird.
On my master node the filesystem for /etc/pve went read only, so I cannot change any firewall rules.
# chmod +rw /etc/pve/firewall/cluster.fw
chmod: changing permissions of '/etc/pve/firewall/cluster.fw': Operation not permitted
On the new node, the /etc/pve is really empty
# find /etc/pve
/etc/pve
/etc/pve/.debug
/etc/pve/local
/etc/pve/.version
/etc/pve/.rrd
/etc/pve/.vmlist
/etc/pve/openvz
/etc/pve/lxc
/etc/pve/.clusterlog
/etc/pve/qemu-server
/etc/pve/.members
/etc/pve/corosync.conf
and, authorized:keys got cleared, as we have:
~/.ssh # ll
total 16
lrwxrwxrwx 1 root root 29 Sep 26 20:59 authorized_keys -> /etc/pve/priv/authorized_keys
-rw-r----- 1 root root 117 Sep 26 20:59 config
-rw------- 1 root root 1675 Sep 26 20:59 id_rsa
-rw-r--r-- 1 root root 392 Sep 26 20:59 id_rsa.pub
-rw-r--r-- 1 root root 389 Sep 26 21:44 known_hosts
How can I force / create / activate a quorum on my master node, to get it up and running again.
How can I fix this, as I do not have any shared storage.