The pacemaker resource agent (downloaded from
https://github.com/raoulbhatia/resource-agents/blob/master/heartbeat/postfix)
has a function called "running" that attempts to determine if the
requested postfix instance is running by doing:

"$binary $OPTION_CONFIG_DIR status >/dev/null 2>&1"

This causes the resource agent to fail on starting the service. The
postfix command says:

postfix/postfix-script: fatal: usage: postfix start (or stop, reload,
abort, flush, check, set-permissions, upgrade-configuration)

It doesn't appear to support the status command, the way the init
script (/etc/init.d/postfix) does.

-- 
It's difficult to get a man to understand something when his salary
depends on him not understanding it.

- Upton Sinclair

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker

Reply via email to