This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

STABLE2 - rgmanager (HALVM): Stop dumping debug output to /tmp


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3c34d788d5fdd1724feec9669750225d4437556f
Commit:        3c34d788d5fdd1724feec9669750225d4437556f
Parent:        cf6518b7cd0547b24493c088cbd8d442c5d0c180
Author:        Jonathan Brassow <jbrassow@redhat.com>
AuthorDate:    Wed Oct 22 11:27:26 2008 -0500
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Oct 30 10:22:35 2008 +0100

rgmanager (HALVM): Stop dumping debug output to /tmp

Remove some left-over debugging
---
 rgmanager/src/resources/lvm_by_vg.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/lvm_by_vg.sh b/rgmanager/src/resources/lvm_by_vg.sh
index 31cd404..0c1bf0b 100644
--- a/rgmanager/src/resources/lvm_by_vg.sh
+++ b/rgmanager/src/resources/lvm_by_vg.sh
@@ -155,7 +155,7 @@ function vg_start
 	esac
 
 	if ! strip_and_add_tag ||
-	   ! vgchange -ay $OCF_RESKEY_vg_name -vvvv >& /tmp/butt; then
+	   ! vgchange -ay $OCF_RESKEY_vg_name; then
 		ocf_log err "Failed to activate volume group, $OCF_RESKEY_vg_name"
 		ocf_log notice "Attempting cleanup of $OCF_RESKEY_vg_name"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]