]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
suse.uninstall: ceph-deploy purge fails on SUSE. 296/head
authorOwen Synge <osynge@suse.com>
Thu, 21 May 2015 12:48:47 +0000 (14:48 +0200)
committerOwen Synge <osynge@suse.com>
Thu, 21 May 2015 12:52:12 +0000 (14:52 +0200)
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 <osynge@suse.com>
ceph_deploy/hosts/suse/uninstall.py

index c3b742d9a45e733321830bb4f0e0d25e59edc538..b67a7a2f335646e3e2f80822053b9f3d1477648b 100644 (file)
@@ -7,7 +7,7 @@ def uninstall(conn, purge=False):
         'libcephfs1',
         'librados2',
         'librbd1',
-        'radosgw',
+        'ceph-radosgw',
         ]
     cmd = [
         'zypper',