|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Patch to xm create search domU config in /etc/xen/auto
Itamar Reis Peixoto wrote:
this is a very small patch, Can you fix, aplly and send for me ?
The DCO process *requires* that you add a Signed-off-by line. You have
to do it, no one else can.
It's up to Ewan to decide whether it should be applied after that as he
maintains Xend. You also should add [PATCH] to your subject line when
you resend it to make sure he sees it.
I don't think adding the additional search path is useful as it's
specific xendomains (which is somewhat independent on Xend). I think a
more compelling approach would be to use an environmental variable as a
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´s with config file is
stored in this directory is automatic started by /etc/init.d/xendomains
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|