This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from b8813c7b243 UI: Add info for 'Use primary storage replication' in
snapshot view(s) (#11943)
add 04875f15177 Improve logs for VM migrations (#12332)
add 2399edd3807 [UI] Fix for the login url with nested redirect parameters
(#12356)
add db1c7d678cc Updated protobuf version to 3.25.5, and protobuf & jackson
maven dependencies (#12389)
add 0e6d2d986b7 ui: prevent calling listConfigurations when not allowed
(#11704)
add c7cfeb5caa1 fix location constraint ceph error (#12285)
add 2b373a46595 [UI] Fix primary storage details display when the uuid has
divergent pattern (#12307)
add 8dcfc7c7678 Linstor fix host picking (#12047)
add 8627c60b951 ui: option to migrate vm with volumes to same pool (#11703)
add 031fbf43d4f Merge remote-tracking branch 'apache/4.20' into 4.22
new 538578366a7 Merge remote-tracking branch 'apache/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:
.../com/cloud/vm/VirtualMachineManagerImpl.java | 29 ++++--
plugins/hypervisors/kvm/pom.xml | 25 +++++
.../wrapper/LibvirtMigrateCommandWrapper.java | 9 +-
.../LibvirtPrepareForMigrationCommandWrapper.java | 4 +
.../driver/CephObjectStoreDriverImpl.java | 2 +-
.../driver/LinstorPrimaryDataStoreDriverImpl.java | 101 +++++++++++----------
pom.xml | 12 +++
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 2 +
ui/public/locales/en.json | 2 +
ui/src/components/view/InfoCard.vue | 2 +-
.../InstanceVolumesStoragePoolSelectListView.vue | 12 ++-
ui/src/components/view/ListView.vue | 19 +---
.../view/VolumeStoragePoolSelectForm.vue | 16 +++-
ui/src/components/view/VolumesTab.vue | 2 +-
ui/src/components/widgets/Breadcrumb.vue | 2 +-
ui/src/config/router.js | 4 +-
ui/src/store/modules/user.js | 19 ++--
ui/src/utils/request.js | 2 +-
ui/src/views/compute/MigrateWizard.vue | 60 ++++++++++--
ui/src/views/image/IsoZones.vue | 2 +-
ui/src/views/image/TemplateZones.vue | 2 +-
ui/src/views/storage/SnapshotZones.vue | 2 +-
ui/tests/unit/views/compute/MigrateWizard.spec.js | 52 +++++------
utils/pom.xml | 5 +
24 files changed, 257 insertions(+), 130 deletions(-)