Skip to content

Management Server - Prepare for Maintenance and Cancel Maintenance improvements - #10995

Merged
sureshanaparti merged 7 commits into
apache:mainfrom
shapeblue:ms_maintenance_new_setting_and_api_changes
Jul 3, 2025
Merged

Management Server - Prepare for Maintenance and Cancel Maintenance improvements#10995
sureshanaparti merged 7 commits into
apache:mainfrom
shapeblue:ms_maintenance_new_setting_and_api_changes

Conversation

@sureshanaparti

@sureshanapartisureshanaparti commented Jun 10, 2025

Copy link
Copy Markdown
Contributor

Description

This PR has the following improvements for Management Server - Prepare for Maintenance and Cancel Maintenance.

  • Added new setting 'management.server.maintenance.ignore.maintenance.hosts' to ignore hosts in maintenance states while preparing management server for maintenance. This skips agent transfer and agents count check for hosts in maintenance, and unblocks Management Server in "preparing for maintenance" state when any Host stuck in "prepare for maintenance" (due to connectivity/race condition issues) or in other maintenance states.
  • Rebalance indirect agents after cancel maintenance, using rebalance parameter in cancelMaintenance API, to initiate the rebalancing of the indirect agents immediately instead of waiting for the 'indirect.agent.lb.check.interval' time.
  • Force maintenance after maintenance window timeout, using forced parameter in prepareForMaintenance API, in case migrate agents failed & they can re-connect to other available management node.
  • Propagate 'indirect.agent.lb.check.interval' setting change to the host agents.
  • Ensure the host lb algorithm 'shuffle' is applied once before disabling the indirect agent lb check background task.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • build/CI
  • test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

Manually tested Prepare for Maintenance and Cancel Maintenance operations (with new setting, and API parameters) on Management Servers, in a Clustered environment with multiple Management Servers.

How did you try to break this feature and the system with this change?

…provements:
- Added new setting 'management.server.maintenance.ignore.maintenance.hosts' to ignore hosts in maintenance states while preparing management server for maintenance. This skips agent transfer and agents count check for hosts in maintenance.
- Rebalance indirect agents after cancel maintenance, using rebalance parameter in cancelMaintenance API
- Force maintenance after maintenance window timeout, using forced parameter in prepareForMaintenance API.
- Propagate 'indirect.agent.lb.check.interval' setting change to the host agents.
@sureshanaparti
sureshanapartiforce-pushed the ms_maintenance_new_setting_and_api_changes branch from e97cff3 to 835a5abCompareJune 10, 2025 09:09
@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@codecov

codecovBot commented Jun 10, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 26.40000% with 184 lines in your changes missing coverage. Please review.

Project coverage is 16.57%. Comparing base (41b4f0a) to head (fba3483).
Report is 40 commits behind head on main.

Files with missing linesPatch %Lines
...loudstack/agent/lb/IndirectAgentLBServiceImpl.java10.93%56 Missing and 1 partial ⚠️
...enance/ManagementServerMaintenanceManagerImpl.java57.77%27 Missing and 11 partials ⚠️
.../src/main/java/com/cloud/host/dao/HostDaoImpl.java0.00%25 Missing ⚠️
agent/src/main/java/com/cloud/agent/Agent.java0.00%19 Missing ⚠️
.../cloud/configuration/ConfigurationManagerImpl.java0.00%16 Missing ⚠️
...cloud/agent/manager/ClusteredAgentManagerImpl.java0.00%13 Missing ⚠️
...apache/cloudstack/agent/lb/SetupMSListCommand.java0.00%4 Missing ⚠️
...e/cloudstack/api/command/CancelMaintenanceCmd.java0.00%3 Missing ⚠️
...oudstack/api/command/PrepareForMaintenanceCmd.java0.00%3 Missing ⚠️
...pareForMaintenanceManagementServerHostCommand.java25.00%3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@ Coverage Diff @@## main #10995 +/- ##
============================================
- Coverage 16.57% 16.57% -0.01% - Complexity 13870 13972 +102 
============================================
Files 5719 5743 +24 Lines 507200 510648 +3448 Branches 61574 62105 +531 ============================================
+ Hits 84093 84652 +559 - Misses 413688 416519 +2831 - Partials 9419 9477 +58 
FlagCoverage Δ
uitests3.90% <ø> (-0.07%)⬇️
unittests17.47% <26.40%> (+0.01%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13687

@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-13488)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 60623 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10995-t13488-kvm-ol8.zip
Smoke tests completed. 141 look OK, 0 have errors, 0 did not run
Only failed and skipped tests results shown below:

TestResultTime (s)Test File

@harikrishna-patnalaharikrishna-patnala left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code LGTM

@harikrishna-patnala

Copy link
Copy Markdown
Member

@sureshanaparti I guess this is ready for review ?

@sureshanaparti
sureshanaparti marked this pull request as ready for review June 11, 2025 07:36
@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13856

Comment threadui/src/config/section/infra/managementServers.js
@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13900

@sureshanaparti
sureshanapartiforce-pushed the ms_maintenance_new_setting_and_api_changes branch from c7387fd to 718c283CompareJune 27, 2025 12:40
@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13931

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-13620)
Environment: xcpng83 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 73040 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10995-t13620-xcpng83.zip
Smoke tests completed. 135 look OK, 5 have errors, 1 did not run
Only failed and skipped tests results shown below:

TestResultTime (s)Test File
test_02_enableHumanReadableLogsError0.26test_human_readable_logs.py
test_01_prepare_and_cancel_maintenanceError0.16test_ms_maintenance_and_safe_shutdown.py
test_oobm_issue_power_cycleError2.31test_outofbandmanagement_nestedplugin.py
test_oobm_issue_power_offError2.31test_outofbandmanagement_nestedplugin.py
test_oobm_issue_power_onError2.32test_outofbandmanagement_nestedplugin.py
test_oobm_issue_power_resetError2.34test_outofbandmanagement_nestedplugin.py
test_oobm_issue_power_softError2.35test_outofbandmanagement_nestedplugin.py
test_oobm_issue_power_statusError2.34test_outofbandmanagement_nestedplugin.py
test_01_primary_storage_iscsiError1.01test_primary_storage.py
test_01_webhook_deliveriesFailure10.34test_webhook_delivery.py
all_test_image_store_object_migrationSkipped---test_image_store_object_migration.py

…ng the indirect agent lb check background task
@sureshanaparti

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13955

@vladimirpetrov

Copy link
Copy Markdown
Contributor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@vladimirpetrov a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-13643)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 99677 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10995-t13643-kvm-ol8.zip
Smoke tests completed. 101 look OK, 40 have errors, 0 did not run
Only failed and skipped tests results shown below:

TestResultTime (s)Test File
ContextSuite context=TestClusterDRS>:setupError0.00test_cluster_drs.py
test_nic_secondaryip_add_removeError24.27test_multipleips_per_nic.py
test_network_aclError2.37test_network_acl.py
test_01_verify_ipv6_networkError3.31test_network_ipv6.py
test_01_verify_ipv6_networkError3.31test_network_ipv6.py
test_03_network_operations_on_created_vm_of_otheruserError2.80test_network_permissions.py
test_03_network_operations_on_created_vm_of_otheruserError2.80test_network_permissions.py
test_04_deploy_vm_for_other_user_and_test_vm_operationsFailure1.54test_network_permissions.py
ContextSuite context=TestNetworkPermissions>:teardownError1.56test_network_permissions.py
test_delete_accountError23.54test_network.py
test_delete_network_while_vm_on_itError2.55test_network.py
test_delete_network_while_vm_on_itError2.55test_network.py
test_deploy_vm_l2networkError2.56test_network.py
test_deploy_vm_l2networkError2.56test_network.py
test_l2network_restartError3.80test_network.py
test_l2network_restartError3.80test_network.py
ContextSuite context=TestL2Networks>:teardownError4.95test_network.py
ContextSuite context=TestPortForwarding>:setupError13.04test_network.py
ContextSuite context=TestPublicIP>:setupError13.78test_network.py
test_reboot_routerError7.87test_network.py
test_releaseIPError9.25test_network.py
test_releaseIP_using_IPError8.04test_network.py
ContextSuite context=TestRouterRules>:setupError16.57test_network.py
test_01_deployVMInSharedNetworkFailure1.36test_network.py
test_02_verifyRouterIpAfterNetworkRestartFailure1.12test_network.py
test_03_destroySharedNetworkFailure1.12test_network.py
ContextSuite context=TestSharedNetwork>:teardownError2.30test_network.py
test_01_deployVMInSharedNetworkFailure1.47test_network.py
ContextSuite context=TestSharedNetworkWithConfigDrive>:teardownError2.58test_network.py
test_01_nicError56.36test_nic.py
test_01_non_strict_host_anti_affinityError2.75test_nonstrict_affinity_group.py
test_02_non_strict_host_affinityError2.60test_nonstrict_affinity_group.py
ContextSuite context=TestIsolatedNetworksPasswdServer>:setupError0.00test_password_server.py
test_01_isolated_persistent_networkError0.29test_persistent_network.py
test_02_L2_persistent_networkError1.31test_persistent_network.py
test_03_deploy_and_destroy_VM_and_verify_network_resources_persistFailure2.62test_persistent_network.py
test_03_deploy_and_destroy_VM_and_verify_network_resources_persistError2.62test_persistent_network.py
ContextSuite context=TestL2PersistentNetworks>:teardownError2.70test_persistent_network.py
test_01_create_delete_portforwarding_fornonvpcError7.73test_portforwardingrules.py
test_01_add_primary_storage_disabled_hostError0.27test_primary_storage.py
test_01_primary_storage_nfsError0.24test_primary_storage.py
ContextSuite context=TestStorageTags>:setupError0.41test_primary_storage.py
test_01_primary_storage_scope_changeError0.13test_primary_storage_scope.py
test_01_vpc_privategw_aclFailure8.47test_privategw_acl.py
test_02_vpc_privategw_static_routesFailure8.74test_privategw_acl.py
test_03_vpc_privategw_restart_vpc_cleanupFailure9.23test_privategw_acl.py
test_04_rvpc_privategw_static_routesFailure9.30test_privategw_acl.py
test_09_project_suspendError2.62test_projects.py
test_10_project_activationError2.47test_projects.py
test_01_purge_expunged_api_vm_start_dateError3.80test_purge_expunged_vms.py
test_02_purge_expunged_api_vm_end_dateError3.29test_purge_expunged_vms.py
test_03_purge_expunged_api_vm_start_end_dateError2.08test_purge_expunged_vms.py
test_04_purge_expunged_api_vm_no_dateError2.19test_purge_expunged_vms.py
test_05_purge_expunged_vm_service_offeringError1.76test_purge_expunged_vms.py
test_06_purge_expunged_vm_background_taskError372.09test_purge_expunged_vms.py
test_CRUD_operations_userdataError1525.12test_register_userdata.py
test_deploy_vm_with_registered_userdataError8.53test_register_userdata.py
test_deploy_vm_with_registered_userdata_with_override_policy_allowError8.10test_register_userdata.py
test_deploy_vm_with_registered_userdata_with_override_policy_appendError8.54test_register_userdata.py
test_deploy_vm_with_registered_userdata_with_override_policy_denyError8.05test_register_userdata.py
test_deploy_vm_with_registered_userdata_with_paramsError7.99test_register_userdata.py
test_link_and_unlink_userdata_to_templateError8.00test_register_userdata.py
test_user_userdata_crudError8.70test_register_userdata.py
ContextSuite context=TestResetVmOnReboot>:setupError0.00test_reset_vm_on_reboot.py
ContextSuite context=TestRAMCPUResourceAccounting>:setupError0.00test_resource_accounting.py
ContextSuite context=TestResourceNames>:setupError0.00test_resource_names.py
ContextSuite context=TestRestoreVM>:setupError0.00test_restore_vm.py
ContextSuite context=TestRouterDHCPHosts>:setupError0.00test_router_dhcphosts.py
ContextSuite context=TestRouterDHCPOpts>:setupError0.00test_router_dhcphosts.py
ContextSuite context=TestRouterDns>:setupError0.00test_router_dns.py
ContextSuite context=TestRouterDnsService>:setupError0.00test_router_dnsservice.py
ContextSuite context=TestRouterIpTablesPolicies>:setupError0.00test_routers_iptables_default_policy.py
ContextSuite context=TestVPCIpTablesPolicies>:setupError0.00test_routers_iptables_default_policy.py
ContextSuite context=TestIsolatedNetworks>:setupError0.00test_routers_network_ops.py
ContextSuite context=TestRedundantIsolateNetworks>:setupError0.00test_routers_network_ops.py
ContextSuite context=TestRouterServices>:setupError0.00test_routers.py
test_01_sys_vm_startFailure0.11test_secondary_storage.py
ContextSuite context=TestCpuCapServiceOfferings>:setupError0.00test_service_offerings.py
ContextSuite context=TestServiceOfferings>:setupError0.33test_service_offerings.py
ContextSuite context=TestSetSourceNatIp>:setupError0.00test_set_sourcenat.py
test_01_migrate_vm_strict_tags_successError0.34test_vm_strict_host_tags.py
test_02_migrate_vm_strict_tags_failureError0.27test_vm_strict_host_tags.py
test_01_restore_vm_strict_tags_successError0.29test_vm_strict_host_tags.py
test_02_restore_vm_strict_tags_failureError0.28test_vm_strict_host_tags.py
test_01_scale_vm_strict_tags_successError0.31test_vm_strict_host_tags.py
test_02_scale_vm_strict_tags_failureError0.42test_vm_strict_host_tags.py
test_01_deploy_vm_on_specific_host_without_strict_tagsError0.30test_vm_strict_host_tags.py
test_02_deploy_vm_on_any_host_without_strict_tagsError3.00test_vm_strict_host_tags.py
test_03_deploy_vm_on_specific_host_with_strict_tags_successError0.33test_vm_strict_host_tags.py
test_04_deploy_vm_on_any_host_with_strict_tags_successError5.95test_vm_strict_host_tags.py
test_05_deploy_vm_on_specific_host_with_strict_tags_failureFailure0.28test_vm_strict_host_tags.py
ContextSuite context=TestSharedFSLifecycle>:setupError0.00test_sharedfs_lifecycle.py
ContextSuite context=TestSnapshotRootDisk>:setupError0.00test_snapshots.py
ContextSuite context=TestSnapshotStandaloneBackup>:setupError0.00test_snapshots.py
test_01_list_sec_storage_vmFailure0.05test_ssvm.py
test_02_list_cpvm_vmFailure0.05test_ssvm.py
test_03_ssvm_internalsFailure0.04test_ssvm.py
test_04_cpvm_internalsFailure0.04test_ssvm.py
test_05_stop_ssvmFailure0.04test_ssvm.py
test_06_stop_cpvmFailure0.05test_ssvm.py
test_07_reboot_ssvmFailure0.04test_ssvm.py
test_08_reboot_cpvmFailure0.04test_ssvm.py
test_09_reboot_ssvm_forcedFailure0.05test_ssvm.py
test_10_reboot_cpvm_forcedFailure0.05test_ssvm.py
test_11_destroy_ssvmFailure0.05test_ssvm.py
test_12_destroy_cpvmFailure0.04test_ssvm.py
ContextSuite context=TestVMWareStoragePolicies>:setupError0.00test_storage_policy.py
test_02_create_template_with_checksum_sha1Error65.77test_templates.py
test_03_create_template_with_checksum_sha256Error65.95test_templates.py
test_04_create_template_with_checksum_md5Error65.75test_templates.py
test_05_create_template_with_no_checksumError65.72test_templates.py
test_01_register_template_direct_download_flagError0.09test_templates.py
test_02_deploy_vm_from_direct_download_templateError0.00test_templates.py
test_03_deploy_vm_wrong_checksumError0.07test_templates.py
ContextSuite context=TestTemplates>:setupError18.41test_templates.py
ContextSuite context=TestISOUsage>:setupError0.00test_usage.py
ContextSuite context=TestLBRuleUsage>:setupError0.00test_usage.py
ContextSuite context=TestNatRuleUsage>:setupError0.00test_usage.py
ContextSuite context=TestPublicIPUsage>:setupError0.00test_usage.py
ContextSuite context=TestSnapshotUsage>:setupError0.00test_usage.py
ContextSuite context=TestVmUsage>:setupError0.00test_usage.py
ContextSuite context=TestVolumeUsage>:setupError0.00test_usage.py
ContextSuite context=TestVpnUsage>:setupError0.00test_usage.py
test_01_scale_up_verifyFailure35.04test_vm_autoscaling.py
test_02_update_vmprofile_and_vmgroupFailure245.70test_vm_autoscaling.py
test_03_scale_down_verifyFailure304.69test_vm_autoscaling.py
test_04_stop_remove_vm_in_vmgroupFailure0.03test_vm_autoscaling.py
test_06_autoscaling_vmgroup_on_project_networkFailure42.24test_vm_autoscaling.py
test_06_autoscaling_vmgroup_on_project_networkError42.25test_vm_autoscaling.py
test_07_autoscaling_vmgroup_on_vpc_networkError1.29test_vm_autoscaling.py
ContextSuite context=TestVmAutoScaling>:teardownError14.68test_vm_autoscaling.py
test_01_deploy_vm_on_specific_hostError0.12test_vm_deployment_planner.py
test_02_deploy_vm_on_specific_clusterError1.51test_vm_deployment_planner.py
test_03_deploy_vm_on_specific_podError1.44test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_clusterError0.19test_vm_deployment_planner.py
test_05_deploy_vm_on_cluster_override_podError1.45test_vm_deployment_planner.py
test_01_migrate_VM_and_root_volumeError123.10test_vm_life_cycle.py
test_02_migrate_VM_with_two_data_disksError59.69test_vm_life_cycle.py
test_01_secure_vm_migrationError92.29test_vm_life_cycle.py
test_02_unsecure_vm_migrationError229.56test_vm_life_cycle.py
test_04_nonsecured_to_secured_vm_migrationError157.69test_vm_life_cycle.py
test_08_migrate_vmError0.07test_vm_life_cycle.py

@vladimirpetrov

Copy link
Copy Markdown
Contributor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@vladimirpetrov a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

[SF] Trillian test result (tid-13659)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 58384 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr10995-t13659-kvm-ol8.zip
Smoke tests completed. 141 look OK, 0 have errors, 0 did not run
Only failed and skipped tests results shown below:

TestResultTime (s)Test File

@vladimirpetrovvladimirpetrov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on manual testing.

@sureshanaparti
sureshanaparti merged commit be22bfe into apache:mainJul 3, 2025
25 of 26 checks passed
@github-project-automationgithub-project-automationBot moved this from In Progress to Done in Apache CloudStack 4.21.0Jul 3, 2025
@DaanHoogland
DaanHoogland deleted the ms_maintenance_new_setting_and_api_changes branch July 3, 2025 06:49
dhslove pushed a commit to ablecloud-team/ablestack-cloud that referenced this pull request Jul 16, 2025
…provements (apache#10995)
* Management Server - Prepare for Maintenance and Cancel Maintenance improvements:
- Added new setting 'management.server.maintenance.ignore.maintenance.hosts' to ignore hosts in maintenance states while preparing management server for maintenance. This skips agent transfer and agents count check for hosts in maintenance.
- Rebalance indirect agents after cancel maintenance, using rebalance parameter in cancelMaintenance API
- Force maintenance after maintenance window timeout, using forced parameter in prepareForMaintenance API.
- Propagate 'indirect.agent.lb.check.interval' setting change to the host agents.
* rebases fixes
* code improvements, cleanup
* [UI] Set rebalance true by default in cancel maintenance dialog
* Update MS state after executing cluster cmd in the target MS, and some code improvements
* code improvements
* Ensure the host lb algorithm 'shuffle' is applied once before disabling the indirect agent lb check background task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants

@sureshanaparti@blueorangutan@harikrishna-patnala@vladimirpetrov@DaanHoogland