From: Danny Al-Gaaf Date: Mon, 1 Jul 2013 09:52:56 +0000 (+0200) Subject: install.py: fix install on SUSE X-Git-Tag: v1.2~33^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c9e20735fbdcf09d3f88419de68497c622f3f527;p=ceph-deploy.git install.py: fix install on SUSE 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 435daa0..ce9d6d9 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -62,8 +62,6 @@ def install_suse(release, codename, version_kind, version): '--quiet', 'install', 'ceph', - 'ceph-common', - 'ceph-fs-common', ], ) @@ -72,9 +70,6 @@ def uninstall_suse(arg_purge=False): packages = [ 'ceph', - 'ceph-mds', - 'ceph-common', - 'ceph-fs-common', ] args = [ 'zypper',