mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-20 08:38:28 +00:00
![]() Init script used to use corosync-cfgtool -s to wait till corosync accepts ipc connection. Problem with this approach is that error code is returned not only if ipc cannot be initialized, but also when one of the ring is marked as failed, making corosync service not to start. Corosync with one failed ring can work just fine and there is no need to fail startup. Patch is changing call of corosync-cfgtool to corosync-cpgtool. Also to make spotting of broken ring easier, corosync-cfgtool -s is called after successful return of the cpgtool, and warning is issued if cfgtool fails. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
corosync-notifyd.in | ||
corosync-notifyd.service.in | ||
corosync.in | ||
corosync.service.in | ||
corosync.sysconfig.example | ||
Makefile.am |