diff --git a/dsms_deploy/dsms-deploy.py b/dsms_deploy/dsms-deploy.py index 7e57a51312f86dbe31a4740d739ae7707e16dcd8..740f002067c5cea3adb3bc770a235ccc74b043ae 100755 --- a/dsms_deploy/dsms-deploy.py +++ b/dsms_deploy/dsms-deploy.py @@ -638,6 +638,7 @@ def command_init(args): run_ssh_command(leader.ip, DEPLOY_USERNAME, leader.root_passwd, 'ceph config set mon mon_allow_pool_delete true') run_ssh_command(leader.ip, DEPLOY_USERNAME, leader.root_passwd, 'ceph config set global rbd_default_features 1') run_ssh_command(leader.ip, DEPLOY_USERNAME, leader.root_passwd, 'ceph config set global osd_crush_update_on_start false') + run_ssh_command(leader.ip, DEPLOY_USERNAME, leader.root_passwd, 'ceph config set mgr mgr/devicehealth/enable_monitoring false') time.sleep(5) # give some room to start command_info('') logger.info('init dsms-storage cluster success')