Hi, On Fri, Mar 22, 2013 at 08:41:30AM +0100, Roman Haefeli wrote: > Hi, > > When stopping a node of our cluster managing a bunch of OpenVZ CTs, I > get a lot of such messages in the syslog: > > Mar 20 17:20:44 localhost ManageVE[2586]: ERROR: vzctl status 10002 returned: > 10002 does not exist. > Mar 20 17:20:44 localhost lrmd: [2547]: info: operation monitor[6] on opensim > for client 2550: pid 2586 exited with return code 7 > > It looks to me as if lrmd is making sure the CT is not running anymore. > However, this triggers ManageVE to print an error.
Could be. Looking at the RA, there's a bunch of places where the status is invoked and where this message could get logged. It could be improved. The following patch should help: https://github.com/ClusterLabs/resource-agents/commit/ca987afd35226145f48fb31bef911aa3ed3b6015 Cheers, Dejan > Since the result in this case is expected, shouldn't ManageVE avoid to > print an error? It looks as something went wrong and also it is caught > every time by our log monitor, although nothing is actually wrong. > > Roman > > > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
