ntt-sic / masakari

[UNMAINTAINED]
https://wiki.openstack.org/wiki/Masakari
Apache License 2.0
40 stars 24 forks source link

#6 Enables hostmonitor to work on pacemaker-remote. #11

Closed muroi closed 8 years ago

muroi commented 8 years ago

Masakari-hostmonitor can check other host's status with pacemaker-remote. Previous hostmonitor only check a host which runs on the full cluster stack of corosync. This hits the upper limit of the cluster, 16 hosts, and we have to set up multi pacemaker cluster when the number of host is >16. Pacemaker-remote resolves the problem, so to enable hostmonitor to check a cluster status by pacemaker-remote we can set up a number of hosts in one cluster more than 16.

toshikazu0314 commented 8 years ago

looks good to me.

sampathP commented 8 years ago

Thank you for the Fix. Looks good.