From a026ec253a616aa147cff72f43a38eda90789b0a Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 20 Oct 2015 16:26:10 -0400 Subject: [PATCH] Increase Ceph RPM gpg key timeout to 90 seconds The default timeout for Ceph GPG rpm key retrieval is 30 seconds. In my testing, the GPG key takes approximately 50 seconds to download often resulting in a failure to build containers that need to retrieve the Ceph GPG sign key. Crank up the timer to 90 seconds so the key is more likely to be downloaded, allowing images to be built. backport: liberty TrivialFix Change-Id: I7420cdf8d3b61aa9f4f52795fccbe5da3e48d57b --- docker/base/ceph.yum.repo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/base/ceph.yum.repo b/docker/base/ceph.yum.repo index 131e01a4c9..c78135e45a 100644 --- a/docker/base/ceph.yum.repo +++ b/docker/base/ceph.yum.repo @@ -5,6 +5,7 @@ enabled=1 gpgcheck=1 type=rpm-md gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc +timeout=90 [ceph-noarch] name=Ceph noarch packages @@ -13,3 +14,4 @@ enabled=1 gpgcheck=1 type=rpm-md gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc +timeout=90