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]

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


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=117c3a5f4de0d07d1792c65e58cd7112915b32c2
Commit:        117c3a5f4de0d07d1792c65e58cd7112915b32c2
Parent:        d57145f52761f3cbd7574a988906f3315ca53cca
Author:        Jonathan Brassow <jbrassow@redhat.com>
AuthorDate:    Wed Oct 22 11:27:26 2008 -0500
Committer:     Jonathan Brassow <jbrassow@redhat.com>
CommitterDate: Wed Oct 22 11:27:26 2008 -0500

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]