From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 09:56:57 +0000 (+0200) Subject: install.py: fix install on Fedora X-Git-Tag: v1.2~33^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41d2ebfaccf353c509d49e00d511d36d0685fa97;p=ceph-deploy.git install.py: fix install on Fedora Remove not existing packages from install/uninstall section Signed-off-by: Danny Al-Gaaf --- 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',