summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-03-23 11:03:58 -0700
committerSage Weil <sage@inktank.com>2013-03-23 11:03:58 -0700
commit84738791fe59b3a4d196fa19d42d1781931ffed7 (patch)
tree89659898f139f397bd2440c7fb2360ef9c320375 /ceph.spec.in
parent836b97f3861ab4bfa00e0654fe0271b2ffebc5a1 (diff)
parent8e6a970c45d7c70f746cc09d7699c9654d5e7862 (diff)
downloadceph-84738791fe59b3a4d196fa19d42d1781931ffed7.tar.gz
Merge branch 'next'
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index d72c207f9a0..eff258ba87a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -348,15 +348,6 @@ fi
%endif
# Package removal cleanup
if [ "$1" -eq "0" ] ; then
-
- # be a little careful, here: unmount anything beneath here before removing it.
- rm -rf --one-file-system -- /var/lib/ceph || true
- if [ -d /var/lib/ceph ]; then
- find /var/lib/ceph -mindepth 1 -maxdepth 2 -type d -exec umount \{\} \;
- fi
- rm -rf --one-file-system -- /var/lib/ceph
-
- # Other Ceph directories
rm -rf /var/log/ceph
rm -rf /etc/ceph
fi