This is an automated email from the ASF dual-hosted git repository. hoangnm pushed a commit to branch 4.17 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit a32f19b34d79537cab86c1d8308f22122973cf81 Merge: 64262d943f 1b716960fc Author: nvazquez <[email protected]> AuthorDate: Fri Jun 10 08:28:41 2022 -0300 Merge branch '4.17' .../api/command/user/network/CreateNetworkCmd.java | 3 +- .../user/vmsnapshot/CreateVMSnapshotCmd.java | 1 + .../cloudstack/api/response/NicResponse.java | 24 ++ .../main/java/com/cloud/storage/StorageUtil.java | 14 + .../engine/orchestration/VolumeOrchestrator.java | 40 +-- .../allocator/AbstractStoragePoolAllocator.java | 53 +++- .../AbstractStoragePoolAllocatorTest.java | 113 +++++++ .../main/java/com/cloud/api/ApiResponseHelper.java | 11 + .../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 10 + .../com/cloud/storage/VolumeApiServiceImpl.java | 323 +++++++++++++-------- .../cloud/storage/VolumeApiServiceImplTest.java | 3 - test/integration/broken/test_vpc_vm_life_cycle.py | 2 +- test/integration/component/test_host_ha.py | 49 +--- .../component/test_rootvolume_resize.py | 6 +- .../test_attach_multiple_volumes.py} | 161 ++++++++-- 15 files changed, 596 insertions(+), 217 deletions(-)
