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 8936e4c5350 api:rename RegisterCmd.java => RegisterUserKeyCmd.java 
(#12259)
     add ba26d95ad7c api: create/register/upload template with empty template 
tag (#12234)
     add e8200a0b749 Prioritize copying templates from other secondary storages 
instead of downloading them (#10363)
     add 79ab1566b11 packaging: use latest cmk release link directly (#11429)
     add 061ce9b39bc Fix VM and volume metrics listing regressions (#12284)
     add 47a6ac89ba5 Update templateConfig.sh to not break with directorys with 
space on t… (#10898)
     new cee330e7c87 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:
 .../command/user/template/CreateTemplateCmd.java   |   2 +-
 .../template/GetUploadParamsForTemplateCmd.java    |   2 +-
 .../command/user/template/RegisterTemplateCmd.java |   2 +-
 debian/rules                                       |   3 +-
 .../service/StorageOrchestrationService.java       |   6 +
 .../subsystem/api/storage/TemplateService.java     |   2 +
 .../java/com/cloud/storage/StorageManager.java     |  26 +--
 .../engine/orchestration/DataMigrationUtility.java |  90 ++++++++---
 .../engine/orchestration/StorageOrchestrator.java  | 154 ++++++++++++++----
 engine/schema/templateConfig.sh                    |  14 +-
 .../storage/image/TemplateServiceImpl.java         | 179 +++++++++++++++------
 .../storage/image/TemplateServiceImplTest.java     | 102 ++++++++++++
 packaging/el8/cloud.spec                           |   3 +-
 .../cloudstack/api/ListVolumesUsageHistoryCmd.java |   3 +-
 .../cloudstack/metrics/MetricsServiceImpl.java     |  48 ++++--
 .../consoleproxy/ConsoleProxyManagerImpl.java      |   2 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |   7 +-
 17 files changed, 503 insertions(+), 142 deletions(-)

Reply via email to