• R/O
  • SSH

pm_diskd: 提交

※ リポジトリは、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

修訂860b32388908c6a345786d4ecd2e2a3bec780dd2 (tree)
時間2010-09-27 17:50:55
作者Dejan Muhamedagic <dejan@hell...>
CommiterDejan Muhamedagic

Log Message

Low: Shell: use uname instead of id in nodes when building other ids
(transplanted from eead626c7fcab4ffca1dd1cd8656d9c4839b1262)

Change Summary

差異

diff -r be75d2736156 -r 860b32388908 shell/modules/cibconfig.py
--- a/shell/modules/cibconfig.py Fri Aug 13 18:05:48 2010 +0200
+++ b/shell/modules/cibconfig.py Mon Sep 27 10:50:55 2010 +0200
@@ -906,7 +906,7 @@
906906 type = vars.node_default_type
907907 head[1].append(["type",type])
908908 headnode = mkxmlsimple(head,cib_factory.topnode[cib_object_map[self.xml_obj_type][2]],'node')
909- id_hint = headnode.getAttribute("id")
909+ id_hint = headnode.getAttribute("uname")
910910 for e in cli_list[1:]:
911911 n = mkxmlnode(e,oldnode,id_hint)
912912 headnode.appendChild(n)
Show on old repository browser