This is an automated email from the ASF dual-hosted git repository.
jfthomps pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git.
from 39d199f Ubuntu.pm: commented out get_network_configuration so that
base version of function in Linux.pm will be used instead; the output of
ifconfig changed in Ubuntu 18 such that the base function worked better for
older and newer versions of Ubuntu
new 003aef7 VCL-1120 - image conversion from vmdk to qcow2 always done
twice
new 655566b libvirt.pm: modified power_off: added check for "SIGKILL:
Device or resource busy" in output of virsh destroy command - we've experienced
times when a domain was considered busy but could be destroyed a few seconds
later, this waits 30 seconds and tries again
new 94426df Windows.pm: modified disable_automatic_updates: added
"AUOptions"=dword:00000001 to registry key that gets set; we encountered times
when it seemed a VM was doing automatic updates and this is a different option
to disable automatic updates
new 728c285 Ubuntu.pm: fixed comment added in last commit
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm | 2 +-
managementnode/lib/VCL/Module/OS/Windows.pm | 1 +
.../lib/VCL/Module/Provisioning/libvirt.pm | 38 ++++++++++++++++++++++
.../lib/VCL/Module/Provisioning/libvirt/KVM.pm | 12 ++++++-
4 files changed, 51 insertions(+), 2 deletions(-)