Project

General

Profile

Actions

Bug #15199

closed

git.ceph.com[0: 67.205.20.229]: errno=Connection timed out

Added by Loïc Dachary about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Category:
Infrastructure Service
Target version:
-
% Done:

0%

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

Description

from teuthology.sepia

(virtualenv)loic@teuthology:~$ teuthology-suite --priority 101 --suite rados --filter="$filter" --suite-branch infernalis --email loic@dachary.org --ceph infernalis-pr-7987 --machine-type smithi
2016-03-18 06:02:32,250.250 INFO:teuthology.suite:ceph sha1: 17f450e36f60818e1db9511ac6b0c8a272926375
2016-03-18 06:02:32,256.256 INFO:teuthology.suite:ceph version: v9.2.1-12.g17f450e
2016-03-18 06:02:32,256.256 INFO:teuthology.suite:teuthology branch: master

fatal: unable to connect to git.ceph.com:
git.ceph.com[0: 67.205.20.229]: errno=Connection timed out

Traceback (most recent call last):
  File "/home/loic/teuthology/virtualenv/bin/teuthology-suite", line 9, in <module>
    load_entry_point('teuthology', 'console_scripts', 'teuthology-suite')()
  File "/home/loic/teuthology/scripts/suite.py", line 95, in main
    teuthology.suite.main(args)
  File "/home/loic/teuthology/teuthology/suite.py", line 85, in main
    name)
  File "/home/loic/teuthology/teuthology/suite.py", line 293, in create_initial_config
    if not git_branch_exists('ceph-qa-suite', suite_branch):
  File "/home/loic/teuthology/teuthology/suite.py", line 558, in git_branch_exists
    return git_ls_remote(project, branch, project_owner) != None
  File "/home/loic/teuthology/teuthology/suite.py", line 535, in git_ls_remote
    branch, shell=True).split()
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'git ls-remote git://git.ceph.com/git/ceph-qa-suite infernalis' returned non-zero exit status 128

Related issues 1 (0 open1 closed)

Related to sepia - Bug #14767: Massive packet loss to/from gw.sepia.ceph.comResolvedDavid Galloway02/15/2016

Actions
Actions #1

Updated by Nathan Cutler about 8 years ago

  • Related to Bug #14767: Massive packet loss to/from gw.sepia.ceph.com added
Actions #2

Updated by Sage Weil about 8 years ago

  • Priority changed from Normal to Urgent

DNS is wrong. It should point to 66.33.193.78 but is going to 67.205.20.229 instead. The new zone file just needs to be updated, I think.

Actions #3

Updated by David Galloway about 8 years ago

  • Category set to Infrastructure Service
  • Status changed from 12 to Resolved
  • Assignee set to David Galloway
  • Priority changed from Urgent to Normal

External DNS for the ceph.com domain was transferred over to Red Hat IT's DNS last night.

The record for git.ceph.com was incorrect but has been corrected and has trickled down into the lab.

dgalloway@teuthology:~$ dig +short git.ceph.com
66.33.193.78
Actions

Also available in: Atom PDF