From: Sage Weil Date: Tue, 12 Mar 2013 00:09:37 +0000 (-0700) Subject: debian: stop ceph-mds before uninstalling ceph-mds X-Git-Tag: v0.59~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9eb0d91b867ab980135d7c6ff6347d69d0a8a794;p=ceph.git debian: stop ceph-mds before uninstalling ceph-mds Fixes: #4384 Signed-off-by: Sage Weil --- diff --git a/debian/ceph-mds.prerm b/debian/ceph-mds.prerm new file mode 100644 index 000000000000..56d9e0128f10 --- /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