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 01f17456f9e 4.22 Health Check, please don't merge this!
     add 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)
     add edb62b490c6 Merge branch '4.20' into 4.22
     add b96d8b1f5f7 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   (01f17456f9e)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (b96d8b1f5f7)

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:
 .../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 +--
 .../snapshot/StorageSystemSnapshotStrategy.java    |  2 +-
 .../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 +++++++++++++++++++++-
 29 files changed, 139 insertions(+), 52 deletions(-)

Reply via email to