This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a change to branch fix-ssvm-migrate-stgNet
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 7b680cf6fa8 Create bridge on dest host during SSVM migration when
using storage networks with dedicated vlan
add 7bc458ff85e Fix for usage server getting stuck due to duplicate VM
events (#13019)
add d35c1cd3ffe Remove the duplicate configkey json.content.type (#13264)
add 0bbea200626 server: fix NPE when migrate vm away with volumes (#13131)
add b26b70c40d6 Fix public IP range addition form (#13356)
add 4244c2cc102 UI: Allow selecting network for VNF nics if template is a
non deploy-as-is template (#13423)
add 78d9cb5abd6 dynamic vm.network.throttling.rate global configuration
(#12567)
add b36f06482fa fix misleading error message (#13450)
add 2eb9820f3cb framework-jobs,server: fix password obfuscation for job
result and password with display=false (#13388)
add c8b7816d5ee marvin: install mysql-connector-python >= 8.4.0 (#13482)
add a4b102fb3f9 Fix skip DRS for a VM (#12994)
add ec2d3ea1e6d Fix `findHostsForMigration` never returning hosts from
other clusters (#13452)
add e8df87e89be flasharray: authenticate via REST 2.x api-token and
discover API version (#13060)
add 549daae01ff correction in vpc limit assignment (#13627)
add edbda62f16b Create bridge on dest host during SSVM migration when
using storage networks with dedicated vlan
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 (7b680cf6fa8)
\
N -- N -- N refs/heads/fix-ssvm-migrate-stgNet (edbda62f16b)
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/api/response/DomainResponse.java | 2 +-
.../service/NetworkOrchestrationService.java | 3 +
.../engine/orchestration/NetworkOrchestrator.java | 2 +-
.../com/cloud/upgrade/DatabaseUpgradeChecker.java | 4 +-
...e42020to42030.java => Upgrade42030to42040.java} | 22 ++-
.../resourcedetail/ResourceDetailsDao.java | 2 +
.../resourcedetail/ResourceDetailsDaoBase.java | 14 ++
.../framework/jobs/impl/AsyncJobManagerImpl.java | 38 +++--
.../framework/jobs/AsyncJobManagerTest.java | 20 +++
.../adapter/flasharray/FlashArrayAdapter.java | 184 +++++++++++++++------
server/src/main/java/com/cloud/api/ApiServer.java | 15 +-
server/src/main/java/com/cloud/api/ApiServlet.java | 20 +--
.../main/java/com/cloud/configuration/Config.java | 9 -
.../configuration/ConfigurationManagerImpl.java | 2 +-
.../network/element/VirtualRouterElement.java | 24 ++-
.../com/cloud/resource/ResourceManagerImpl.java | 2 +-
.../com/cloud/server/ManagementServerImpl.java | 69 ++++----
.../cloudstack/backup/BackupManagerImpl.java | 2 +-
.../cloudstack/cluster/ClusterDrsServiceImpl.java | 34 ++--
.../com/cloud/server/ManagementServerImplTest.java | 61 +++++--
.../cluster/ClusterDrsServiceImplTest.java | 46 +++---
tools/marvin/setup.py | 2 +-
ui/src/views/compute/wizard/VnfNicsSelection.vue | 2 +-
ui/src/views/infra/network/IpRangesTabPublic.vue | 4 +
24 files changed, 374 insertions(+), 209 deletions(-)
copy
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42020to42030.java =>
Upgrade42030to42040.java} (71%)