From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 10:03:07 +0000 (+0200) Subject: install.py: fix uninstall on SUSE products X-Git-Tag: v1.2~33^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14%2Fhead;p=ceph-deploy.git install.py: fix uninstall on SUSE products Uninstall also lib(cephfs,rados,rbd)* packages, installed via package dependencies before. Signed-off-by: Danny Al-Gaaf --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 5c622e7..45cd673 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -70,6 +70,9 @@ def uninstall_suse(arg_purge=False): packages = [ 'ceph', + 'libcephfs1', + 'librados2', + 'librbd1', ] args = [ 'zypper',