Blame SOURCES/pacemaker-6d482cf1c1226f75e59569b930cf916ccb0d350f-pcmk-remote-timer-fix.patch
|
 |
1f016a |
From 6d482cf1c1226f75e59569b930cf916ccb0d350f Mon Sep 17 00:00:00 2001
|
|
 |
1f016a |
From: Hideo Yamauchi <renayama19661014@ybb.ne.jp>
|
|
 |
1f016a |
Date: Fri, 10 Oct 2014 13:11:01 +0900
|
|
 |
1f016a |
Subject: [PATCH] Mistake of the set of the variable.
|
|
 |
1f016a |
|
|
 |
1f016a |
---
|
|
 |
1f016a |
crmd/remote_lrmd_ra.c | 2 +-
|
|
 |
1f016a |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
 |
1f016a |
|
|
 |
1f016a |
diff --git a/crmd/remote_lrmd_ra.c b/crmd/remote_lrmd_ra.c
|
|
 |
1f016a |
index f3dedeb..929b3f8 100644
|
|
 |
1f016a |
--- a/crmd/remote_lrmd_ra.c
|
|
 |
1f016a |
+++ b/crmd/remote_lrmd_ra.c
|
|
 |
1f016a |
@@ -573,7 +573,7 @@ handle_remote_ra_exec(gpointer user_data)
|
|
 |
1f016a |
* cleared which will require all the resources running in the remote-node
|
|
 |
1f016a |
* to be explicitly re-detected via probe actions. If the takeover does occur
|
|
 |
1f016a |
* successfully, then we can leave the status section intact. */
|
|
 |
1f016a |
- cmd->monitor_timeout_id = g_timeout_add((cmd->timeout/2), connection_takeover_timeout_cb, cmd);
|
|
 |
1f016a |
+ cmd->takeover_timeout_id = g_timeout_add((cmd->timeout/2), connection_takeover_timeout_cb, cmd);
|
|
 |
1f016a |
ra_data->cur_cmd = cmd;
|
|
 |
1f016a |
return TRUE;
|
|
 |
1f016a |
}
|
|
 |
1f016a |
--
|
|
 |
1f016a |
1.8.4.2
|
|
 |
1f016a |
|