Is there any way to view the currenly in-process operations? Basically I'd like to be able to see when a resource is currently in the middle of a start/stop/monitor operation.
A specific pain point on this, I have resource A and resource B. B depends on A, and has an order constraint to start last and shut down first. It also takes quite a while. When I start or stop the stack, I'd like to be able to see that pacemaker is indeed performing a start/stop operation on resource B (since it takes a while and I am otherwise unable to tell). Currently operations only show up when they've completed (crm_mon -o). At glance, it looks like this is because the CIB doesn't update util the operation is complete (and doesn't list monitor operations at all unless they've failed). But is there another way? -Patrick
_______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
