The problem at startup VM

nevz00

New Member
Dec 9, 2016
12
0
1
32
When you start the virtual machine throws an error "cluster not ready - no quorum? (500)"

Prior to this, I have created a cluster of 2 nodes but not successfully. When you run a command or pvecm status pvecm nodes generate an error "Cannot initialize CMAP servise"
Perhaps the problem is corosync.conf file.

When I did "systemctl status corosync.service"
Write:

● corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled)
Active: failed (Result: exit-code) since Wed 2017-03-01 18:09:44 MSK; 13h ago
Process: 1450 ExecStart=/usr/share/corosync/corosync start (code=exited, status=1/FAILURE)

Mar 01 18:08:43 pve corosync[1458]: [SERV ] Service engine loaded: corosyn...2]
Mar 01 18:08:43 pve corosync[1458]: [MAIN ] Initializing IPC on cpg [2]
Mar 01 18:08:43 pve corosync[1458]: [MAIN ] No configured qb.ipc_type. Usi...pc
Mar 01 18:08:43 pve corosync[1458]: [QB ] server name: cpg
Mar 01 18:08:43 pve corosync[1458]: [SERV ] Service engine loaded: corosyn...4]
Mar 01 18:08:43 pve corosync[1458]: [MAIN ] NOT Initializing IPC on pload [4]
Mar 01 18:09:44 pve corosync[1450]: Starting Corosync Cluster Engine (coros...D]
Mar 01 18:09:44 pve systemd[1]: corosync.service: control process exited, c...=1
Mar 01 18:09:44 pve systemd[1]: Failed to start Corosync Cluster Engine.
Mar 01 18:09:44 pve systemd[1]: Unit corosync.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
 
I did
"systemctl stop pve-cluster
systemctl stop corosync # just to be sure
pmxcfs -l
"
And VM launch.
But whether it is necessary perform this code next
"
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
"