search for: virt_typ

Displaying 20 results from an estimated 26 matches for "virt_typ".

Did you mean: virt_type
2016 Aug 14
2
Nested KVM issue
...;0x06' function='0x0'/> </memballoon> </devices> </domain> 2. [root at overcloud-novacompute-0 ~]# lsmod | grep kvm kvm_intel 162153 70 kvm 525409 1 kvm_intel [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep virt_type|grep -v '^#' virt_type=kvm [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep cpu_mode|grep -v '^#' cpu_mode=host-passthrough Thanks, Laurentiu ?n dum., 14 aug. 2016 la 21:44, Boris Derzhavets <bderzhavets at hotmail.com<mailto:bderzhavets at hotmail.com...
2016 Aug 14
4
Nested KVM issue
...17-13.el7_2.5 on both the baremetal and the compute VM. Please, post 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to appear) 2) Login into VM-L1 and run :- # lsmod | grep kvm 3) I need outputs from VM-L1 ( in case it is Compute Node ) # cat /etc/nova/nova.conf | grep virt_type # cat /etc/nova/nova.conf | grep cpu_mode Boris. The only workaround now is to shutdown the compute VM and start it back from baremetal with virsh start. A simple restart of the compute node doesn't help. It looks like the qemu-kvm process corresponding to the compute VM is the problem....
2016 Aug 15
2
Nested KVM issue
...;0x06' function='0x0'/> </memballoon> </devices> </domain> 2. [root at overcloud-novacompute-0 ~]# lsmod | grep kvm kvm_intel 162153 70 kvm 525409 1 kvm_intel [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep virt_type|grep -v '^#' virt_type=kvm [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep cpu_mode|grep -v '^#' cpu_mode=host-passthrough Thanks, Laurentiu ?n dum., 14 aug. 2016 la 21:44, Boris Derzhavets <bderzhavets at hotmail.com<mailto:bderzhavets at hotmail.com...
2016 Aug 14
0
Nested KVM issue
...;0x06' function='0x0'/> </memballoon> </devices> </domain> 2. [root at overcloud-novacompute-0 ~]# lsmod | grep kvm kvm_intel 162153 70 kvm 525409 1 kvm_intel [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep virt_type|grep -v '^#' virt_type=kvm [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep cpu_mode|grep -v '^#' cpu_mode=host-passthrough Thanks, Laurentiu ?n dum., 14 aug. 2016 la 21:44, Boris Derzhavets <bderzhavets at hotmail.com> a scris: > > > > --...
2016 Aug 15
0
Nested KVM issue
...memballoon> > </devices> > </domain> > > 2. > [root at overcloud-novacompute-0 ~]# lsmod | grep kvm > kvm_intel 162153 70 > kvm 525409 1 kvm_intel > > [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep > virt_type|grep -v '^#' > virt_type=kvm > > [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep > cpu_mode|grep -v '^#' > cpu_mode=host-passthrough > > Thanks, > Laurentiu > > ?n dum., 14 aug. 2016 la 21:44, Boris Derzhavets <bderzhavets at h...
2016 Aug 15
0
Nested KVM issue
...t; >> </domain> >> >> 2. >> [root at overcloud-novacompute-0 ~]# lsmod | grep kvm >> kvm_intel 162153 70 >> kvm 525409 1 kvm_intel >> >> [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep >> virt_type|grep -v '^#' >> virt_type=kvm >> >> [root at overcloud-novacompute-0 ~]# cat /etc/nova/nova.conf | grep >> cpu_mode|grep -v '^#' >> cpu_mode=host-passthrough >> >> Thanks, >> Laurentiu >> >> ?n dum., 14 aug. 2016 la 21:4...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2020 Jan 27
1
Detecting of features of VMs
...API provides mostly useful information about the host, the limitation of not being able to report information about specific qemu binaries or machine types lead to introduction. virConnectGetDomainCapabilities(conn, emulator_binary_path, architecture, machine_type, virt_type, flags) https://libvirt.org/formatdomaincaps.html The XML returned by this API describes the capabilities of an VM which would be started using the parameters given to the API (note that if the parameters are NULL a default is provided). The <os> subelement describes supported OS loader t...
2016 Aug 16
2
Nested KVM issue
...17-13.el7_2.5 on both the baremetal and the compute VM. Please, post 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to appear) 2) Login into VM-L1 and run :- # lsmod | grep kvm 3) I need outputs from VM-L1 ( in case it is Compute Node ) # cat /etc/nova/nova.conf | grep virt_type # cat /etc/nova/nova.conf | grep cpu_mode Boris. The only workaround now is to shutdown the compute VM and start it back from baremetal with virsh start. A simple restart of the compute node doesn't help. It looks like the qemu-kvm process corresponding to the compute VM is the problem....
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.
2016 Aug 16
2
Nested KVM issue
...17-13.el7_2.5 on both the baremetal and the compute VM. Please, post 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to appear) 2) Login into VM-L1 and run :- # lsmod | grep kvm 3) I need outputs from VM-L1 ( in case it is Compute Node ) # cat /etc/nova/nova.conf | grep virt_type # cat /etc/nova/nova.conf | grep cpu_mode Boris. The only workaround now is to shutdown the compute VM and start it back from baremetal with virsh start. A simple restart of the compute node doesn't help. It looks like the qemu-kvm process corresponding to the compute VM is the problem....
2016 Aug 16
2
Nested KVM issue
...17-13.el7_2.5 on both the baremetal and the compute VM. Please, post 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to appear) 2) Login into VM-L1 and run :- # lsmod | grep kvm 3) I need outputs from VM-L1 ( in case it is Compute Node ) # cat /etc/nova/nova.conf | grep virt_type # cat /etc/nova/nova.conf | grep cpu_mode Boris. The only workaround now is to shutdown the compute VM and start it back from baremetal with virsh start. A simple restart of the compute node doesn't help. It looks like the qemu-kvm process corresponding to the compute VM is the problem....
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...+class DomainConfigScreen(ConfigScreen): + def __init__(self): + ConfigScreen.__init__(self, "Create A New Virtual Machine") + self.__config = DomainConfig() + self.__config.set_architecture(self.get_libvirt().get_default_architecture()) + self.__config.set_virt_type(self.get_libvirt().get_default_virt_type()) + + def get_elements_for_page(self, screen, page): + if page == VM_DETAILS_PAGE: return self.get_vm_details_page(screen) + elif page == LOCAL_INSTALL_PAGE: return self.get_local_install_page(screen) + elif page == SELECT_...
2016 Aug 17
2
Nested KVM issue
...17-13.el7_2.5 on both the baremetal and the compute VM. Please, post 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to appear) 2) Login into VM-L1 and run :- # lsmod | grep kvm 3) I need outputs from VM-L1 ( in case it is Compute Node ) # cat /etc/nova/nova.conf | grep virt_type # cat /etc/nova/nova.conf | grep cpu_mode Boris. The only workaround now is to shutdown the compute VM and start it back from baremetal with virsh start. A simple restart of the compute node doesn't help. It looks like the qemu-kvm process corresponding to the compute VM is the problem....
2016 Aug 16
0
Nested KVM issue
...ute VM. > > *Please, post* > > 1) # virsh dumpxml VM-L1 ( where on L1 level you expect nested KVM to > appear) > 2) Login into VM-L1 and run :- > # lsmod | grep kvm > 3) I need outputs from VM-L1 ( in case it is Compute Node ) > > # cat /etc/nova/nova.conf | grep virt_type > # cat /etc/nova/nova.conf | grep cpu_mode > > Boris. > > > > > > The only workaround now is to shutdown the compute VM and start it back > from baremetal with virsh start. > A simple restart of the compute node doesn't help. It looks like the > qemu-kvm p...
2016 Aug 13
2
Nested KVM issue
Hello, I have an OpenStack setup in virtual environment on CentOS 7. The baremetal has *nested KVM* enabled and 1 compute node as a VM. Inside the compute node I have multiple VMs running. After about every 3 days the VMs get inaccessible and the compute node reports high CPU usage. The qemu-kvm process for each VM inside the compute node reports full CPU usage. Please help me with some hints