This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from a6567f3 Fix internet dependent test from 'UriUtilsParametrizedTest'
class (#5905)
add 3e92a63 [XenServer/XCP-ng] Pass the image store NFS version on
storage commands (#5886)
add 5f07e4d ui: fix filtering readonly details while VM update (#5887)
add c1bba2a Do not restart VPC tiers with cleanup (#5873)
add fde34df Make sure other than user VMs can have multiple NICs in a
network (#5896)
add 1b3e7f6 Update proper destroy status when SSVM is destroyed. (#5908)
add ddd311c [XenServer/XCP-ng] Sync the 'platform' setting according to
the 'cpu.corespersocket' setting (#5892)
add 8adb8df server: find suitable disk offering for volume upload (#5852)
new bf70566 Merge branch '4.16' into main
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:
.../diagnostics/CopyToSecondaryStorageCommand.java | 8 ++-
.../com/cloud/vm/VirtualMachineManagerImpl.java | 7 ++-
.../com/cloud/storage/dao/DiskOfferingDao.java | 2 +
.../com/cloud/storage/dao/DiskOfferingDaoImpl.java | 10 ++++
.../storage/image/NfsImageStoreDriverImpl.java | 22 ++------
.../xenserver/resource/CitrixResourceBase.java | 35 +++++++++----
.../resource/XenServerStorageProcessor.java | 18 ++++---
.../resource/Xenserver625StorageProcessor.java | 55 +++++++++++---------
.../xenserver/resource/CitrixResourceBaseTest.java | 33 ++++++++++++
.../vm/hypervisor/xenserver/cloud-plugin-storage | 4 ++
scripts/vm/hypervisor/xenserver/vmopsSnapshot | 13 +++--
.../api/query/dao/DiskOfferingJoinDaoImpl.java | 14 ++---
.../java/com/cloud/network/NetworkServiceImpl.java | 39 ++++++++------
.../com/cloud/storage/VolumeApiServiceImpl.java | 60 ++++++++++++++++------
.../diagnostics/DiagnosticsServiceImpl.java | 4 +-
.../SecondaryStorageManagerImpl.java | 4 +-
ui/src/components/view/DetailSettings.vue | 45 +++++++++-------
ui/src/config/section/network.js | 2 +-
ui/src/views/storage/UploadLocalVolume.vue | 58 +++++++++++++++++++--
19 files changed, 300 insertions(+), 133 deletions(-)