5f75cae0be
- remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332) * bug-946332_pacemaker-resource-agent-remote-message.patch - remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332) * bug-946332_pacemaker-resource-agent-remote-usage.patch - crm_resource: Allow the resource configuration to be modified for --force-{check,start,..} calls - Fencing: Correctly parse 'by-attribute' fencing levels - Fencing: Use dedicated fields for fencing level patterns and attribute matching - pacemaker_remote: memory leak in ipc_proxy_dispatch() - crmd: don't add node ID to proxied remote node requests for attrd - membership: Safely autoreap nodes without code duplication - PE: Resolve memory leak - pacemakerd: Do not forget about nodes that leave the cluster - corosync: Display node state and quorum data if available - crmd: Implement reliable event notifications - extra: Added snmp trap of type "NOTIFICATION-TYPE" to MIB and snmp helper script - Date: Correctly set time from seconds-since-epoch - PE: Bug cl#5247 - Imply resources running on a container are stopped when the container is stopped - Upstream version cs: 20c2178f076ff32fdf9ba9a467c193b8dac2f9e5 - lrmd: Upgrade start/finish log tags from INFO to NOTICE (bsc#943295) * bug-943295_pacemaker-lrmd-log-notice.patch OBS-URL: https://build.opensuse.org/request/show/331915 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=218
20 lines
544 B
Diff
20 lines
544 B
Diff
commit 7e36e37a855e0723a0ea28e5905c2b3f2b76d28a
|
|
Author: Gao,Yan <ygao@suse.com>
|
|
Date: Wed Sep 16 16:20:00 2015 +0200
|
|
|
|
Fix: remote: Correctly display the usage of the ocf:pacemaker:remote resource agent
|
|
|
|
diff --git a/extra/resources/remote b/extra/resources/remote
|
|
index c481863..91cd07f 100644
|
|
--- a/extra/resources/remote
|
|
+++ b/extra/resources/remote
|
|
@@ -116,7 +116,7 @@ validate-all) remote_unsupported;;
|
|
usage|help) remote_usage
|
|
exit $OCF_SUCCESS
|
|
;;
|
|
-*) dummy_usage
|
|
+*) remote_usage
|
|
exit $OCF_ERR_UNIMPLEMENTED
|
|
;;
|
|
esac
|