This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-11 14:09:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d8f7a092f
ceph
/
debian
/
ceph-mds.prerm
5 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
debian: stop ceph-mds before uninstalling ceph-mds Fixes: #4384 Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-12 00:09:37 +00:00
#!/bin/sh
debian: only start/stop upstart jobs if upstart is present This avoids errors on non-upstart distros (like wheezy). Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-30 00:01:55 +00:00
[ -x /sbin/stop ] && stop ceph-mds-all || :
debian: stop ceph-mds before uninstalling ceph-mds Fixes: #4384 Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-12 00:09:37 +00:00
exit 0
Reference in New Issue
Copy Permalink