From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31704 invoked by alias); 28 Aug 2009 13:55:27 -0000 Received: (qmail 31698 invoked by alias); 28 Aug 2009 13:55:27 -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: resource-agents: master - resource-agents: Fix missing path attribute handling To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: resource-agents.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a3b3de456efbc3b6d6327053b08b9d5fa912070f X-Git-Newrev: c7f1022dcaa7054c031de96379cf9afab80fb3b0 From: Lon Hohberger Message-Id: <20090828135502.12395120285@lists.fedorahosted.org> Date: Fri, 28 Aug 2009 13:55: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/msg00244.txt.bz2 Gitweb: http://git.fedorahosted.org/git/resource-agents.git?p=resource-agents.git;a=commitdiff;h=c7f1022dcaa7054c031de96379cf9afab80fb3b0 Commit: c7f1022dcaa7054c031de96379cf9afab80fb3b0 Parent: a3b3de456efbc3b6d6327053b08b9d5fa912070f Author: Lon Hohberger AuthorDate: Thu Aug 27 15:12:46 2009 -0400 Committer: Lon Hohberger CommitterDate: Fri Aug 28 09:54:22 2009 -0400 resource-agents: 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