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

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


 discard 3685985b0d4 4.20 Health Check, please don't merge this!
     add 6932cacabc1 Allow copy of templates from secondary storages of other 
zone when adding a new secondary storage (#12296)
     add ff7ec0cd229 Update alert id for VR public and private interface 
(#12527)
     add 83ce0067b82 Update the snapshot physical size for the primary storage 
resource after snapshot creation and during resource count recalculation 
(#12481)
     add 35e6d7c5ba8 fix that log sensitive infomation in cmd of script (#12024)
     add c58e73d18b0 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   (3685985b0d4)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (c58e73d18b0)

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/alert/AlertService.java  |   4 +-
 .../command/admin/host/AddSecondaryStorageCmd.java |  24 ++-
 .../command/user/snapshot/CreateSnapshotCmd.java   |   3 +-
 .../service/StorageOrchestrationService.java       |   3 +-
 .../subsystem/api/storage/TemplateService.java     |   4 +-
 .../main/java/com/cloud/alert/AlertManager.java    |   1 -
 .../java/com/cloud/storage/StorageManager.java     |   5 +-
 .../engine/orchestration/StorageOrchestrator.java  |  45 ++++--
 .../storage/datastore/db/SnapshotDataStoreDao.java |  14 ++
 .../datastore/db/SnapshotDataStoreDaoImpl.java     |  29 +++-
 .../resources/META-INF/db/schema-42020to42030.sql  |   3 +
 .../storage/image/TemplateServiceImpl.java         | 157 ++++++++++++++++---
 .../storage/image/TemplateServiceImplTest.java     | 171 ++++++++++++++++++++-
 .../LibvirtUpdateHostPasswordCommandWrapper.java   |   3 +-
 .../CitrixUpdateHostPasswordCommandWrapper.java    |   2 +-
 .../main/java/com/cloud/event/AlertGenerator.java  |   5 +-
 .../resourcelimit/ResourceLimitManagerImpl.java    |  10 +-
 .../com/cloud/storage/ImageStoreDetailsUtil.java   |  11 ++
 .../java/com/cloud/storage/StorageManagerImpl.java |   2 +-
 .../storage/snapshot/SnapshotManagerImpl.java      |  30 ++--
 .../com/cloud/template/TemplateManagerImpl.java    |  14 +-
 .../ResourceLimitManagerImplTest.java              |  10 +-
 ui/public/locales/en.json                          |   4 +-
 ui/src/views/infra/AddSecondaryStorage.vue         |  82 +++++++++-
 ui/src/views/infra/zone/ZoneWizardAddResources.vue |  25 ++-
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   |   5 +
 .../main/java/com/cloud/utils/script/Script.java   |  99 +++++++-----
 .../java/com/cloud/utils/script/ScriptTest.java    |  30 ++++
 28 files changed, 661 insertions(+), 134 deletions(-)

Reply via email to