This is an automated email from the ASF dual-hosted git repository.

shwstppr pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard e4160ab4c82 4.20 Health Check, please don't merge this!
     add 2cd7d8a315e server: check limit on correct store during snapshot 
allocation (#11558)
     add 7c76a3c12a8 ui: searchview change should only remove related query 
params (#11576)
     add cd69f2ce16d server: Fix NPE during VM IP fetch for shared networks 
(#11389)
     add 2e113e5ed70 Change log level of AgentHandler#processRequest() (#10869)
     add 7c7497c6248 Merge remote-tracking branch 'apache/4.19' into 4.20
     add 6a145358a92 ui: fix tab name in query params (#11590)
     add 1948f90c2c7 [UI] Fix group disable action for  compute and disk 
offering (#11602)
     add 0cbebbdddda kvm: Fix for No VMs start after Renew Host Security Keys 
due to wrong qemu group reading (#11632)
     add 9167cd3b722 server: use /prod/stat to get uptime instead of the uptime 
command (#11670)
     add 393b5d2b779 VR: consider NICs for remote access VPN when apply dhcp 
entry (#11681)
     add 12513e18fa3 server: Update gson date format for 
serializing/deserializing Date in MS stats (#11506)
     add 40dec996591 server: Cleanup allocated snapshots / vm snapshots, and 
update pending ones to Error on MS start (#8452)
     add 1a223fd2bac server: Fix VM import DB sequence issue on import failure 
(#11659)
     add a749206eb8e storage: Mount disabled pools by default when host is 
booted (#11666)
     add a18b5514e67 kvm: honor templateId passed in importVM API (#11640)
     add 98b9af29040 server: set VirtualMachineTO arch from template if present 
(#11530)
     add 96992d3d640 server: Fix vpclimit count for listAcccount API response 
(#11686)
     add c24d2b88f6b LDAP: honour nested groups for MSAD (#11696)
     add 36cfd76ce19 KVM: fix delete vm snapshot if it does not exist with a 
Stopped vm (#11687)
     add 318a4f2b6ec server: set download volume format to qcow2 for KVM 
volumes (#11198)
     add 5dfeb79c63c systemvm: fix failed to get script version when patch 
system vm or router (#10962)
     add 44bd146ca52 4.20 Health Check, please don't merge this!

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   (e4160ab4c82)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (44bd146ca52)

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:
 api/src/main/java/com/cloud/vm/UserVmService.java  |  26 ++++-
 .../com/cloud/vm/snapshot/VMSnapshotService.java   |   3 +
 .../cloudstack/api/response/AccountResponse.java   |   2 +-
 .../subsystem/api/storage/SnapshotDataFactory.java |   3 +
 .../subsystem/api/storage/VMSnapshotStrategy.java  |   3 +
 .../java/com/cloud/storage/StorageManager.java     |   2 +-
 .../com/cloud/vm/snapshot/VMSnapshotManager.java   |   1 -
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   4 +-
 .../com/cloud/vm/snapshot/dao/VMSnapshotDao.java   |   2 +
 .../storage/snapshot/SnapshotDataFactoryImpl.java  |  22 +++-
 .../vmsnapshot/DefaultVMSnapshotStrategy.java      |  10 ++
 .../vmsnapshot/ScaleIOVMSnapshotStrategy.java      |  10 ++
 .../framework/jobs/impl/AsyncJobManagerImpl.java   |  55 +++++++++-
 .../LibvirtDeleteVMSnapshotCommandWrapper.java     |   3 +-
 .../kvm/storage/KVMStorageProcessor.java           |   2 +-
 .../driver/CloudStackImageStoreDriverImpl.java     |  11 +-
 .../cloudstack/ldap/ADLdapUserManagerImpl.java     |   8 +-
 .../apache/cloudstack/ldap/LdapConfiguration.java  |   5 +-
 .../cloudstack/ldap/OpenLdapUserManagerImpl.java   |   4 +-
 scripts/util/keystore-cert-import                  |   2 +-
 .../com/cloud/hypervisor/HypervisorGuruBase.java   |  12 ++-
 .../server/ManagementServerHostStatsEntry.java     |   2 +-
 .../main/java/com/cloud/server/StatsCollector.java |  19 ++--
 .../storage/snapshot/SnapshotManagerImpl.java      |   9 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  65 +++++++-----
 .../cloud/vm/snapshot/VMSnapshotManagerImpl.java   |   7 ++
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     |  79 +++++----------
 .../java/com/cloud/server/StatsCollectorTest.java  | 112 +++++++++++++++++++++
 .../cloudstack/vm/UnmanagedVMsManagerImplTest.java |   7 --
 systemvm/debian/opt/cloud/bin/cs/CsDhcp.py         |   2 +-
 systemvm/patch-sysvms.sh                           |   6 +-
 ui/src/components/view/ResourceView.vue            |  14 +--
 ui/src/config/section/offering.js                  |   6 +-
 ui/src/views/AutogenView.vue                       |   5 +-
 utils/src/main/java/com/cloud/utils/DateUtil.java  |   2 +-
 35 files changed, 389 insertions(+), 136 deletions(-)

Reply via email to