debian: stop ceph-mds before uninstalling ceph-mds

Fixes: #4384
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-03-11 17:09:37 -07:00
parent 2450db1b92
commit 9eb0d91b86

5
debian/ceph-mds.prerm vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
stop ceph-mds-all || :
exit 0