Displaying 20 results from an estimated 10000 matches similar to: "maxvcpus"
2014 Nov 20
0
Re: maxvcpus
On 20.11.2014 09:12, Laszlo Hornyak wrote:
> Hi list,
Hey Laszlo, long time no see!
>
> According to the libvirt documentation [1]
>
> "Show maximum number of virtual CPUs for guest domains on this connection"
>
> This may not be a complete definition.
>
> My first guess from the above was that this returns the number of
> virtual CPUs that can exist at
2012 May 04
1
maxvcpu
hi,
i am trying to find out the max vcpus supported for any domain by my hypervisor, however i am having some trouble with the below:
vcpu=5
maxvcpus=libvirt.virConnect.getMaxVcpus(conn,'kqemu')
if maxvcpus <= vcpu:
logging.debug('checkmaxvcpus: max vcpus on hypervisor %i is less than requested vcpu of %i' % (maxvcpus, vcpu))
return 0
else:
return 1
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi,
I have set maxvcpus and vcpus options in my domU configuration file, and I
can see that X number of vcpu are set for the domU.
I tried to activate all the vpcus by using vpcu_avail option (using decimal
to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and
only the first vpcu is activated (i.e. has -b- state) while all other
vpcu''s set for the domU are
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi,
I have set maxvcpus and vcpus options in my domU configuration file, and I
can see that X number of vcpu are set for the domU.
I tried to activate all the vpcus by using vpcu_avail option (using decimal
to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and
only the first vpcu is activated (i.e. has -b- state) while all other
vpcu''s set for the domU are
2013 May 13
11
[PATCH] Fix QEMU HVM hotplug race in QEMU traditional (Xen 4.1, Xen 4.2, and Xen 4.3) (v1).
Hey Ian and Stefano,
Please see this thread: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01053.html
for the debug patches and some of the discussion.
These three patches fix an race that has been in QEMU traditional for a long time.
The guts of the bug is that if you have a guest with these options:
vcpus=1
maxvcpus=32
and do ''xl vcpu-set <guest> 32'' the
2010 Sep 02
0
[PATCH] xl: parse the maxvcpus config file parameter
xl: parse the maxvcpus config file parameter
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff -r 6d605ec6bcd8 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Thu Sep 02 12:38:13 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c Thu Sep 02 14:15:08 2010 +0100
@@ -687,6 +687,9 @@ static void parse_config_data(const char
b_info->cur_vcpus = (1 << l)
2010 May 09
2
/usr/lib/xen/bin/qemu-dm: invalid option -- ''-vcpu_avail''
Hi,
I''m trying to build a xen-qemu-dm-4.0 package to support the HVM part of
the Xen 4.0 package that will be soon in Debian experimental. When I
start an HVM domain, I have the following subject line of this thread in
my /var/log/xen/qemu-dm-XXXX.log file, and then it stops here.
Any idea what I should do to fix?
Thomas
P.S: my build is using a clone of
2014 Dec 08
2
snapshots and qcow2
Hi,
I ran into a strange behavior with libvirt snapshots. I have some vms
running with thin-provisioned qcow2 disk images (libvirt 1.1.3 with fedora
20).
* When I create a snapshot on the VM, the qcow file suddenly grows big,
somewhat bigger than the maximum size of the disk.
* When I delete the snapshot, the allocated disk space is not freed up, the
qcow image remains the same size. However, if
2012 Jan 03
1
Hotplug/hotadd functionality of libvirt?
Hello,
First of all, happy new year!
I am interested in the hot plugging facilities of libvirt, in particular
in what qemu calls 'hot add' of network interface cards. (And also the
reverse: hot unplugging/removing of NICs.)
I think I am overlooking something, but so far the best I have been able
to find is:
http://libvirt.org/sources/virshcmdref/html/
and it is not entirely clear
2014 Dec 08
1
command reference
Hi,
I have found the online command reference somewhat incomplete so I thought
I give it a try and fill in some of the gaps, but when I cloned the repo I
noticed that the last commit happened a little more than 3 years ago. Do
you guys accept patches for the documentation? What is the plan in general
for the future on the documentation front lines?
--
EOF
2011 Aug 10
1
Problems setting up a VM ....
.... New to this list & definitely new to virtualization :-/ .... I am
trying to setup a 64-bit CentOS 5.6 VM on a 64-bit FC14 server host, all
patched up as of a couple of weeks ago. uname -a on the host shows:
[wam at Q6600, CFD, 9:24:23am] 540 % uname -a
Linux Q6600 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7 07:06:44 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
[wam at Q6600, CFD, 9:52:43am]
2013 May 14
4
[PATCH] qemu-traditional - ACPI vCPU hotplug fixes for Xen 4.3 (v2).
Please see the three patches that fix the ACPI AML and QEMU race.
They have been Ack-ed by both George (for inclusion in Xen 4.3) and
by Stefano. They should be candidates for back-port in older hypervisors.
Konrad Rzeszutek Wilk (3):
piix4acpi, xen, vcpu hotplug: Split the notification from the changes.
piix4acpi, xen: Clarify that the qemu_set_irq calls just do an IRQ pulse.
2020 Oct 12
3
Encrypting boot partition Libvirt not showing the OS booting up
Hi,
I have installed Debian Buster with encrypted LVM so apon installation
my root partition is encrypted.
So far so good but as soon as I encrypt the boot partition, after reboot
the OS won't start.
If I start the drive directly with qemu, it works but it looks like
Libvirt is somehow not able to deel with it.
What am I missing?
--
John Doe
2002 Feb 12
3
Win2K -> Win2K rsync
Has anybody out there set up a rsync environment that allows mirroring
of files between two Windows 2000 servers?
Douglas Hornyak
Senior Systems Architect
Spring Lake Consulting, LLC
2012 Nov 06
1
virt-install kickstart local file
Hi Everybody:
I am trying to get virt-install to work with a kickstart file that is on
the local file system.
I tried using the --initrd-inject="/tmp"
--extra-args="ks=file:/myks.cfg" but I got this error message:
ERROR --extra-args only work if specified with --location.
Here is the basic command:
virt-install \
--accelerate \
--cdrom
2012 Dec 24
3
(updated) test report for xen-unstable tree with upstream QEMU
Hi All,
We did some testing for Xen-unstable tree with upstream QEMU.
We covered basic guest booting up, power management, VT-d, SR-IOV features.
We found 4 new bugs which only exist in upstream QEMU not in qemu-xen.
We followed the below wiki page to use upstream QEMU.
http://wiki.xen.org/wiki/QEMU_Upstream
test tree:
xen-unstable-tree.hg: C/S 26193 (about 20 days ago)
qemu.git: commit
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com
2012 Aug 06
1
Xen4.2-rc1 test result
Hi All,
We did a round testing for Xen 4.2 RC1 (CS#25692) with Linux 3.4.7 dom0.
We covered VT-d, SR-IOV, Power Management, TXT, IVB new features, HSW new features.
We covered many cases for HVM guests (both Redhat Linux and MS Windows guest).
We tested on Westmere-EP, SandyBridge-EP, IvyBridge desktop, and Haswell hardware platforms.
We found no new issues, and verified 1 fixed bug.
Fixed bug
2017 Dec 14
1
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
On 15-12-2017 4:10, Akemi Yagi wrote:
> On Mon, Dec 11, 2017 at 4:52 PM, Adi Pircalabu <adi at ddns.com.au>
> wrote:
>
>> Has anyone seen this recently? I couldn't replicate it on:
>> - CentOS 6 running kernel-2.6.32-696.16.1.el6.x86_64,
>> kernel-lt-4.4.105-1.el6.elrepo.x86_64
>> - CentOS 7 running 4.9.67-1.el7.centos.x86_64
>>
>> But I can
2012 Jun 28
2
How does libvirt interaction with KVM to create a VM?
All,
These days I am trying to understand the interaction relationship
between the libvirt and KVM kernel module, eg. kvm_intel.ko.
We know that KVM kernel module expose an entry in form of device file
"/dev/kvm" which can be accessed by user space application to control,
for example, create a VM using KVM_CREATE_VM with help of ioctl.
Now let's say the tool virsh based upon