[stgt] [PATCH 0/2] add multiple boot parameter parsers support
Or Gerlitz
ogerlitz at Voltaire.com
Tue Oct 6 10:55:08 CEST 2009
FUJITA Tomonori wrote:
> Or Gerlitz <ogerlitz at Voltaire.com> wrote:
>> $ tgtd --mport=xxxx --iscsi ip=a.b.c.d,port=yyyy,isns_port=zzzz
>> $ tgtadm --mport=xxxx
In a 2nd thought, we don't need the "=" in the mport, just --mport xxxx
> btw, I'm not sure about my second patch (the port option).
> Another option that I thought about is something like the following:
> tgtd --iscsi portal=10.1.30.21:3260
> With two portals,
> tgtd --iscsi portal=10.1.30.21:3260,portal=10.1.40.3:3260
basically, the intent of this patch from our side was to allow multiple tgt instances to run on the same system where each of them listening on a different portal. Where portal is made of ip+port, port defaults to 3260 and ip to 0.0.0.0 (all interfaces). Extending this to multiple portals is basically fine, I guess.
Or.
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list