From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 09:58:53 +0000 (+0200) Subject: install.py: fix install on CentOS X-Git-Tag: v1.2~33^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37816143205a837aad8ea8d109b2cf92cb97a396;p=ceph-deploy.git install.py: fix install on CentOS 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 35bfb5a..5c622e7 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -221,8 +221,6 @@ def install_centos(release, codename, version_kind, version): '-q', 'install', 'ceph', - 'ceph-common', - 'ceph-fs-common', ], ) @@ -231,9 +229,6 @@ def uninstall_centos(arg_purge=False): packages = [ 'ceph', - 'ceph-mds', - 'ceph-common', - 'ceph-fs-common', ] args = [ 'yum',