I'm failing to setup gerrit with the insructions provided.

This is what I have in .git/config:

[remote "gerrit"]
    url = http://gerrit.ovirt.org/p/vdsm
    pushurl = ssh://[email protected]:29418/vdsm.git
    fetch = +refs/heads/*:refs/remotes/gerrit/*

but git-review -s saying connection refused.

Port 29418 doesn't seem to be open.

Roi


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Dan Kenigsberg
Sent: Monday, December 12, 2011 10:03 PM
To: VDSM Project Patches
Cc: Itzik Brown
Subject: Re: [PATCH] iscsi.py: fixed discovery issue and added support for iSER 
transport

On Mon, Dec 12, 2011 at 03:52:57PM +0000, Roi Dayan wrote:
> Never got to http://gerrit.ovirt.org from the prev link you gave us.
> So we never saw 'register' link just the message:
> 
> 'You cannot create your own account, you must ask any other account holder to 
> do it for you. We are protecting this wiki from spambots and bad actors 
> through self-management. This includes the creation of new accounts.
> If you need an account, contact one of the existing account holders, who are 
> fellow participants and contributors.
> 
> Discover of new targets is tcp.
> After detecting the targets, a user needs to know if a specific target 
> transport is iser or tcp and update the iface.transport_name accordingly.

I'd expect iscsiadm's --login command to let you select the transport. It is 
not very safe to set the transport in one command, have a window where vdsm can 
die, and login later. If Vdsm actually die, host will be left with an uninteded 
transport.

> 
> What config parameter do you suggest?
> In /etc/vdsm.conf ? like unser [vars] so put transport=tcp,iser | iser,tcp | 
> tcp | iser ?

yeah, though storage-related vars sit under [irs] (don't ask why), and I think 
iscsi_transports is a clearer name.

Dan.
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to