From: Owen Synge Date: Thu, 21 May 2015 12:48:47 +0000 (+0200) Subject: suse.uninstall: ceph-deploy purge fails on SUSE. X-Git-Tag: v1.5.25~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F296%2Fhead;p=ceph-deploy.git suse.uninstall: ceph-deploy purge fails on SUSE. This is because ceph-deploy tries to remove a package that does not exist. To fix this we need to change package name to correct name ceph-radosgw from the old name radosgw. Signed-off-by: Owen Synge --- diff --git a/ceph_deploy/hosts/suse/uninstall.py b/ceph_deploy/hosts/suse/uninstall.py index c3b742d..b67a7a2 100644 --- a/ceph_deploy/hosts/suse/uninstall.py +++ b/ceph_deploy/hosts/suse/uninstall.py @@ -7,7 +7,7 @@ def uninstall(conn, purge=False): 'libcephfs1', 'librados2', 'librbd1', - 'radosgw', + 'ceph-radosgw', ] cmd = [ 'zypper',