From 99c054fb78bffdb45e5c6fa703f9889882920770 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 4 Nov 2008 04:58:02 -0500 Subject: [PATCH] Start clvm as well as cman svn path=/trunk/packages/invirt-cluster-config/; revision=1531 --- debian/changelog | 6 ++++++ debian/invirt-cluster-config.postinst | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6fe4f3e..135a1d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-cluster-config (0.0.2) unstable; urgency=low + + * Be sure to start clvm as well as cman + + -- Evan Broder Tue, 04 Nov 2008 04:27:53 -0500 + invirt-cluster-config (0.0.1) unstable; urgency=low * Initial Release. diff --git a/debian/invirt-cluster-config.postinst b/debian/invirt-cluster-config.postinst index 4939055..2f43abb 100644 --- a/debian/invirt-cluster-config.postinst +++ b/debian/invirt-cluster-config.postinst @@ -24,7 +24,9 @@ set -e case "$1" in configure) + invoke-rc.d clvm stop invoke-rc.d cman restart + invoke-rc.d clvm start ;; abort-upgrade|abort-remove|abort-deconfigure) -- 1.7.9.5