From: David Disseldorp Date: Fri, 12 Jun 2015 12:19:55 +0000 (+0200) Subject: suse/uninstall: remove the ceph-common package X-Git-Tag: v1.5.26~8^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d460c4e53b67ed281160de5212eccf03f3dcbd8a;p=ceph-deploy.git suse/uninstall: remove the ceph-common package ceph-common can be installed individually via ceph-deploy install --common parameter, so it should also be present in the uninstall package list. Signed-off-by: David Disseldorp --- diff --git a/ceph_deploy/hosts/suse/uninstall.py b/ceph_deploy/hosts/suse/uninstall.py index b67a7a2..17e5847 100644 --- a/ceph_deploy/hosts/suse/uninstall.py +++ b/ceph_deploy/hosts/suse/uninstall.py @@ -4,6 +4,7 @@ from ceph_deploy.lib import remoto def uninstall(conn, purge=False): packages = [ 'ceph', + 'ceph-common', 'libcephfs1', 'librados2', 'librbd1',