This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 3e956401629 do not merge
add 514d2c2a26c schema,engine-schema: explicit VMware 8.0.0.2, 8.0.0.3
support, logs (#8444)
add 9a915b11c42 Fix KVM import unmanaged instance (#8433)
add 2b28a664fe0 Updated jetty maxFormContentSize value to 1048576 bytes
(default is 200000 bytes), to support user data upto 1048576 bytes (#8420)
add d6ac91f2df0 minio: fix store user creation (#8425)
add 32f379270c1 Register managed user data using POST call from UI (to
support user data content > 4096 bytes) (#8487)
add 76aff0f422a Add reconnect button to hosts on alert (#8468)
add 4d42b8da0d3 Merge remote-tracking branch 'apache/4.18'
add c569fe91191 Fix KVM import and list unmanaged VMs (#8445)
add b8d3e342be2 Fix KVM import unmanaged instances on basic zone (#8465)
add 4f40eae1c40 DRS: Use free metrics insteado of used for computation
(#8458)
add e87ce0c7230 Fix reorder/list pools when cluster details are not set,
while deploying vm / attaching volume (#8373)
add 3847a2f0b5e do not 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 (3e956401629)
\
N -- N -- N refs/heads/dummy (3847a2f0b5e)
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:
.../cloudstack/cluster/ClusterDrsAlgorithm.java | 36 +++----
client/conf/server.properties.in | 3 +
.../java/org/apache/cloudstack/ServerDaemon.java | 19 +++-
.../service/NetworkOrchestrationService.java | 3 +-
.../engine/orchestration/NetworkOrchestrator.java | 46 +++++++--
.../orchestration/NetworkOrchestratorTest.java | 88 +++++++++++++++++
.../dao/HypervisorCapabilitiesDaoImpl.java | 10 +-
.../java/com/cloud/network/dao/IPAddressDao.java | 2 +
.../com/cloud/network/dao/IPAddressDaoImpl.java | 9 ++
.../java/com/cloud/storage/dao/VolumeDaoImpl.java | 38 +++++---
.../resources/META-INF/db/schema-41810to41900.sql | 4 +
.../com/cloud/storage/dao/VolumeDaoImplTest.java | 105 +++++++++++++++++++++
.../AbstractStoragePoolAllocatorTest.java | 52 +++++++---
.../apache/cloudstack/cluster/BalancedTest.java | 20 ++--
.../apache/cloudstack/cluster/CondensedTest.java | 20 ++--
...LibvirtGetUnmanagedInstancesCommandWrapper.java | 31 +++---
.../driver/MinIOObjectStoreDriverImpl.java | 100 ++++++++++++++------
.../driver/MinIOObjectStoreDriverImplTest.java | 76 ++++++++++-----
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 2 +-
.../cloudstack/cluster/ClusterDrsServiceImpl.java | 12 +--
.../cloudstack/vm/UnmanagedVMsManagerImpl.java | 26 ++---
.../java/com/cloud/vpc/MockNetworkManagerImpl.java | 3 +-
.../cloudstack/vm/UnmanagedVMsManagerImplTest.java | 2 +-
ui/src/config/section/infra/hosts.js | 2 +-
ui/src/views/compute/RegisterUserData.vue | 2 +-
25 files changed, 541 insertions(+), 170 deletions(-)
create mode 100644
engine/schema/src/test/java/com/cloud/storage/dao/VolumeDaoImplTest.java