Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 09:44:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194034] New: iscsictl disconnects all targets when trying to disconnect one by nickname
Message-ID:  <bug-194034-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: mail@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194034-8>