Remove Monitor/Manager from Ceph

ceph orch apply mon "new_monitor_count mon_hostname_1 mon_hostname_2"

This will keep mon_hostname_1 and mon_hostname_2 as monitors and remove any other monitors that were previously there.

The same can be achieved for managers with the following:

ceph orch apply mgr "new_manager_count mgr_hostname_1 mgr_hostname_2"