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]

RHEL5 - rgmanager (HALVM): Stop debugging info being dumped to /tmp


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6b98b8d32ebe063fcf7edb752ea365035d508533
Commit:        6b98b8d32ebe063fcf7edb752ea365035d508533
Parent:        e07369b28d7a569e742d80152ef10c9d42bc2650
Author:        Jonathan Brassow <jbrassow@redhat.com>
AuthorDate:    Wed Oct 22 09:42:09 2008 -0500
Committer:     Jonathan Brassow <jbrassow@redhat.com>
CommitterDate: Wed Oct 22 09:42:09 2008 -0500

rgmanager (HALVM):  Stop debugging info being dumped to /tmp

Left-overs from initial vetting.
---
 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 8fa36d6..014dcbf 100755
--- a/rgmanager/src/resources/lvm_by_vg.sh
+++ b/rgmanager/src/resources/lvm_by_vg.sh
@@ -174,7 +174,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]