Project

General

Profile

Actions

Bug #6916

closed

Targets hanging on wget fetching the repo key

Added by Christophe Courtaut over 10 years ago. Updated over 9 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

While having the preflight requirements on a host "controller", launching a simple teuthology tests on two targets without using the lock-server (so sticking to the basic setup), targets on which "master" do have passwordless ssh and sudo access.
The following command hangs on the targets :

bash -c wget -q -O- https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc | sudo apt-key add -

Running manually the wget part on target leads to this :

wget -O - 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc'
--2013-12-02 09:48:18--  https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
Resolving ceph.com (ceph.com)... 208.113.241.137
Connecting to ceph.com (ceph.com)|208.113.241.137|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `STDOUT'

    [<=>                                        ] 0           --.-K/s

And nothing happens then.

It results that teuthology won't go any further.

Btw got connectivity on the targets, tried to get file through http and https from other sources, and it worked.

Actions #1

Updated by Loïc Dachary over 10 years ago

What happens when you run the wget from the host on which the machine runs ? Trying to rule out any bizarre firewalling that would trash packets based on content...

Actions #2

Updated by Loïc Dachary over 10 years ago

  • Description updated (diff)
Actions #3

Updated by Alfredo Deza over 10 years ago

I suggest removing the `-q` flag since it eats up important information like possible failures

Actions #4

Updated by Sage Weil over 9 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF