From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22365 invoked by alias); 27 Aug 2009 19:16:09 -0000 Received: (qmail 22359 invoked by alias); 27 Aug 2009 19:16:09 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - rgmanager: Fix missing path attribute handling To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 75c8fd53be05139ec67e7aaf61b0e640d0b2dc2d X-Git-Newrev: 99523832873365b01ae8414421d3709b3fe1dc90 From: Lon Hohberger Message-Id: <20090827191543.3F0A4120194@lists.fedorahosted.org> Date: Thu, 27 Aug 2009 19:16:00 -0000 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00243.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=99523832873365b01ae8414421d3709b3fe1dc90 Commit: 99523832873365b01ae8414421d3709b3fe1dc90 Parent: 75c8fd53be05139ec67e7aaf61b0e640d0b2dc2d Author: Lon Hohberger AuthorDate: Thu Aug 27 15:12:46 2009 -0400 Committer: Lon Hohberger CommitterDate: Thu Aug 27 15:14:46 2009 -0400 rgmanager: Fix missing path attribute handling If using the Xen hypervisor with vm configs in a non standard location (e.g. not /etc/xen), rgmanager was ignoring the path attribute, preventing VM management. Signed-off-by: Lon Hohberger --- rgmanager/src/resources/vm.sh | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/rgmanager/src/resources/vm.sh b/rgmanager/src/resources/vm.sh index 4e701e5..0d3173c 100644 --- a/rgmanager/src/resources/vm.sh +++ b/rgmanager/src/resources/vm.sh @@ -150,6 +150,17 @@ meta_data() + + + Path specification 'xm create' will search for the specified + VM configuration file + + + Path to virtual machine configuration files + + + + Path to the snapshot directory where the virtual machine