[Bug 194034] New: iscsictl disconnects all targets when trying to disconnect one by nickname

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 30 09:44:36 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194034

            Bug ID: 194034
           Summary: iscsictl disconnects all targets when trying to
                    disconnect one by nickname
           Product: Base System
           Version: 10.0-STABLE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: mail at maxlor.com

When connecting to iSCSI targets, they can be given by nickname as specified in
/etc/iscsi.conf. For example:

# iscsictl -L
Target name                          Target portal    State
# iscsictl -A -n monolith1-1
# iscsictl -A -n monolith1-2
# iscsictl -L
Target name                          Target portal    State
iqn.2012-10.org.example:monolith1-1  monolith1.example.org Connected: da12
iqn.2012-10.org.example:monolith1-2  monolith1.example.org Connected: da13
#

Now when trying to disconnect a single target by nickname, both are
disconnected:

# iscsictl -R -n monolith1-1
# iscsictl -L
Target name                          Target portal    State
#

monolith1-2 should have remained connected!

If using the full target name with the -t parameter, iscsictl works correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list