Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af870f702ef33040e7ea31fa7783e985aa3d4381)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af870f702ef33040e7ea31fa7783e985aa3d4381)
  • Date: Thu, 24 Jan 2013 14:17:40 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

cluster/drbd/HISTORY | 3 +++
cluster/drbd/TRIGGERS | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit af870f702ef33040e7ea31fa7783e985aa3d4381
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

drbd: recast on linux update only when kernel module is enabled

diff --git a/cluster/drbd/HISTORY b/cluster/drbd/HISTORY
index 9c34967..d6ae51b 100644
--- a/cluster/drbd/HISTORY
+++ b/cluster/drbd/HISTORY
@@ -1,3 +1,6 @@
+2013-01-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * TRIGGERS: recast on linux update only when kernel module is enabled
+
2013-01-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: added kernel 3.5-3.7 support (see
drbd.org/download/mainline)

diff --git a/cluster/drbd/TRIGGERS b/cluster/drbd/TRIGGERS
index bb1c400..dc81599 100755
--- a/cluster/drbd/TRIGGERS
+++ b/cluster/drbd/TRIGGERS
@@ -1 +1,3 @@
-on_cast linux cast_self
+if list_find "$DRBD_OPTS" "--with-km"; then
+ on_cast linux cast_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af870f702ef33040e7ea31fa7783e985aa3d4381), Vlad Glagolev, 01/24/2013

Archive powered by MHonArc 2.6.24.

Top of Page