Support starting corosync-notifyd at cluster startup (draft)#296
Support starting corosync-notifyd at cluster startup (draft)#296inouekazu wants to merge 1 commit intoClusterLabs:masterfrom
Conversation
|
Can one of the admins verify this patch? |
|
Thank you for this pull request and your effort to make it fit pcs architecture. I read through it and found several points to improve. Corosync-notifyd has not been added to I don't think If the setting needs to be stored, then Alternatively, an option like |
|
Thanks for reviewing it.
Yes, you're right. I'll deal with it.
OK! I'll look into it. |
|
I requested a patch (#311) that addresses the issues pointed out. |
This is a draft of a patch to allow corosync-notifyd to also be started with
pcs cluster start.pcs cluster enable-corosync-notifydwill setENABLE_COROSYNC_NOTIFYD=yesin /etc/sysconfig/pcs.If this setting is present, corosync-notifyd will also be invoked when the cluster is started.
pcs cluster disable-corosync-notifydwill setENABLE_COROSYNC_NOTIFYD=noin /etc/sysconfig/pcs. In this case, corosync-notifyd will not be started.