
12 Jun
2015
12 Jun
'15
8:23 a.m.
On 12.06.2015 11:31, Thomas Stein wrote:
Hello.
I seem to be to stupid to configure vcpu hotplugging on one of my machines. Whenever i set:
<vcpu placement='static' current='4'>4</vcpu>
and save this setting, this setting is undone by libvirt. It jumps back to:
<vcpu placement='static'>4</vcpu>
I'm confused now. Someone has an idea what's going on here? Any hints are really appreciated.
Whenever current == vcpu the attribute is just not put into the XML. http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/conf/domain_conf.c;h=bf7e... Michal