From 7bb7c68889c2a2ec1e9aef49b23aff7c1793de9d Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Thu, 21 May 2015 14:48:47 +0200 Subject: [PATCH] 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 --- ceph_deploy/hosts/suse/uninstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3