From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: Patch to xm create search domU config in /etc/xen/auto Date: Mon, 03 Apr 2006 12:56:31 -0500 Message-ID: <443161CF.8080707@us.ibm.com> References: <001901c65733$e270a6e0$0100000a@lualele> <44314FAF.3090709@us.ibm.com> <000801c65747$1d242380$0100000a@lualele> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <000801c65747$1d242380$0100000a@lualele> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Itamar Reis Peixoto Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Itamar Reis Peixoto wrote: > this is a very small patch, Can you fix, aplly and send for me ? > =20 The DCO process *requires* that you add a Signed-off-by line. You have=20 to do it, no one else can. It's up to Ewan to decide whether it should be applied after that as he=20 maintains Xend. You also should add [PATCH] to your subject line when=20 you resend it to make sure he sees it. I don't think adding the additional search path is useful as it's=20 specific xendomains (which is somewhat independent on Xend). I think a=20 more compelling approach would be to use an environmental variable as a=20 search path so that you could appropriately set it in your environment. Regards, Anthony Liguori > I will send patches correctly next time, I am sorry > > this patch include /etc/xen/auto in search path when creating a domU > > domU configs can be stored in > > * /etc/xen > * /etc/xen/auto - when dom0 is rebooted all domU=B4s with config file i= s=20 > stored in this directory is automatic started by /etc/init.d/xendomain= s > > when I run xm create the xm search for domU config only in > * current directory > * /etc/xen > > with this patch xm will search in > > * current directory > * /etc/xen > * /etc/xen/auto > > without this patch to start a domU I need to run > > xm create /etc/xen/auto/mydomU > > with this patch I can start a domU with > > xm create mydomU > > > =20