This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a change to branch healthcheck-4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 4b6618b0219 4.22 Health Check, please don't merge this!
     add 8c12a13216e Fix NPE during reset password (#12585)
     add 9dd93cef760 Support for custom SSH port for KVM hosts from the host 
url on add host and the configuration (#12571)
     add 8b38cea33cd Fix NPE while stopping the RabbitMQEventBus bean when 
there is no connection established with RabbitMQ Event Bus (#12635)
     add 32c0cdbed98 Add volumes in 'Expunging' state to storage cleanup thread 
and during delete storage pool (#12602)
     add 5caf6cd043f Merge branch '4.20' into 4.22
     add c6f906b7e90 4.22 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   (4b6618b0219)
            \
             N -- N -- N   refs/heads/healthcheck-4.22 (c6f906b7e90)

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:
 api/src/main/java/com/cloud/host/Host.java         |  3 ++
 .../api/command/admin/host/AddHostCmd.java         |  3 +-
 .../main/java/com/cloud/agent/AgentManager.java    |  6 ++++
 .../com/cloud/agent/manager/AgentManagerImpl.java  | 23 +++++++++++++--
 .../cloud/agent/manager/AgentManagerImplTest.java  | 33 ++++++++++++++++++++++
 .../java/com/cloud/storage/dao/VolumeDaoImpl.java  | 13 ++++-----
 .../storage/volume/VolumeServiceImpl.java          |  3 ++
 .../cloudstack/backup/NetworkerBackupProvider.java | 17 +++++++++--
 .../cloudstack/mom/rabbitmq/RabbitMQEventBus.java  |  2 +-
 .../api/command/OauthLoginAPIAuthenticatorCmd.java |  6 +---
 .../api/command/SAML2LoginAPIAuthenticatorCmd.java | 10 +++++--
 server/src/main/java/com/cloud/api/ApiServlet.java | 13 +++++----
 .../DefaultForgotPasswordAPIAuthenticatorCmd.java  |  6 ++--
 .../api/auth/DefaultLoginAPIAuthenticatorCmd.java  | 12 +++-----
 .../DefaultResetPasswordAPIAuthenticatorCmd.java   |  1 -
 .../kvm/discoverer/LibvirtServerDiscoverer.java    | 10 ++++++-
 .../com/cloud/resource/ResourceManagerImpl.java    |  4 +--
 .../cloud/resource/ResourceManagerImplTest.java    |  2 ++
 .../java/com/cloud/utils/ssh/SSHCmdHelper.java     |  2 +-
 19 files changed, 128 insertions(+), 41 deletions(-)

Reply via email to