Comment 0 for bug 1478425

Revision history for this message
Sam Stoelinga (sammiestoel) wrote :

Whole cluster goes down if you execute crm resource stop p_zabbix-server. This is because the resource vip__management (ocf::fuel:ns_IPaddr2) will also stop.

Steps to reproduce:
1. Deploy environment using Fuel 6.1 with Zabbix plugin enabled.
2. After deployment execute crm resource stop p_zabbix-server

Current result:
The vip_management resource also becomes stopped. Rendering lots of services unaccessible.

Expected result:
Ability to independently stop zabbix server wtihout influencing other services.