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

pearl11594 pushed a change to branch dedicate-backup-offering-to-domain
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 64e8bb7a8b9 pre-commit check failure fix
     add c465caf81e7 Adjust close periods (#12376)
     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 eedd32971f7 Merge remote-tracking branch 'apache/4.22'
     add 3f273a29e84 Merge branch 'main' of 
https://github.com/apache/cloudstack into dedicate-backup-offering-to-domain

No new revisions were added by this update.

Summary of changes:
 .github/workflows/stale.yml                        |  4 +-
 .../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    | 11 +++++
 .../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 +++++++++++++---------
 16 files changed, 148 insertions(+), 33 deletions(-)

Reply via email to