]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
install.py: fix install on Fedora
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 1 Jul 2013 09:56:57 +0000 (11:56 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 1 Jul 2013 09:56:57 +0000 (11:56 +0200)
Remove not existing packages from install/uninstall section

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph_deploy/install.py

index ce9d6d94314aef1be5db0ee535686eaff0d4511a..35bfb5a8741be95d1a1b9ad281db2cf40cb0a549 100644 (file)
@@ -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',