From 41d2ebfaccf353c509d49e00d511d36d0685fa97 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 11:56:57 +0200 Subject: [PATCH] install.py: fix install on Fedora Remove not existing packages from install/uninstall section Signed-off-by: Danny Al-Gaaf --- ceph_deploy/install.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index ce9d6d9..35bfb5a 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -155,8 +155,6 @@ def install_fedora(release, codename, version_kind, version): '-q', 'install', 'ceph', - 'ceph-common', - 'ceph-fs-common', ], ) @@ -165,9 +163,6 @@ def uninstall_fedora(arg_purge=False): packages = [ 'ceph', - 'ceph-mds', - 'ceph-common', - 'ceph-fs-common', ] args = [ 'yum', -- 2.47.3