• R/O
  • SSH

pm_diskd: Commit

※ リポジトリは、pm-diskd ブランチが https://github.com/linux-ha-japan/pm_diskd-1.0 へ、pm-diskd-2.0ブランチが https://github.com/linux-ha-japan/pm_diskd へ移行しました。

Pacemaker 対応ディスク故障監視機能。

Pacemaker-1.0公式リポジトリのクローンに対し、パッチ作成用のブランチを作成して管理する。
ブランチ名: pm-diskd

初回 hg clone 実行後は、hg update -r pm-diskd を実行すること。

Heartbeat-2.1.4 用 hb-diskd(*) のPacemaker対応版
(*) http://sourceforge.jp/projects/linux-ha/releases/?package_id=10555


Commit MetaInfo

Revision94bf2cc9219b11310f7d3e310f3623bf85e20bf9 (tree)
Time2010-05-14 01:39:32
AuthorAndrew Beekhof <andrew@beek...>
CommiterAndrew Beekhof

Log Message

Low: cib: Remove development logging

Change Summary

Incremental Difference

diff -r c47e0dd67e3f -r 94bf2cc9219b lib/cib/cib_ops.c
--- a/lib/cib/cib_ops.c Mon May 10 11:03:30 2010 +0200
+++ b/lib/cib/cib_ops.c Thu May 13 18:39:32 2010 +0200
@@ -786,9 +786,6 @@
786786 crm_free(digest_last);
787787 crm_free(digest_next);
788788 goto done;
789-
790- } else {
791- crm_log_xml_err(*diff, "Diff");
792789 }
793790
794791 xpathObj = xpath_search(*diff, "//"XML_CIB_TAG_CONFIGURATION);
Show on old repository browser