Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Management Server Maintenance #9854

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Support for Management Server Maintenance

    - New APIs: prepareForMaintenance and cancelMaintenance, with required parameter - managementserverid.
    
    - New management server states for maintenance: PreparingForMaintenance, Maintenance.
    
    - listHosts API with optional parameter – managementserverid, to list the hosts connected to the management server.
    
    - Support management server maintenance when more than one active management servers available.
    
    - Triggers transfer agents to other available management servers for maintenance, new agent command MigrateAgentConnectionCommand to initiate transfer of indirect agents.
    
    - New global config 'management.server.maintenance.timeout', to set the timeout (in mins) for the management server maintenance window, default: 60 mins.
    
    - UI changes: Prepare and Cancel Maintenance in Management Server section, Connected Agents tab, New fields for hosts and management servers.
    sureshanaparti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4f82dbb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    95f254a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee2af6 View commit details
    Browse the repository at this point in the history
  3. ui fixes

    sureshanaparti committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    89c335f View commit details
    Browse the repository at this point in the history