]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-12541] Drop explicit gdisk in debian/install 331/head
authorTravis Rhoden <trhoden@redhat.com>
Fri, 31 Jul 2015 18:37:38 +0000 (11:37 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 31 Jul 2015 18:37:38 +0000 (11:37 -0700)
gdisk has been a proper dependency in Ceph packages since before
Firefly.  There is no need to install it directly.

Fixes: #12541
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/hosts/debian/install.py

index a16b3943855563c02d5a32243aa8a337265c2534..3d0282435a809c1ba8bcba2ea799b4ddc45ef9e1 100644 (file)
@@ -99,9 +99,6 @@ def install(distro, version_kind, version, adjust_repos, **kw):
             'ceph-common',
             'ceph-fs-common',
             'radosgw',
-            # ceph only recommends gdisk, make sure we actually have
-            # it; only really needed for osds, but minimal collateral
-            'gdisk',
             ],
         )
 
@@ -147,9 +144,6 @@ def mirror_install(distro, repo_url, gpg_url, adjust_repos, **kw):
         'ceph-mds',
         'ceph-common',
         'ceph-fs-common',
-        # ceph only recommends gdisk, make sure we actually have
-        # it; only really needed for osds, but minimal collateral
-        'gdisk',
     )
 
     pkg_managers.apt(distro.conn, packages)
@@ -208,9 +202,6 @@ def repo_install(distro, repo_name, baseurl, gpgkey, **kw):
             'ceph-mds',
             'ceph-common',
             'ceph-fs-common',
-            # ceph only recommends gdisk, make sure we actually have
-            # it; only really needed for osds, but minimal collateral
-            'gdisk',
         )
 
         pkg_managers.apt(distro.conn, packages)