Description of problem:
When adding new NIC to running VM, it's created unplugged by default and there is no way to change it.
Version-Release number of selected component (if applicable):
3.4.3-1.2.el6ev
How reproducible:
always
Steps to Reproduce:
1. Working setup with PPC host and running VM
2. Try to add new NIC to the VM
3.
Actual results:
NIC created unplugged by default
Expected results:
NIC should be created plugged by default
Additional info:
If i change to 'true' from 'false' in-
vi /etc/ovirt-engine/osinfo.conf.d/00-defaults.properties
os.other_ppc64.devices.network.hotplugSupport.value.3.4 = true
New NIC will be created plugged by default as it should.
Looks like it's part of the Hotplug/unplug support
> If i change to 'true' from 'false' in-
> vi /etc/ovirt-engine/osinfo.conf.d/00-defaults.properties
> os.other_ppc64.devices.network.hotplugSupport.value.3.4 = true
> New NIC will be created plugged by default as it should.
> Looks like it's part of the Hotplug/unplug support
I don't understand. So does it work or not?
Why/when did you change osinfo?
Engine version?
How is this different from bug 1154630?
Hi Michal,
As you can see at the last comments of bug 1154630, i thought also that this bug is a part of the hotplug/unplug support, but i was asked to open new bug on that.
Engine version is written above,
It work only after changing the relevant line in osinfo to 'true',
But this should be 'true' by default. When adding new NIC to VM it should be plugged by default.
Do you understand now?
The only reason i changed this line in osinfo, was because i suspected that this bug is part of 1154630, and i wanted to check that.