Hello,
I am trying to create a fresh cluster from a fresh installed proxmox server, but seems failed to create the culster:
root@ceph1:~# pvecm create CephCluster
Corosync Cluster Engine Authentication key generator.
Gathering 1024 bits for key from /dev/urandom.
Writing corosync key to /etc/corosync/authkey.
Job for corosync.service failed because the control process exited with error code.
See "systemctl status corosync.service" and "journalctl -xe" for details.
command 'systemctl restart corosync' failed: exit code 1
root@ceph1:~# systemctl status corosync.service
* corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-28 18:51:58 HKT; 21s ago
Docs: man:corosync
man:corosync.conf
man:corosync_overview
Process: 2380 ExecStart=/usr/sbin/corosync -f $COROSYNC_OPTIONS (code=exited, status=20)
Main PID: 2380 (code=exited, status=20)
CPU: 73ms
Feb 28 18:51:58 ceph1 corosync[2380]: info [WD ] no resources configured.
Feb 28 18:51:58 ceph1 corosync[2380]: notice [SERV ] Service engine loaded: corosync watchdog service [7]
Feb 28 18:51:58 ceph1 corosync[2380]: notice [QUORUM] Using quorum provider corosync_votequorum
Feb 28 18:51:58 ceph1 corosync[2380]: crit [QUORUM] Quorum provider: corosync_votequorum failed to initialize.
Feb 28 18:51:58 ceph1 corosync[2380]: error [SERV ] Service engine 'corosync_quorum' failed to load for reason 'configuration error: nodelist
Feb 28 18:51:58 ceph1 corosync[2380]: error [MAIN ] Corosync Cluster Engine exiting with status 20 at service.c:356.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Main process exited, code=exited, status=20/n/a
Feb 28 18:51:58 ceph1 systemd[1]: Failed to start Corosync Cluster Engine.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Unit entered failed state.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Failed with result 'exit-code'.
How can i solve this problem? Thank you.
I am trying to create a fresh cluster from a fresh installed proxmox server, but seems failed to create the culster:
root@ceph1:~# pvecm create CephCluster
Corosync Cluster Engine Authentication key generator.
Gathering 1024 bits for key from /dev/urandom.
Writing corosync key to /etc/corosync/authkey.
Job for corosync.service failed because the control process exited with error code.
See "systemctl status corosync.service" and "journalctl -xe" for details.
command 'systemctl restart corosync' failed: exit code 1
root@ceph1:~# systemctl status corosync.service
* corosync.service - Corosync Cluster Engine
Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-02-28 18:51:58 HKT; 21s ago
Docs: man:corosync
man:corosync.conf
man:corosync_overview
Process: 2380 ExecStart=/usr/sbin/corosync -f $COROSYNC_OPTIONS (code=exited, status=20)
Main PID: 2380 (code=exited, status=20)
CPU: 73ms
Feb 28 18:51:58 ceph1 corosync[2380]: info [WD ] no resources configured.
Feb 28 18:51:58 ceph1 corosync[2380]: notice [SERV ] Service engine loaded: corosync watchdog service [7]
Feb 28 18:51:58 ceph1 corosync[2380]: notice [QUORUM] Using quorum provider corosync_votequorum
Feb 28 18:51:58 ceph1 corosync[2380]: crit [QUORUM] Quorum provider: corosync_votequorum failed to initialize.
Feb 28 18:51:58 ceph1 corosync[2380]: error [SERV ] Service engine 'corosync_quorum' failed to load for reason 'configuration error: nodelist
Feb 28 18:51:58 ceph1 corosync[2380]: error [MAIN ] Corosync Cluster Engine exiting with status 20 at service.c:356.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Main process exited, code=exited, status=20/n/a
Feb 28 18:51:58 ceph1 systemd[1]: Failed to start Corosync Cluster Engine.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Unit entered failed state.
Feb 28 18:51:58 ceph1 systemd[1]: corosync.service: Failed with result 'exit-code'.
How can i solve this problem? Thank you.