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 cc954afd9bc DO NOT MERGE
add 3f5a77ef580 Linstor: Fix migrate primary storage (#9528)
add a93f7154a07 fix start VMs through group action (#9652)
add a0932b0f165 Restore listNetworks behavior & clean up the code (#9461)
add a8ab47bb278 CPVM: move focus on input area after clearing clipboard
(#9669)
add a385ff1a214 UI: Fix VPC network offerings listing on VPC tier creation
(#9557)
add cfbdeba17c7 refactor: cloud-sysvmadm script (#9200)
add 2e9986c6a63 list by displayname instead of name (#8503)
add 89482a25830 Merge release branch 4.18 to 4.19
add e16a9715111 Fix resource count discrepancy while associating IP
address to a network or vpc (#9563)
add 50d7ebf5cf5 UI: enable project menu on mobile (#9700)
add 7f2ab635e97 lb: fix haproxy cannot start if algorithm is not lowercase
(#9698)
add 2cad6c2faee 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 (cc954afd9bc)
\
N -- N -- N refs/heads/healthcheck-4.19 (2cad6c2faee)
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:
.../com/cloud/network/HAProxyConfigurator.java | 2 +-
.../hypervisor/kvm/storage/KVMPhysicalDisk.java | 27 +-
.../kvm/storage/KVMStorageProcessor.java | 5 +
.../kvm/storage/LibvirtStorageAdaptor.java | 5 +-
.../kvm/storage/LinstorStorageAdaptor.java | 9 +
.../driver/LinstorPrimaryDataStoreDriverImpl.java | 37 +--
.../storage/datastore/util/LinstorUtil.java | 24 ++
.../snapshot/LinstorVMSnapshotStrategy.java | 4 +-
.../com/cloud/network/IpAddressManagerImpl.java | 22 +-
.../java/com/cloud/network/NetworkServiceImpl.java | 276 ++++++++++----------
.../java/com/cloud/network/vpc/VpcManagerImpl.java | 19 +-
setup/bindir/cloud-sysvmadm.in | 282 +++++++++++----------
systemvm/agent/noVNC/app/ui.js | 1 +
ui/src/components/page/GlobalHeader.vue | 4 +-
ui/src/config/section/compute.js | 12 +-
ui/src/views/network/VpcTiersTab.vue | 21 +-
16 files changed, 412 insertions(+), 338 deletions(-)