• 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

Revision5208d92673b37abb8bab5828efa2df6df5faf2ad (tree)
Time2010-08-09 16:39:44
AuthorYuusukeIida
CommiterYuusukeIida

Log Message

It supported make rpm.

Change Summary

Incremental Difference

diff -r 4eb2924f78e1 -r 5208d92673b3 pacemaker.spec
--- a/pacemaker.spec Fri Jun 25 19:37:38 2010 +0900
+++ b/pacemaker.spec Mon Aug 09 16:39:44 2010 +0900
@@ -147,6 +147,18 @@
147147 when related resources fail and can be configured to periodically check
148148 resource health.
149149
150+%package -n pm-diskd
151+Version: 1.00
152+Release: 1.el5
153+Group: Applications
154+License: GPL/LGPL
155+Vendor: NIPPON TELEGRAPH AND TELEPHONE CORPORATION
156+Summary: Pacemaker Diskcheck Module
157+Requires: pacemaker >= 1.0.9
158+
159+%description -n pm-diskd
160+Pacemaker Diskcheck Module
161+
150162 %prep
151163 %setup -q -n %{upstream_prefix}%{?upstream_version}
152164
@@ -273,6 +285,11 @@
273285 %doc COPYING.LIB
274286 %doc AUTHORS
275287
288+%files -n pm-diskd
289+%defattr(755,root,root)
290+%{_libdir}/heartbeat/diskd
291+/usr/lib/ocf/resource.d/pacemaker/diskd
292+
276293 %changelog
277294 * Wed Jun 23 2010 Andrew Beekhof <andrew@beekhof.net> 1.0.9.1-1
278295 - Update source tarball to revision: c9a5915827d0 (stable-1.0) tip
Show on old repository browser