Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
Thanks.
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
On Sun, Sep 15, 2013 at 5:37 AM, Günther J. gjn@gjn.priv.at wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
I'm not familiar with Xen, but the OP could use virsh to set up the auto start link. Since virsh is a toolkit/wrapper that can be used with KVM, Xen, and other virtualization platforms [0] it is a tool for the job.
virsh <domain_name> autostart
[ I'd expect this command would create the necessary autostart link, but don't have a Xen node built to verify. ]
And plenty more virsh commands at [1]
[0] http://libvirt.org/ [1] http://libvirt.org/sources/virshcmdref/html-single/
-- mit freundlichen Grüßen / best Regards,
Günther J. Niederwimmer _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
On 15/09/13 12:45, SilverTip257 wrote:
On Sun, Sep 15, 2013 at 5:37 AM, Günther J. <gjn@gjn.priv.at mailto:gjn@gjn.priv.at> wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart: > Hi all, > > I have installed a CentOS 6.4 x86_64 host with official centos-xen > packages. I am using virt-manager to create, remove, etc .. vmachines. > > All works really really well except automatic domains startup. Where > libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, > like it does when I use kvm instead of xen. > > Then, how can I automatic startup certain xen domains?? make a link to autostart /etc/xen/vm -> /etc/xen/auto
I'm not familiar with Xen, but the OP could use virsh to set up the auto start link. Since virsh is a toolkit/wrapper that can be used with KVM, Xen, and other virtualization platforms [0] it is a tool for the job.
virsh <domain_name> autostart
[ I'd expect this command would create the necessary autostart link, but don't have a Xen node built to verify. ]
And plenty more virsh commands at [1]
[0] http://libvirt.org/ [1] http://libvirt.org/sources/virshcmdref/html-single/
--
Correct, I can use virsh in rc.local but it is a really poor solution ... And no, virsh doesn't creates any autostart link ...
On 15/09/13 09:37, Günther J. Niederwimmer wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
Uhmm .. Nop, it doesn't works becasue libvirt doesn't stores vm configs in /etc/xen ... The problem is: where libvirtd stores vm configurations when xen is the default hypervisor??
Thanks.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
should be somewhere in /etc/libvirt. qemu is /etc/libvirt/qemu...
greets
Am 15.09.2013 19:07, schrieb carlopmart:
On 15/09/13 09:37, Günther J. Niederwimmer wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
Uhmm .. Nop, it doesn't works becasue libvirt doesn't stores vm configs in /etc/xen ... The problem is: where libvirtd stores vm configurations when xen is the default hypervisor??
Thanks. _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 15.09.2013 19:17, schrieb carlopmart:
On 15/09/13 17:14, David Hackl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
should be somewhere in /etc/libvirt. qemu is /etc/libvirt/qemu...
Nop, it doesn't exists vm config in these places ... There was the first place where I can try to find it ...
_______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
well if you use virt-manager gui, why don't you just pick the autostart option in the machine configuration boot options?
On 15/09/13 17:21, David Hackl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 15.09.2013 19:17, schrieb carlopmart:
On 15/09/13 17:14, David Hackl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
should be somewhere in /etc/libvirt. qemu is /etc/libvirt/qemu...
Nop, it doesn't exists vm config in these places ... There was the first place where I can try to find it ...
_______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
well if you use virt-manager gui, why don't you just pick the autostart option in the machine configuration boot options?
I have do it, but vm doesn't starts up automatically ...
On Sun, Sep 15, 2013 at 5:07 PM, carlopmart carlopmart@gmail.com wrote:
On 15/09/13 09:37, Günther J. Niederwimmer wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
Uhmm .. Nop, it doesn't works becasue libvirt doesn't stores vm configs in /etc/xen ... The problem is: where libvirtd stores vm configurations when xen is the default hypervisor??
Thanks.
Please any idea about this?? maybe is it a bug in libvirt??
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
maybe file a bugreport for libvirt?
https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&...
Am 18.09.2013 19:18, schrieb C. L. Martinez:
On Sun, Sep 15, 2013 at 5:07 PM, carlopmart carlopmart@gmail.com wrote:
On 15/09/13 09:37, Günther J. Niederwimmer wrote:
Am Samstag, 14. September 2013, 20:41:00 schrieb carlopmart:
Hi all,
I have installed a CentOS 6.4 x86_64 host with official centos-xen packages. I am using virt-manager to create, remove, etc .. vmachines.
All works really really well except automatic domains startup. Where libvirtd stores domains configurations?? Under /etc/libvirtd/qemu not, like it does when I use kvm instead of xen.
Then, how can I automatic startup certain xen domains??
make a link to autostart /etc/xen/vm -> /etc/xen/auto
Uhmm .. Nop, it doesn't works becasue libvirt doesn't stores vm configs in /etc/xen ... The problem is: where libvirtd stores vm configurations when xen is the default hypervisor??
Thanks.
Please any idea about this?? maybe is it a bug in libvirt?? _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
On Wed, Sep 18, 2013 at 8:34 PM, David Hackl info@dh-online.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
maybe file a bugreport for libvirt?
https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&...
uhmm I don't think I can do that. Problem is with libvirt+xen (and it is specific for CentOS, not for RHEL because Redhat 6 doesn't supports RHEL 6.x as a dom0 host), and not with libvirt+kvm. Libvirt+kvm works ok without problems ...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
well, it seems like your problem is libvirt based and not xen based. libvirt uses redhat bugzilla for bugtracking.
btw: redhat develops a big part of libvirt...
Am 18.09.2013 22:50, schrieb C. L. Martinez:
On Wed, Sep 18, 2013 at 8:34 PM, David Hackl info@dh-online.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
maybe file a bugreport for libvirt?
https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&...
uhmm I don't think I can do that. Problem is with libvirt+xen (and it is specific for CentOS, not for RHEL because Redhat 6 doesn't supports RHEL 6.x as a dom0 host), and not with libvirt+kvm. Libvirt+kvm works ok without problems ... _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
Correct, my problem is with libvirt but only when I use xen as a hypervisor, not when I use kvm ...
When you setup a new vm using libvirt under a RHEL 6.x host, you don't see Xen hypervisor as an option ... I doubt that Redhat accepts this as a problem with their libvirt package ... but maybe I am wrong ...
On Wed, Sep 18, 2013 at 8:56 PM, David Hackl info@dh-online.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
well, it seems like your problem is libvirt based and not xen based. libvirt uses redhat bugzilla for bugtracking.
btw: redhat develops a big part of libvirt...
Am 18.09.2013 22:50, schrieb C. L. Martinez:
On Wed, Sep 18, 2013 at 8:34 PM, David Hackl info@dh-online.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
maybe file a bugreport for libvirt?
https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&...
uhmm I don't think I can do that. Problem is with libvirt+xen (and it is specific for CentOS, not for RHEL because Redhat 6 doesn't supports RHEL 6.x as a dom0 host), and not with libvirt+kvm. Libvirt+kvm works ok without problems ... _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSOhNpAAoJECyv46okx1igf+wH/3jTMulZtHAeH/KhnzetlvJ3 p/6OuMSb+9PUbDX1Q7w6bVN1FmI8MC2taBxKajwTJ8GzPpp8Tbr98lz3EUFS9nYY yvCk46uXre31wtpVoUfsBoTdNE1RwU4PRV/tcuSjgBjOJ/bSwK3NrlkoR9miS5WB 8kYVRX3yA1mBONdTdXsYx1HSGq6XoyIULC98XWhZ/lSyG+ClXhLICK8ovI6ZZoSX JqxeTa0LXHn4N4wuxuqtRN3mkbaH1hva6XCa+ZRooczpEsphaxeicjVwKpVNohKb v5joGb6Hw19DkHcm3SLTKRVks7uu9TJrz9tI9SosWu1GRAN8hSF7oqnGkUclLOQ= =a3kR -----END PGP SIGNATURE----- _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
the bugtracker is for all libvirt bugs, not specific rhel bugs... that's the official bugtracker for the libvirt project.
so of course you can use that bugtracker...
Am 18.09.2013 23:09, schrieb C. L. Martinez:
Correct, my problem is with libvirt but only when I use xen as a hypervisor, not when I use kvm ...
When you setup a new vm using libvirt under a RHEL 6.x host, you don't see Xen hypervisor as an option ... I doubt that Redhat accepts this as a problem with their libvirt package ... but maybe I am wrong ...
On Wed, Sep 18, 2013 at 8:56 PM, David Hackl info@dh-online.net wrote: well, it seems like your problem is libvirt based and not xen based. libvirt uses redhat bugzilla for bugtracking.
btw: redhat develops a big part of libvirt...
Am 18.09.2013 22:50, schrieb C. L. Martinez:
On Wed, Sep 18, 2013 at 8:34 PM, David Hackl info@dh-online.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
maybe file a bugreport for libvirt?
https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&...
uhmm I don't think I can do that. Problem is with libvirt+xen (and
it is specific for CentOS, not for RHEL because Redhat 6 doesn't supports RHEL 6.x as a dom0 host), and not with libvirt+kvm. Libvirt+kvm works ok without problems ... _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
_______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
_______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt