20 lines
635 B
Diff
20 lines
635 B
Diff
|
commit 2e2fb279198bdcbf3a66ba6bf0d84cd491e99f41
|
||
|
Author: Gao,Yan <ygao@suse.com>
|
||
|
Date: Wed Sep 16 16:24:03 2015 +0200
|
||
|
|
||
|
Fix: remote: Revise a misleading message in the ocf:pacemaker:remote resource agent
|
||
|
|
||
|
diff --git a/extra/resources/remote b/extra/resources/remote
|
||
|
index 91cd07f..447267e 100644
|
||
|
--- a/extra/resources/remote
|
||
|
+++ b/extra/resources/remote
|
||
|
@@ -98,7 +98,7 @@ END
|
||
|
}
|
||
|
|
||
|
remote_unsupported() {
|
||
|
- ocf_log info "This pacemaker version does not support the ocf:pacemaker:remote agent"
|
||
|
+ ocf_log info "The ocf:pacemaker:remote agent should not be directly invoked except for meta-data action"
|
||
|
return $OCF_ERR_GENERIC
|
||
|
}
|
||
|
|