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

dahn pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 315cd52fd1a snapshot: fix listSnapshots for volume which got delete 
and whose storage pool got deleted (#12433)
     add c8cadcb56e5 NPE fix while deleting storage pool when pool has detached 
volumes (#12451)
     add 4adb7195701 Allow modification of user vm details if 
user.vm.readonly.details is empty (#10456)
     add 0958dfc1386 Fix: proper permissions for systemvm template 
registrations on hardened systems (#12098)
     add d010e9fcf29 Notify user if template upgrade is not required (#12483)
     add 63bdc2b9903 Add log for null templateVO (#12406)
     add 097c3a018ba ConfigDrive: use file absolute path instead of canonical 
path to create ISO (#11623)
     add 36edd92e480 Fix snapshot physical size after migration (#12166)
     add 44793da58f2 fix Sensitive Data Exposure Through Exception Logging in 
OVM Hypervis… (#12032)
     add bbc23a74683 fix install path for systemvm templates when introducing 
new sec storage (#11605)
     new edb62b490c6 Merge branch '4.20' into 4.22

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/cloudstack/query/QueryService.java  |  2 +-
 .../main/java/com/cloud/storage/dao/VolumeDao.java |  6 +--
 .../java/com/cloud/storage/dao/VolumeDaoImpl.java  |  6 +--
 .../storage/configdrive/ConfigDriveBuilder.java    |  4 +-
 .../configdrive/ConfigDriveBuilderTest.java        | 12 ++---
 .../storage/image/SecondaryStorageServiceImpl.java |  2 +-
 .../storage/image/TemplateDataFactoryImpl.java     |  3 ++
 .../storage/image/TemplateServiceImpl.java         |  7 +--
 .../storage/datastore/PrimaryDataStoreImpl.java    |  2 +-
 .../cloudstack/framework/config/ConfigKey.java     | 28 ++++++++++-
 packaging/el8/cloud.spec                           |  2 +-
 .../apache/cloudstack/sioc/SiocManagerImpl.java    |  2 +-
 .../com/cloud/ovm/hypervisor/OvmResourceBase.java  |  2 +-
 .../driver/DateraPrimaryDataStoreDriver.java       |  2 +-
 .../datastore/provider/DateraHostListener.java     |  4 +-
 .../driver/SolidFirePrimaryDataStoreDriver.java    |  2 +-
 .../datastore/provider/SolidFireHostListener.java  |  4 +-
 .../driver/StorPoolPrimaryDataStoreDriver.java     |  2 +-
 scripts/storage/secondary/cloud-install-sys-tmplt  |  1 +
 scripts/storage/secondary/setup-sysvm-tmplt        |  1 +
 .../router/VirtualNetworkApplianceManagerImpl.java |  1 +
 .../com/cloud/resource/ResourceManagerImpl.java    |  4 +-
 .../main/java/com/cloud/server/StatsCollector.java |  2 +-
 .../java/com/cloud/storage/StorageManagerImpl.java | 16 ++++---
 .../cloud/storage/StoragePoolAutomationImpl.java   |  2 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  2 +-
 .../cloud/resource/ResourceManagerImplTest.java    | 12 ++---
 .../com/cloud/storage/StorageManagerImplTest.java  | 56 +++++++++++++++++++++-
 28 files changed, 138 insertions(+), 51 deletions(-)

Reply via email to