Patricio A. Bruna wrote:
How can i define another folder for store the VMs configurations files, for default is /etc/xen
I don't think it's possible to change /etc/xen, but if you use the libvirt-based tools you can store your XML configuration files wherever you like:
mkdir myconfigs; cd myconfigs virsh dumpxml domname > domname.xml # to get XML config <edit domname.xml> virsh define domname.xml # to change XML config Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-xen mailing list Fedora-xen@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-xen