From cf86afaec804542e83f09f030c1145d32ce49ab9 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 12:03:07 +0200 Subject: [PATCH] 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 --- ceph_deploy/install.py | 3 +++ 1 file changed, 3 insertions(+) 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', -- 2.47.3