This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 0549f37e01b 4.21/main Health Check, please don't merge this!
add 4d54125bb62 CLVM: Fix volume mapping and disk path matching for
storage migration (#13468)
add 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)
add c7e2c748f74 Merge remote-tracking branch 'apache/4.20' into 4.22
add 265b554d608 Fix 4.22 build failures after forward-merge and rename
42010to42100 to 42040to42100
add 846803db076 Merge remote-tracking branch 'apache/4.22'
add 1c1611df2fd Ubuntu 26.04: remove requiretty from
/etc/sudoers.d/cloudstack and fix setup-sysvm-tmplt (#13476)
add a503a52ba69 Merge remote-tracking branch 'apache/4.22'
add ff896af6293 4.21/main 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 (0549f37e01b)
\
N -- N -- N refs/heads/healthcheck-main (ff896af6293)
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:
debian/rules | 1 +
.../service/NetworkOrchestrationService.java | 3 +
.../com/cloud/vm/VirtualMachineManagerImpl.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 +-
.../storage/motion/AncientDataMotionStrategy.java | 21 +
.../storage/volume/VolumeServiceImpl.java | 6 +
.../storage/volume/VolumeServiceImplClvmTest.java | 39 +-
.../framework/jobs/impl/AsyncJobManagerImpl.java | 38 +-
.../framework/jobs/AsyncJobManagerTest.java | 20 +
packaging/systemd/cloudstack-management.default | 2 +-
.../kvm/resource/LibvirtComputingResource.java | 2 +-
.../kvm/storage/KVMStorageProcessor.java | 8 +-
.../org/apache/cloudstack/utils/qemu/QemuImg.java | 6 +-
.../CloudStackPrimaryDataStoreDriverImpl.java | 14 +-
.../adapter/flasharray/FlashArrayAdapter.java | 38 +-
plugins/storage/volume/linstor/CHANGELOG.md | 8 +
.../LinstorBackupSnapshotCommandWrapper.java | 46 ++-
.../LinstorRevertBackupSnapshotCommandWrapper.java | 28 +-
.../driver/LinstorPrimaryDataStoreDriverImpl.java | 14 +-
scripts/storage/secondary/createtmplt.sh | 2 +-
scripts/storage/secondary/setup-sysvm-tmplt | 2 +-
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 ++-
test/integration/plugins/linstor/README.md | 18 +
.../linstor/test_linstor_encrypted_snapshots.py | 444 +++++++++++++++++++++
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 +++---
50 files changed, 1042 insertions(+), 247 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-41500to41510-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%)
create mode 100644
test/integration/plugins/linstor/test_linstor_encrypted_snapshots.py
copy ui/src/utils/{permissions.js => ssvmProbe.js} (69%)