]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Try to remove also ceph-common on Fedora. 264/head
authorMilan Broz <gmazyland@gmail.com>
Mon, 23 Feb 2015 15:38:48 +0000 (16:38 +0100)
committerMilan Broz <gmazyland@gmail.com>
Thu, 26 Feb 2015 06:58:30 +0000 (07:58 +0100)
Quick workaround but at least it allows purge and purgedata to work
on Fedora 21.

See http://tracker.ceph.com/issues/10928

Signed-off-by: Milan Broz <gmazyland@gmail.com>
ceph_deploy/hosts/fedora/uninstall.py

index 4c8082792d2755bf4afecb19d715295ffe8c81ff..2a31549e079e638f8117feea8da88c25ff245fc1 100644 (file)
@@ -4,6 +4,7 @@ from ceph_deploy.util import pkg_managers
 def uninstall(conn, purge=False):
     packages = [
         'ceph',
+        'ceph-common',
         ]
 
     pkg_managers.yum_remove(