NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/56728: iscsi redundancy doesn't work
The following reply was made to PR bin/56728; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/56728: iscsi redundancy doesn't work
Date: Wed, 23 Feb 2022 12:49:37 -0000 (UTC)
6bone%6bone.informatik.uni-leipzig.de@localhost writes:
>iscsictl list_sessions
>Session 3: Target iqn.1992-08.com.netapp:naclaug
>iscsictl add_connection -I 3
>iscsictl: add_connection: The login failed
>-> crash (no drive is muted yet!)
That's a second connection to the same portal (not the second portal
) and apparently it is exclusive and rejected by the target. Shouldn't
crash anything though.
The command
iscsictl add_connection -I 3 -P 3
should add a connection for session 3 to the second portal number 3.
I'll try to set up something similar for testing...
Home |
Main Index |
Thread Index |
Old Index