This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 4ca4f344c14 dummy commit , please don't merge add a278849507f server: fix typo removeaccessvpn in VirtualRouterElement (#10086) add 8639ba8b013 server: simplify role change validation (#9173) add a2f2e87c120 linstor: improve heartbeat check with also asking linstor (#10105) add b4ad04badfb Allow config drive deletion of migrated VM, on host maintenance (#10045) add a9587bfd2e3 kvm-storage: provide isVMMigrate information to storage plugins (#10093) add 0944fa1c9cf set ulimit for server according to redhat spec (#10040) add 188eacd9eb1 Certificate and VM hostname validation improvements (#10051) add ed1b145a3a0 VR: apply iptables rules when add/remove static routes (#10064) add b7f0aac5194 Merge branch '4.19' into 4.20 add 245cbdc50bb dummy commit , please don't merge This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (4ca4f344c14) \ N -- N -- N refs/heads/healthcheck-4.20 (245cbdc50bb) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../main/java/com/cloud/vm/VmDetailConstants.java | 1 + .../java/com/cloud/agent/manager/AgentAttache.java | 10 +- packaging/el8/cloud.spec | 3 + .../el8/filelimit.conf | 7 +- .../kvm/resource/LibvirtComputingResource.java | 89 +++++++++------- .../LibvirtGetVmIpAddressCommandWrapper.java | 3 + .../LibvirtPrepareForMigrationCommandWrapper.java | 2 +- ...tupDirectDownloadCertificateCommandWrapper.java | 4 + .../wrapper/LibvirtStartCommandWrapper.java | 2 +- .../kvm/storage/IscsiAdmStorageAdaptor.java | 2 +- .../kvm/storage/IscsiAdmStoragePool.java | 2 +- .../kvm/storage/KVMStoragePoolManager.java | 9 +- .../kvm/storage/LibvirtStorageAdaptor.java | 2 +- .../kvm/storage/ManagedNfsStorageAdaptor.java | 2 +- .../kvm/storage/MultipathSCSIAdapterBase.java | 2 +- .../hypervisor/kvm/storage/MultipathSCSIPool.java | 2 +- .../kvm/storage/ScaleIOStorageAdaptor.java | 4 +- .../hypervisor/kvm/storage/ScaleIOStoragePool.java | 2 +- .../hypervisor/kvm/storage/StorageAdaptor.java | 11 +- .../kvm/resource/LibvirtComputingResourceTest.java | 10 +- .../kvm/storage/ScaleIOStoragePoolTest.java | 2 +- .../CitrixGetVmIpAddressCommandWrapper.java | 15 ++- plugins/storage/volume/linstor/CHANGELOG.md | 12 +++ .../kvm/storage/LinstorStorageAdaptor.java | 33 ++++-- .../hypervisor/kvm/storage/LinstorStoragePool.java | 42 ++++++-- .../kvm/storage/StorPoolStorageAdaptor.java | 2 +- .../kvm/storage/StorPoolStoragePool.java | 2 +- .../network/element/ConfigDriveNetworkElement.java | 43 ++++++-- .../network/element/VirtualRouterElement.java | 2 +- .../java/com/cloud/user/AccountManagerImpl.java | 41 ++++--- .../main/java/com/cloud/vm/UserVmManagerImpl.java | 12 +-- .../direct/download/DirectDownloadManagerImpl.java | 11 +- .../com/cloud/user/AccountManagerImplTest.java | 118 ++++++++++++++++++++- systemvm/debian/opt/cloud/bin/configure.py | 2 +- .../main/java/com/cloud/utils/net/NetUtils.java | 10 +- 35 files changed, 383 insertions(+), 133 deletions(-) copy core/src/main/resources/META-INF/cloudstack/allocator/module.properties => packaging/el8/filelimit.conf (88%)