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 0b7aef7a0f7 enhancement: iterate directly on HostJoinVO (#10613)
add 89e6b1f8ea0 server: fix npe during start vr edge case (#10366)
add 7978141464c api: fix EntityReference in NetworkResponse.java (#10563)
add f4a7c8ab89a linstor: implement missing deleteDatastore (#10561)
add 6c40a7bebbc deal with null return for create deployment plan for
maintenance (#10518)
add c1ff799df23 ui: fix considerlasthost for start vm (#10602)
add c9c02d030e5 UI: fix list of vpc network offerings (#10595)
add fc1f260d529 Host status auto refresh (#10606)
add 6f334eb1874 Update test_linstor_volumes.py for spello
add 3afab9a7032 Updated setup-sysvm-tmplt script, to run cmds accessing
destdir with sudo (#10263)
add 5f93ce71bb9 Merge branch '4.19' into 4.20
No new revisions were added by this update.
Summary of changes:
.../cloudstack/api/response/NetworkResponse.java | 3 +-
.../BasePrimaryDataStoreLifeCycleImpl.java | 54 +++++-
plugins/storage/volume/linstor/CHANGELOG.md | 6 +
.../LinstorPrimaryDataStoreLifeCycleImpl.java | 5 +-
.../ScaleIOPrimaryDataStoreLifeCycle.java | 55 ++----
scripts/storage/secondary/setup-sysvm-tmplt | 10 +-
server/conf/cloudstack-sudoers.in | 2 +-
.../cloud/network/router/NetworkHelperImpl.java | 4 +-
.../com/cloud/resource/ResourceManagerImpl.java | 190 ++++++++++-----------
ui/src/config/section/compute.js | 2 +-
ui/src/config/section/infra/hosts.js | 18 +-
ui/src/views/compute/StartVirtualMachine.vue | 2 +-
ui/src/views/infra/HostEnableDisable.vue | 30 ++--
ui/src/views/network/VpcTiersTab.vue | 4 +-
14 files changed, 199 insertions(+), 186 deletions(-)