mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
debian: stop ceph-mds before uninstalling ceph-mds
Fixes: #4384 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
2450db1b92
commit
9eb0d91b86
5
debian/ceph-mds.prerm
vendored
Normal file
5
debian/ceph-mds.prerm
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
stop ceph-mds-all || :
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user