Public bug reported: Hi There is a bug that master/slave resources are not always monitored. It is already fixed in pacemaker trunk, but not in libpengine3 1.1.6-2ubuntu3. I patched lib/pengine/unpack.c
1391c1391,1395 < } else if(safe_str_eq(task, CRMD_ACTION_START)) { --- > } else if(safe_str_eq(task, CRMD_ACTION_START) || > safe_str_eq(task, CRMD_ACTION_MIGRATED) || > safe_str_eq(task, CRMD_ACTION_PROMOTE) || > safe_str_eq(task, CRMD_ACTION_DEMOTE)) { > With this monitoring also works if resource has been promoted. This bug can cause much trouble as a failed service wont be recognized. Best regards Achim ** Affects: pacemaker (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227580 Title: Monitoring in Master state doesn't always work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1227580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs