You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've changed the definition of my vm, eg. the amount of RAM, but the "ensure the VM is defined" task doesn't do anything.
I'm running Debian 10 with KVM. libvirt-python is version 5.0. I've checked using virsh define updated.xml. updated.xml was created via virsh dumpxml > updated.xml and then changing the number of CPU cores. If I then do virsh dumpxml --inactive | grep vcpu I see the new value.
But if I try to make the same change via this Ansible module, nothing happens.
The text was updated successfully, but these errors were encountered:
I've changed the definition of my vm, eg. the amount of RAM, but the "ensure the VM is defined" task doesn't do anything.
I'm running Debian 10 with KVM.
libvirt-python
is version 5.0. I've checked usingvirsh define updated.xml
.updated.xml
was created viavirsh dumpxml > updated.xml
and then changing the number of CPU cores. If I then dovirsh dumpxml --inactive | grep vcpu
I see the new value.But if I try to make the same change via this Ansible module, nothing happens.
The text was updated successfully, but these errors were encountered: