This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 48f890a6931 resolve merge problems in the backup framework (#10457) add e8ac477e9f8 engine/orchestration: fix missing vm powerstate update vm state (#10407) add 37c4df9ada1 fix: enforce the cpu shares within allowed range (#10221) add 4e321d43565 Updating pom.xml version numbers for release 4.19.2.0 add 4a3686297dc Updating pom.xml version numbers for release 4.19.3.0-SNAPSHOT add 5526ef0168c spurious versions add 91db905659d Merge commit '5526ef0168c' into 4.20 add 1f092667641 UI: Fix filtering of templates by account (#10425) add a09c579b5b2 UI: Fixes and minor enhacements to the Public IP Addresses section (#10351) add f992ebb52a5 fix volume migration across cluster-scope pools (#10266) add 88916dcf2bb Merge branch '4.19' into 4.20 new 3a28a87483e Merge branch '4.20' of https://github.com/apache/cloudstack 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: .../java/com/cloud/storage/MigrationOptions.java | 11 ++- .../cloud/vm/VirtualMachinePowerStateSyncImpl.java | 10 +- .../vm/VirtualMachinePowerStateSyncImplTest.java | 107 +++++++++++++++++++++ .../KvmNonManagedStorageDataMotionStrategy.java | 2 +- .../motion/StorageSystemDataMotionStrategy.java | 20 ++-- .../kvm/resource/LibvirtComputingResource.java | 36 +++++-- .../kvm/storage/KVMStorageProcessor.java | 6 ++ ui/src/components/view/InfoCard.vue | 5 + ui/src/components/view/ListView.vue | 8 +- ui/src/config/section/network.js | 12 ++- 10 files changed, 191 insertions(+), 26 deletions(-) create mode 100644 engine/orchestration/src/test/java/com/cloud/vm/VirtualMachinePowerStateSyncImplTest.java