diff options
author | Sage Weil <sage@inktank.com> | 2013-03-11 17:09:37 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-03-11 17:09:37 -0700 |
commit | 9eb0d91b867ab980135d7c6ff6347d69d0a8a794 (patch) | |
tree | bda3081d1841b9fd62d4496188cc7f686cce95ca /debian | |
parent | 2450db1b92f28424d0c048927036168881923096 (diff) | |
download | ceph-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.prerm | 5 |
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 |