※リポジトリは、https://github.com/linux-ha-japan/pm_logconv-hb-1.0 へ移行しました。
Pacemaker 対応ログメッセージ変換機能。
Heartbeat-2.1.4 用 hb-logconv(*) のPacemaker1.0 + Heartbeat スタック対応版。
(*) http://sourceforge.jp/projects/linux-ha/releases/?package_id=10282
Revision | d947260d74c755224300bea4905a3a9d6e0e0c87 (tree) |
---|---|
Time | 2013-05-22 17:58:05 |
Author | Yoshihiko SATO <satoyoshi@inte...> |
Commiter | Yoshihiko SATO |
migration-thresholdが1より大きい時にERRORメッセージが出力される事象を解消
@@ -199,10 +199,11 @@ | ||
199 | 199 | pattern=pengine,notice:,LogActions: Stop |
200 | 200 | func=add_rsc_stop |
201 | 201 | |
202 | -#MsgNo.F11-3, F11-8, F11-9 | |
202 | +#MsgNo.F11-3, F11-4, F11-8, F11-9 | |
203 | 203 | #The message is not output immediately, output when F/O is complete. |
204 | 204 | [Add no action] |
205 | 205 | pattern_leave_start=pengine,notice:,LogActions: Leave |
206 | +pattern_recover=pengine,notice:,LogActions: Recover | |
206 | 207 | pattern_restart=pengine,notice:,LogActions: Restart |
207 | 208 | func=add_no_action |
208 | 209 |
@@ -3091,6 +3091,8 @@ | ||
3091 | 3091 | |
3092 | 3092 | MsgNo.F11-3) |
3093 | 3093 | Jan 5 15:36:42 x3650a pengine: [27135]: notice: LogActions: Leave resource prmFsPostgreSQLDB1 (Started x3650a) |
3094 | + MsgNo.F11-4) | |
3095 | + Jan 5 11:02:55 x3650a pengine: [17394]: notice: LogActions: Recover resource prmApPostgreSQLDB (Started x3650b) | |
3094 | 3096 | MsgNo.F11-8) |
3095 | 3097 | Jan 5 14:50:05 x3650a pengine: [13197]: notice: LogActions: Restart resource prmIpPostgreSQLDB (Started x3650b) |
3096 | 3098 | MsgNo.F11-9) |