This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 57671274d86 linstor: fix encrypted volume snapshot backup and restore
(#13486)
add ff9ee24d125 Fix local upload from browser failing due to ssvm cert not
trusted (#13204)
add b642bbe38e1 Fix the validation of CPVMs states in multiple zones
(#13021)
add 357186d64d0 flasharray: fall back to array capacity when pod has no
quota (#13050)
add a3970bb1530 Fix convert command's timeout for snapshot commands
(#13210)
add 7bc458ff85e Fix for usage server getting stuck due to duplicate VM
events (#13019)
add d35c1cd3ffe Remove the duplicate configkey json.content.type (#13264)
add 0bbea200626 server: fix NPE when migrate vm away with volumes (#13131)
add b26b70c40d6 Fix public IP range addition form (#13356)
add 4244c2cc102 UI: Allow selecting network for VNF nics if template is a
non deploy-as-is template (#13423)
add 78d9cb5abd6 dynamic vm.network.throttling.rate global configuration
(#12567)
add b36f06482fa fix misleading error message (#13450)
add 2eb9820f3cb framework-jobs,server: fix password obfuscation for job
result and password with display=false (#13388)
add c8b7816d5ee marvin: install mysql-connector-python >= 8.4.0 (#13482)
add a4b102fb3f9 Fix skip DRS for a VM (#12994)
new c7e2c748f74 Merge remote-tracking branch 'apache/4.20' into 4.22
new 265b554d608 Fix 4.22 build failures after forward-merge and rename
42010to42100 to 42040to42100
The 2 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:
.../service/NetworkOrchestrationService.java | 3 +
.../engine/orchestration/NetworkOrchestrator.java | 2 +-
.../com/cloud/upgrade/DatabaseUpgradeChecker.java | 8 +-
...e42020to42030.java => Upgrade42030to42040.java} | 22 ++--
...e42010to42100.java => Upgrade42040to42100.java} | 8 +-
.../resourcedetail/ResourceDetailsDao.java | 2 +
.../resourcedetail/ResourceDetailsDaoBase.java | 14 +++
.../META-INF/db/schema-42010to42100-cleanup.sql | 20 ----
...cleanup.sql => schema-42040to42100-cleanup.sql} | 2 +-
...ma-42010to42100.sql => schema-42040to42100.sql} | 2 +-
.../cloud/upgrade/DatabaseUpgradeCheckerTest.java | 32 ++++-
...42100Test.java => Upgrade42040to42100Test.java} | 4 +-
.../framework/jobs/impl/AsyncJobManagerImpl.java | 38 +++---
.../framework/jobs/AsyncJobManagerTest.java | 20 ++++
.../kvm/storage/KVMStorageProcessor.java | 2 +-
.../org/apache/cloudstack/utils/qemu/QemuImg.java | 6 +-
.../adapter/flasharray/FlashArrayAdapter.java | 38 +++++-
server/src/main/java/com/cloud/api/ApiServer.java | 8 +-
server/src/main/java/com/cloud/api/ApiServlet.java | 22 ++--
.../main/java/com/cloud/configuration/Config.java | 9 --
.../configuration/ConfigurationManagerImpl.java | 2 +-
.../consoleproxy/ConsoleProxyManagerImpl.java | 9 +-
.../network/element/VirtualRouterElement.java | 24 ++--
.../com/cloud/resource/ResourceManagerImpl.java | 2 +-
.../cloudstack/backup/BackupManagerImpl.java | 2 +-
.../cloudstack/cluster/ClusterDrsServiceImpl.java | 34 +++---
.../cluster/ClusterDrsServiceImplTest.java | 46 +++----
tools/marvin/setup.py | 2 +-
ui/public/locales/en.json | 5 +
ui/src/style/vars.less | 2 +-
ui/src/utils/{permissions.js => ssvmProbe.js} | 13 +-
ui/src/views/image/RegisterOrUploadIso.vue | 50 ++++++--
ui/src/views/image/RegisterOrUploadTemplate.vue | 45 ++++++-
ui/src/views/infra/network/IpRangesTabPublic.vue | 4 +
ui/src/views/storage/UploadLocalVolume.vue | 133 ++++++++++++++-------
35 files changed, 418 insertions(+), 217 deletions(-)
copy
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42020to42030.java =>
Upgrade42030to42040.java} (71%)
rename
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42010to42100.java =>
Upgrade42040to42100.java} (97%)
delete mode 100644
engine/schema/src/main/resources/META-INF/db/schema-42010to42100-cleanup.sql
copy engine/schema/src/main/resources/META-INF/db/{schema-40to410-cleanup.sql
=> schema-42040to42100-cleanup.sql} (93%)
rename engine/schema/src/main/resources/META-INF/db/{schema-42010to42100.sql
=> schema-42040to42100.sql} (99%)
rename
engine/schema/src/test/java/com/cloud/upgrade/dao/{Upgrade42010to42100Test.java
=> Upgrade42040to42100Test.java} (98%)
copy ui/src/utils/{permissions.js => ssvmProbe.js} (69%)