Description of problem: [RFE][ceph-ansible feature parity] systemctl daemon-type.target unit In RHCS 4 and below when ceph-ansible was used to deploy the cluster we had daemon-type.target units For example if you have multiple OSD's daemon running in one OSD host and that is the standard deployment model we had the following command to stop and start all the OSDs within the node systemctl stop ceph-osd.target systemctl start ceph-osd.target This is not available in RHCS 5 and above when we started using cephadm. Version-Release number of selected component (if applicable): RHCS 5 and above In RHCS 4.x in container env it was implemented with the help following bug: https://bugzilla.redhat.com/show_bug.cgi?id=1962748