Displaying 4 results from an estimated 4 matches for "kvm02".
Did you mean:
vm02
2012 May 11
0
segfault with libvirt-0.9.11.3-1
Hi, ALL
On fedora16 hosts with vdsm-4.9.6
after libvirtd daemon started in messages there are too many errors even if no one VM's running, and vdsmd not started
May 11 14:44:59 kvm02 kernel: [ 6670.207465] virsh[11015]: segfault at 38 ip 00007f047a52c535 sp 00007fffe3cb0e50 error 4 in libvirt.so.0.9.11[7f047a4bb000+2fd000]
May 11 14:44:59 kvm02 kernel: [ 6670.227244] virsh[11018]: segfault at 38 ip 00007f7afe3e6535 sp 00007fff41983d00 error 4 in libvirt.so.0.9.11[7f7afe375000+2...
2013 May 01
1
libvirt-snmp on Ubuntu
Hi,
Are there packages of "libvirt-snmp" for Ubuntu? Or instructions to compile libvirt-snmp on Ubuntu?
Looks like the instructions given at http://wiki.libvirt.org/page/Libvirt-snmp are for RedHat.
Thank you,
George
2017 Jun 10
1
Re: virt-customize issue/question
...t;
> Essentially I believe it is telling me that it can’t find the disk
> file. However I can validate that the file exists on my KVM Host:
[list of images]
> My question: Is virt-customize attempting to look at my local system
> (admin jump box) instead of the libvirtd connection to KVM02? Or is
> this a bug? Or did I simply miss an option that I need to include?
When connected to a remote libvirtd, virt-customize simply asks
libvirt for a list of the domains, but then it tries to open the disk
images returned as regular files. The libvirt XML doesn't contain any
informatio...
2018 May 23
0
Unable to connect VMs to a bridge over bonded network on Debian 9 (works fine on Centos 7.4)
...inet static
# address 10.100.200.62
# netmask 255.255.255.0
# bond_slaves enp3s0f1
# bond_primary enp3s0f1
# mtu 9000
auto br1
iface br1 inet static
address 10.100.200.62
netmask 255.255.255.0
gateway 10.100.200.1
bridge_ports enp3s0f1
bridge_stp on
bridge_fd 0.0
root@kvm02:/etc/network#