Project

General

Profile

Actions

Bug #14959

closed

git ls-remote git://git.ceph.com/git/ceph-qa-suite hammer : fatal: read error: Connection reset by peer

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

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

It happens on teuthology.front.sepia.ceph.com

Actions #1

Updated by Zack Cerza about 8 years ago

This is also causing the load on teuthology.front to hover around 70 because downburst is doing something insane. I inserted a sleep(60) to slow it down for a while. I also paused all the queues.

Actions #2

Updated by Loïc Dachary about 8 years ago

things change a bit, here it is for the record, from teuthology.front.sepia.ceph.com

(virtualenv)loic@teuthology:~$ git ls-remote git://git.ceph.com/git/ceph-qa-suite hammer
fatal: remote error: access denied or repository not exported: /git/ceph-qa-suite

Actions #3

Updated by Nathan Cutler about 8 years ago

  • Status changed from New to Resolved
  • Source changed from other to Development

@Loïc Dachary: Leave out the "git/" in the path:

$ git ls-remote git://git.ceph.com/ceph-qa-suite hammer
e588f1d2741a121fd8053f5086901ce8cdc35d1a        refs/heads/hammer
Actions #4

Updated by Loïc Dachary about 8 years ago

  • Status changed from Resolved to 12

Thanks for the workaround.

A few scripts have that path encoded though and they will keep breaking. A fix would be to have the same structure as before (a symlink or something so /git/ceph-qa-suite and /ceph-qa-suite are the same ?) for backward compatibility.

Actions #5

Updated by Loïc Dachary about 8 years ago

  • Status changed from 12 to Resolved
  • Assignee set to Dan Mick

thanks for the hard work dmick !

$ git ls-remote git://git.ceph.com/git/ceph-qa-suite hammer
9cbd6a467b43d48f86db66ddd0dba2c91c12d28e    refs/heads/hammer

Actions

Also available in: Atom PDF