From: Gary Lowell Date: Fri, 8 Mar 2013 01:32:30 +0000 (-0800) Subject: install.py: Remove gdisk from the install list. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=342452852b6b83637ec8f0eac7f8d12ab28de383;p=ceph-deploy.git install.py: Remove gdisk from the install list. 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 --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 07f98f4..ba5b0da 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -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', ], )