This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard a891c067681 4.22 Health Check, please don't merge this!
add 2d4b7ba3578 Add mountopts to backup repository response (#12360)
add fca928d609b fix HMAC Signatures and API Keys Logged in Plaintext
(#12021)
add a29de0ed066 Retry cloneVM task when any file access issue while
cloning from volume or template (#12335)
add 57331aca2fc Skip removal of offerings if in use during domain removal
(#11780)
add 750290b8aed Prevent NPE when removing NIC from a stopped VM using
service offering with CPU cap set (#12232)
add 425c4e33120 Merge remote-tracking branch 'apache/4.20' into 4.22
add a67c27a466b 4.22 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 (a891c067681)
\
N -- N -- N refs/heads/healthcheck-4.22 (a67c27a466b)
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:
.../backup/repository/AddBackupRepositoryCmd.java | 3 +-
.../api/response/BackupRepositoryResponse.java | 12 +++++
.../cloudstack/backup/BackupRepositoryService.java | 1 -
.../storage/template/HttpTemplateDownloader.java | 2 +-
.../main/java/com/cloud/storage/dao/VolumeDao.java | 2 +
.../java/com/cloud/storage/dao/VolumeDaoImpl.java | 14 ++++++
.../java/com/cloud/upgrade/DatabaseCreator.java | 2 +-
.../main/java/com/cloud/vm/dao/VMInstanceDao.java | 4 ++
.../java/com/cloud/vm/dao/VMInstanceDaoImpl.java | 37 +++++++++++++++
.../main/java/com/cloud/api/ApiResponseHelper.java | 3 ++
.../configuration/ConfigurationManagerImpl.java | 15 ++++--
.../main/java/com/cloud/hypervisor/KVMGuru.java | 3 +-
.../java/com/cloud/user/DomainManagerImpl.java | 25 ++++++++--
.../java/com/cloud/hypervisor/KVMGuruTest.java | 4 +-
.../hypervisor/vmware/mo/VirtualMachineMO.java | 54 +++++++++++++---------
15 files changed, 145 insertions(+), 36 deletions(-)