Re: [ClusterLabs] Apache doesn't start under corosync with systemd

2019-10-12 Thread Reynolds, John F - San Mateo, CA - Contractor
> If pacemaker is managing a resource, the service should not be enabled to > start on boot (regardless of init or systemd). Pacemaker will start and stop > the service as needed according to the cluster configuration. Apache startup is disabled in systemctl, and there is no apache script in

[ClusterLabs] Definition of function pointer cpg_totem_confchg_fn_t

2019-10-12 Thread Da Shi Cao
typedef void (*cpg_totem_confchg_fn_t) ( cpg_handle_t handle, struct cpg_ring_id ring_id, uint32_t member_list_entries, const uint32_t *member_list); Should "struct cpg_ring_id ring_id" be "struct cpg_ring_id *ring_id"? Regards, Dashi Cao