similar to: state of setvcpus

Displaying 20 results from an estimated 1000 matches similar to: "state of setvcpus"

2013 Aug 09
3
Re: state of setvcpus
Am 09.08.13 15:09, schrieb Eric Blake: > On 08/09/2013 06:26 AM, Thomas Stein wrote: >> Hello. >> >> Does someone know in what state setvcpu command is? >> >> I get: >> >> virsh # setvcpus gentookvm 4 >> error: internal error: cannot change vcpu count of this domain >> >> and >> >> error : qemuDomainHotplugVcpus:4087 :
2013 Aug 09
0
Re: state of setvcpus
On 08/09/2013 06:26 AM, Thomas Stein wrote: > Hello. > > Does someone know in what state setvcpu command is? > > I get: > > virsh # setvcpus gentookvm 4 > error: internal error: cannot change vcpu count of this domain > > and > > error : qemuDomainHotplugVcpus:4087 : internal error: cannot change vcpu > count of this domain > > Does this work for
2014 Nov 05
2
setvcpus libvirt 1.2.9
Hello. I'm struggeling a little bit with the setvcpus command. I'm trying now to get this running for a linux VM. Here is what i have: <vcpu placement='auto' current='2'>4</vcpu> Now the VM is starting with 2 CPUs. When i try to increase the number of CPUs i get: setvcpus dev --guest 4 error: invalid argument: requested vcpu count is greater than the count
2013 Aug 09
0
Re: state of setvcpus
On 08/09/2013 09:01 AM, Thomas Stein wrote: >> Meanwhile, you can try using 'setvcpus gentookvm >> --guest 4' to use the guest agent (assuming you have qemu-ga running in >> the guest, and the proper plumbing of the guest agent channel in your >> domain XML) to use the guest to take vcpus on- or offline. > > Tried that with no luck so far. > > virsh
2014 Nov 05
2
Re: setvcpus libvirt 1.2.9
Am 05.11.14 11:48, schrieb Martin Kletzander: > On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >>Hello. >> >>I'm struggeling a little bit with the setvcpus command. I'm trying now >>to get this running for a linux VM. Here is what i have: >> >> <vcpu placement='auto' current='2'>4</vcpu> >> >>Now
2014 Nov 04
2
setvcpus --guest on windows
Hello. Just a quick question. Is "setvcpus $windowsVM --guest 4" supposed to work? I have qemu-guest-agent (1.6.something) running inside a windows7 vm but all i get is: virsh # setvcpus windows7 --guest 4 error: invalid argument: requested vcpu count is greater than the count of enabled vcpus in the domain: 4 > 1 The xml file looks like this: <vcpu placement='static'
2014 Nov 05
1
Re: setvcpus --guest on windows
On 11/05/2014 10:50 AM, Thomas Stein wrote: > Am 04.11.14 17:55, schrieb Thomas Stein: >> Hello. >> >> Just a quick question. Is "setvcpus $windowsVM --guest 4" supposed to >> work? I have qemu-guest-agent (1.6.something) running inside a windows7 >> vm but all i get is: >> >> virsh # setvcpus windows7 --guest 4 >> error: invalid
2014 Nov 05
1
Re: setvcpus libvirt 1.2.9
Am 05.11.14 14:48, schrieb Eric Blake: > On 11/05/2014 01:20 PM, Thomas Stein wrote: >> Am 05.11.14 11:48, schrieb Martin Kletzander: >>> On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >>>> Hello. >>>> >>>> I'm struggeling a little bit with the setvcpus command. I'm trying now >>>> to get this running for a
2014 Nov 05
0
Re: setvcpus libvirt 1.2.9
On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >Hello. > >I'm struggeling a little bit with the setvcpus command. I'm trying now >to get this running for a linux VM. Here is what i have: > > <vcpu placement='auto' current='2'>4</vcpu> > >Now the VM is starting with 2 CPUs. When i try to increase the number of >CPUs i
2014 Nov 05
0
Re: setvcpus --guest on windows
Am 04.11.14 17:55, schrieb Thomas Stein: > Hello. > > Just a quick question. Is "setvcpus $windowsVM --guest 4" supposed to > work? I have qemu-guest-agent (1.6.something) running inside a windows7 > vm but all i get is: > > virsh # setvcpus windows7 --guest 4 > error: invalid argument: requested vcpu count is greater than the count > of enabled vcpus in the
2014 Nov 05
0
Re: setvcpus libvirt 1.2.9
On 11/05/2014 01:20 PM, Thomas Stein wrote: > Am 05.11.14 11:48, schrieb Martin Kletzander: >> On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote: >>> Hello. >>> >>> I'm struggeling a little bit with the setvcpus command. I'm trying now >>> to get this running for a linux VM. Here is what i have: >>> >>> <vcpu
2019 Sep 15
3
virsh -c lxc:/// setvcpus and <vcpu> configuration fails
Hi folks! i created a server with this XML file: <domain type='lxc'> <name>lxctest1</name> <uuid>227bd347-dd1d-4bfd-81e1-01052e91ffe2</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://centos.org/centos/6.9"/>
2015 Apr 13
2
Re: CPU Resource Reservation using KVM
On 4/13/2015 1:18 PM, Kashyap Chamarthy wrote: > On Mon, Apr 13, 2015 at 12:14:12PM +0530, Jatin Davey wrote: >> Hi All >> >> I am new to KVM world. I have been using VMware for about a year. >> >> In VMware world we can reserve cpu resources for a VM. Say for instance if >> we need 4 vCPUs with a total of 8000 GHz then we can mention this >>
2020 Feb 14
3
can hotplug vcpus to running Windows 10 guest, but not unplug
Hi, i'm playing a bit around with vcpus. My guest is Windows 10 1903. This is the excerpt from the config: ... <vcpu placement='static' current='2'>4</vcpu> <vcpus> <vcpu id='0' enabled='yes' hotpluggable='no'/> <vcpu id='1' enabled='yes' hotpluggable='yes'/> <vcpu id='2'
2013 May 28
2
About the change of a VM's vcpu count in runtime?
Hi, We know that there is a command "setvcpus" in virsh used to "change number of virtual CPUs", now we just have the need to change vcpu count dynamically for a running VM, so I tried this command (the vcpu count is 2 in the VM xml file), below is the result: virsh # setvcpus 3 --count 4 error: invalid argument: requested vcpus is greater than max allowable vcpus for the
2014 Jan 21
0
Will virsh command setvcpus/vcpupin be supported by lxc driver in the future?
Dear member of libvirt team, I hope the lxc could be dynamically reconfigured, such as the number of vcpu or vcpu pinning. According to http://libvirt.org/hvsupport.html , at present, setvcpus(virDomainSetVcpus) and vcpupin (virDomainGetVcpuPinInfo) are not supported by lxc driver. I wonder if these commands will be supported by libvirt in the future? Best wishes, Cheng Wang
2019 Sep 16
0
Re: virsh -c lxc:/// setvcpus and <vcpu> configuration fails
On Sun, Sep 15, 2019 at 12:21:08PM +0200, info@layer7.net wrote: >Hi folks! > >i created a server with this XML file: > ><domain type='lxc'> > <name>lxctest1</name> > <uuid>227bd347-dd1d-4bfd-81e1-01052e91ffe2</uuid> > <metadata> > <libosinfo:libosinfo
2015 Jun 12
1
Re: <vcpu placement='static' current='N'>M</vcpu>
Am 12.06.15 um 11:43 schrieb Dominique Ramaekers: > Did you shutdown the guest before making this change? Yes. I even can't set this setting while the machine is powered off. Here ist the machines xml. <domain type='kvm'> <name>changed</name> <uuid>c71f66b3-2fd1-42f0-b8be-42999857eb95</uuid> <memory
2015 Apr 13
2
CPU Resource Reservation using KVM
Hi All I am new to KVM world. I have been using VMware for about a year. In VMware world we can reserve cpu resources for a VM. Say for instance if we need 4 vCPUs with a total of 8000 GHz then we can mention this configuration in vCenter while creating a VM. This guarantees 8000 GHz of cpu resources for the deployed VM. How can i achieve the same thing using KVM ? Please provide as much
2015 Jan 08
0
CPU Hot Plug/Unplug with KVM on CentOS
Hello, I'm trying to plug and unplug cpus with a host CentOS 7 on a guest machine with CentOS too. I have created the guest with virt-install command, modified my domxml to have maximum 4 vcpus and updated the current cpu to 2. After that I open the virsh console, and used command setvcpus to add/remove cpus. I was able to increase the vcpu count until 4 but can't increase it after 4 as