This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
omit 1a4bb976dab Merge branch 'main' into healthcheck-main
omit f9dc0218657 4.21/main Health Check, please don't merge this!
add 6419e1c8257 [VMware to KVM Migration] Fix unused convert env vars
(#11947)
add 9e386a3128b PowerFlex/ScaleIO client initialization, authentication
and command execution improvements (#12391)
add 6516f7f1aa7 Fix query execution in countVgpuVMs (#12713)
add 56dc11980f6 test_accounts.py failure fix - keep the camelCase
parameter "domainId" (#12689)
add 65e54091ff2 Merge branch '4.20' into 4.22
add 75620309c22 Merge branch '4.22'
new b87c4be7df2 4.21/main Health Check, please don't merge this!
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 (1a4bb976dab)
\
N -- N -- N refs/heads/healthcheck-main (b87c4be7df2)
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.
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:
.../apache/cloudstack/api/ApiServerService.java | 2 +
.../java/com/cloud/vm/dao/VMInstanceDaoImpl.java | 7 +-
.../motion/StorageSystemDataMotionStrategy.java | 3 +-
.../cloudstack/framework/config/ConfigKey.java | 8 ++
.../kvm/resource/LibvirtComputingResource.java | 14 ++--
.../LibvirtConvertInstanceCommandWrapper.java | 9 ++-
.../kvm/storage/ScaleIOStorageAdaptorTest.java | 7 +-
.../kvm/storage/ScaleIOStoragePoolTest.java | 13 ++--
.../client/ScaleIOGatewayClientConnectionPool.java | 89 ++++++++++++----------
.../datastore/client/ScaleIOGatewayClientImpl.java | 22 ++++--
.../driver/ScaleIOPrimaryDataStoreDriver.java | 10 +--
.../datastore/manager/ScaleIOSDCManagerImpl.java | 32 ++++----
.../storage/datastore/util/ScaleIOUtil.java | 35 ++++-----
.../client/ScaleIOGatewayClientImplTest.java | 21 ++---
.../api/command/OauthLoginAPIAuthenticatorCmd.java | 8 +-
.../command/OauthLoginAPIAuthenticatorCmdTest.java | 19 +++++
server/src/main/java/com/cloud/api/ApiServer.java | 19 +++++
.../api/auth/DefaultLoginAPIAuthenticatorCmd.java | 9 ++-
.../main/java/com/cloud/utils/script/Script.java | 20 ++++-
19 files changed, 225 insertions(+), 122 deletions(-)