This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch 4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from c80b8860e49 Fix hostId verification on unsuccessful expunge operation (#10418) add 7bef25666fd UI: Fix Apache CloudStack description on the onboarding page (#10373) add 212f2a3898c UI: Fix `docHelp` links for Add Hosts, Add Clusters, Disable Clusters and Enable Clusters forms (#10394) add b6cebe22f9e Fixed VMware import issue - check and update pools in the order of the disks (do not update by position) (#10409) add b9ebc7b721b VMware Import - Support external VMs in any folders/subfolders other than the root folder ('vm') of datacenter (#10411) add 66f8a351dd5 migrate Vmware to KVM ui issues (#10413) add e196275d5a6 ipmi: extra log sanitation (#10428) new 08ad1c70ba3 Merge branch '4.19' into 4.20 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/agent/api/to/RemoteInstanceTO.java | 8 ++- .../java/com/cloud/storage/VolumeApiService.java | 22 ++++--- .../apache/cloudstack/vm/UnmanagedInstanceTO.java | 10 +++ .../LibvirtConvertInstanceCommandWrapper.java | 7 +- .../IpmitoolOutOfBandManagementDriver.java | 8 +-- .../driver/ipmitool/IpmitoolWrapper.java | 55 +++++++++------- .../com/cloud/storage/VolumeApiServiceImpl.java | 36 +++++----- .../volume/VolumeImportUnmanageManagerImpl.java | 8 +-- .../cloudstack/vm/UnmanagedVMsManagerImpl.java | 76 +++++++++++++++------- .../cloud/storage/VolumeApiServiceImplTest.java | 20 +++--- .../VolumeImportUnmanageManagerImplTest.java | 2 +- .../cloudstack/vm/UnmanagedVMsManagerImplTest.java | 68 +++++++++---------- ui/public/locales/ar.json | 2 +- ui/public/locales/ca.json | 2 +- ui/public/locales/de_DE.json | 2 +- ui/public/locales/el_GR.json | 2 +- ui/public/locales/en.json | 6 +- ui/public/locales/es.json | 2 +- ui/public/locales/fr_FR.json | 2 +- ui/public/locales/hu.json | 2 +- ui/public/locales/it_IT.json | 2 +- ui/public/locales/ja_JP.json | 2 +- ui/public/locales/ko_KR.json | 2 +- ui/public/locales/nb_NO.json | 2 +- ui/public/locales/nl_NL.json | 2 +- ui/public/locales/pl.json | 2 +- ui/public/locales/pt_BR.json | 2 +- ui/public/locales/ru_RU.json | 2 +- ui/public/locales/zh_CN.json | 2 +- ui/src/config/section/infra/clusters.js | 6 +- ui/src/config/section/infra/hosts.js | 2 +- ui/src/views/tools/SelectVmwareVcenter.vue | 32 ++++++--- .../com/cloud/hypervisor/vmware/mo/BaseMO.java | 4 ++ .../hypervisor/vmware/mo/VirtualMachineMO.java | 26 ++++++++ .../cloud/hypervisor/vmware/util/VmwareHelper.java | 1 + 35 files changed, 264 insertions(+), 165 deletions(-)