This is an automated email from the ASF dual-hosted git repository. vishesh pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from a44f28bb312 Merge branch '4.19' add 730cc5d5b8f Change iops on offering change (#8872) add d3e020a5452 Mark libvirt events experimental, add properties flag (#8825) new 19f79b1d94f Merge branch '4.19' 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: agent/conf/agent.properties | 4 + .../cloud/agent/properties/AgentProperties.java | 7 ++ .../service/VolumeOrchestrationService.java | 2 + .../engine/orchestration/VolumeOrchestrator.java | 39 ++++--- .../java/com/cloud/storage/VolumeDetailVO.java | 3 + .../kvm/resource/LibvirtComputingResource.java | 69 ++++--------- .../hypervisor/kvm/resource/LibvirtConnection.java | 7 +- .../kvm/resource/LibvirtDomainListener.java | 65 ++++++++++++ .../wrapper/LibvirtScaleVmCommandWrapper.java | 8 -- .../apache/cloudstack/utils/linux/KVMHostInfo.java | 1 - .../cloudstack/utils/linux/KVMHostInfoTest.java | 3 - .../driver/ScaleIOPrimaryDataStoreDriver.java | 112 ++++++++++++++------- .../com/cloud/storage/ResizeVolumePayload.java | 8 ++ .../com/cloud/storage/VolumeApiServiceImpl.java | 12 ++- 14 files changed, 233 insertions(+), 107 deletions(-) create mode 100644 plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtDomainListener.java