If an OSD is stopped you might want to add the 'noout' flag before stopping it (or shortly after).
For completeness sake I would add how to start the stopped unit again after the maintenance is finished:
pacific:~ # cephadm unit start --name DAEMON_NAME
Alternatively start the unit with systemd:
pacific:~ # systemctl start ceph-@DAEMON_NAME
closes #1046