mirror of
https://github.com/ceph/ceph
synced 2024-12-11 05:57:05 +00:00
b7b9af5c0d
This helps us avoid the confusing situation with upstart where an individual daemon job is running (like ceph-osd id=2) but the container jobs ceph-osd-all and ceph-all are not. Signed-off-by: Sage Weil <sage@inktank.com>
5 lines
37 B
Bash
5 lines
37 B
Bash
#!/bin/sh
|
|
|
|
stop ceph-all || :
|
|
|
|
exit 0 |