]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
install.py: Remove gdisk from the install list.
authorGary Lowell <glowell@inktank.com>
Fri, 8 Mar 2013 01:32:30 +0000 (17:32 -0800)
committerGary Lowell <glowell@inktank.com>
Fri, 8 Mar 2013 01:32:30 +0000 (17:32 -0800)
The gdisk (or gptfdisk) package is now listed as a requirment
for the rpms.  No need to explicitly list it.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
ceph_deploy/install.py

index 07f98f43b0cf4bbdaf71b7d86a89bc19721678e8..ba5b0da0e352c09d76c7605c2b11f7609d31b008 100644 (file)
@@ -48,9 +48,6 @@ def install_centos(release, codename, version_kind, version):
             'ceph',
             'ceph-common',
             'ceph-fs-common',
-            # ceph only recommends gdisk, make sure we actually have
-            # it; only really needed for osds, but minimal collateral
-            'gdisk',
             ],
         )