Hi All,
When Pacemaker stops when there is the resource that failed in probe
processing, crmd outputs the following error message.
Dec 28 00:07:36 rh57-1 crmd: [3206]: ERROR: verify_stopped: Resource XXXXX
was active at shutdown. You may ignore this error if it is unmanaged.
Because the resource that failed in probe processing does not start, this error
message is not right.
I think that the following correction may be good, but we do not have
conviction.
* crmd/lrm.c
(snip)
} else if(op->rc == EXECRA_NOT_RUNNING) {
active = FALSE;
+ } else if(op->rc != EXECRA_OK && op->interval == 0
+ && safe_str_eq(op->op_type,
CRMD_ACTION_STATUS)) {
+ active = FALSE;
} else {
active = TRUE;
}
(snip)
In the source for development of Pacemaker, handling of this processing seems
to be considerably changed.
It requests backporting to Pacemaker1.0 system of this change that we can do it.
Best Regards,
Hideo Yamauchi.
_______________________________________________
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