From 37816143205a837aad8ea8d109b2cf92cb97a396 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 11:58:53 +0200 Subject: [PATCH] install.py: fix install on CentOS 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 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', -- 2.47.3