From d460c4e53b67ed281160de5212eccf03f3dcbd8a Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 12 Jun 2015 14:19:55 +0200 Subject: [PATCH] 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 --- ceph_deploy/hosts/suse/uninstall.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.47.3