
Most common cause for this issue is TLV rehdat office out bandwidth. Are you tring to connect from TLV RedHat office? ----- Original Message -----
From: "Omer Frenkel" <ofrenkel@redhat.com> To: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 1:08:43 PM Subject: fetching from gerrit is extremely slow
can someone check this?
Thanks. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

----- Original Message -----
From: "David Caro Estevez" <dcaroest@redhat.com> To: "Omer Frenkel" <ofrenkel@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 3:16:54 PM Subject: Re: fetching from gerrit is extremely slow
Most common cause for this issue is TLV rehdat office out bandwidth. Are you tring to connect from TLV RedHat office?
yes :(
----- Original Message -----
From: "Omer Frenkel" <ofrenkel@redhat.com> To: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 1:08:43 PM Subject: fetching from gerrit is extremely slow
can someone check this?
Thanks. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

----- Original Message -----
From: "Omer Frenkel" <ofrenkel@redhat.com> To: "David Caro Estevez" <dcaroest@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 3:32:07 PM Subject: Re: fetching from gerrit is extremely slow
----- Original Message -----
From: "David Caro Estevez" <dcaroest@redhat.com> To: "Omer Frenkel" <ofrenkel@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 3:16:54 PM Subject: Re: fetching from gerrit is extremely slow
Most common cause for this issue is TLV rehdat office out bandwidth. Are you tring to connect from TLV RedHat office?
yes :(
the network should be upgraded to 100MB in the next week, let's hope that by then we'll have much better connection.
----- Original Message -----
From: "Omer Frenkel" <ofrenkel@redhat.com> To: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 1:08:43 PM Subject: fetching from gerrit is extremely slow
can someone check this?
Thanks. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Wed, Jan 22, 2014 at 08:32:07AM -0500, Omer Frenkel wrote:
----- Original Message -----
From: "David Caro Estevez" <dcaroest@redhat.com> To: "Omer Frenkel" <ofrenkel@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 3:16:54 PM Subject: Re: fetching from gerrit is extremely slow
Most common cause for this issue is TLV rehdat office out bandwidth. Are you tring to connect from TLV RedHat office?
yes :(
Not that I have any idea how RH TLV is setup, but I wonder if a local mirror could be set up. It wouldn't solve the push speed, but at least fetching could be sped up. Personally I have the following in my ~/.gitconfig: [url "git://gerrit.ovirt.org/"] insteadOf = "ovirt:" [url "ssh://USERNAME@gerrit.ovirt.org:29418/"] pushInsteadOf = "ovirt:" Then I clone my repos as: git clone ovirt:vdsm -o gerrit This results in the following: $ git remote -v gerrit git://gerrit.ovirt.org/vdsm (fetch) gerrit ssh://USERNAME@gerrit.ovirt.org:29418/vdsm (push) RH TLV users could then change their fetch URL to the local mirror. Given RH TLV should set this up, I'm mostly looking at Itamar to see if this is an acceptable solution.

On 01/22/2014 03:48 PM, Ewoud Kohl van Wijngaarden wrote:
On Wed, Jan 22, 2014 at 08:32:07AM -0500, Omer Frenkel wrote:
----- Original Message -----
From: "David Caro Estevez" <dcaroest@redhat.com> To: "Omer Frenkel" <ofrenkel@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Wednesday, January 22, 2014 3:16:54 PM Subject: Re: fetching from gerrit is extremely slow
Most common cause for this issue is TLV rehdat office out bandwidth. Are you tring to connect from TLV RedHat office?
yes :(
Not that I have any idea how RH TLV is setup, but I wonder if a local mirror could be set up. It wouldn't solve the push speed, but at least fetching could be sped up.
this could be a good idea, but upgrading our bandwidth is in the works, lets revisit adding complexity if it doesn't solve the issue.
Personally I have the following in my ~/.gitconfig:
[url "git://gerrit.ovirt.org/"] insteadOf = "ovirt:" [url "ssh://USERNAME@gerrit.ovirt.org:29418/"] pushInsteadOf = "ovirt:"
Then I clone my repos as:
git clone ovirt:vdsm -o gerrit
This results in the following:
$ git remote -v gerrit git://gerrit.ovirt.org/vdsm (fetch) gerrit ssh://USERNAME@gerrit.ovirt.org:29418/vdsm (push)
RH TLV users could then change their fetch URL to the local mirror.
Given RH TLV should set this up, I'm mostly looking at Itamar to see if this is an acceptable solution. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
participants (5)
-
David Caro Estevez
-
Ewoud Kohl van Wijngaarden
-
Eyal Edri
-
Itamar Heim
-
Omer Frenkel