summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2013-03-11 16:59:05 -0700
committerJosh Durgin <josh.durgin@inktank.com>2013-03-11 16:59:05 -0700
commit82677c38b7547510277c45bcfac15694f723f785 (patch)
treecb93df9053e62ddcfecb6f21fd0f3a19495183dd /debian
parentf2a877ad0d182f3d2d8fd969abf1faeef40dd9a7 (diff)
parent1ac8f6abaf084904d0759f187735e284e43b0be8 (diff)
downloadceph-82677c38b7547510277c45bcfac15694f723f785.tar.gz
Merge branch 'next'
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