summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-03-11 17:09:37 -0700
committerSage Weil <sage@inktank.com>2013-03-11 17:09:37 -0700
commit9eb0d91b867ab980135d7c6ff6347d69d0a8a794 (patch)
treebda3081d1841b9fd62d4496188cc7f686cce95ca /debian
parent2450db1b92f28424d0c048927036168881923096 (diff)
downloadceph-9eb0d91b867ab980135d7c6ff6347d69d0a8a794.tar.gz
debian: stop ceph-mds before uninstalling ceph-mds
Fixes: #4384 Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/ceph-mds.prerm5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/ceph-mds.prerm b/debian/ceph-mds.prerm
new file mode 100644
index 00000000000..56d9e0128f1
--- /dev/null
+++ b/debian/ceph-mds.prerm
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+stop ceph-mds-all || :
+
+exit 0 \ No newline at end of file