This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 6a5e12a87fd DO NOT MERGE
add 58a63f64fd6 Fix VMWare leftovers when deleting VM without root disk
(#9735)
add d453c63848f cleanup VM IP after expunge in redundant VPC (#10183)
add d920aba176c server: fix scale vm with same disk offering id (#10235)
add f1021262079 DO NOT MERGE
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6a5e12a87fd)
\
N -- N -- N refs/heads/healthcheck-4.19 (f1021262079)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
...egisterVMCommand.java => CleanupVMCommand.java} | 19 +++++++-----------
.../java/com/cloud/hypervisor/guru/VMwareGuru.java | 8 ++++++++
.../hypervisor/vmware/resource/VmwareResource.java | 23 ++++++++++++++++++++++
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 2 +-
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 3 +--
5 files changed, 40 insertions(+), 15 deletions(-)
copy core/src/main/java/com/cloud/agent/api/{UnregisterVMCommand.java =>
CleanupVMCommand.java} (74%)