[Bug 195585] New: iscsictl -R -n <nickname> always removes all active sessions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 2 21:04:55 UTC 2014


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

            Bug ID: 195585
           Summary: iscsictl -R -n <nickname> always removes all active
                    sessions
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: la5lbtyi at aon.at

Scenario:
- The server exports multiple iscsi targets (mapped to zvols)
- The client has a configuration file with nicknames for these targets
- Doing...

# iscsictl -A -n target1
# iscsictl -A -n target2
# iscsictl -L
Target name                          Target portal    State
iqn.1995-06.server:target1           server           Connected: da0
iqn.1995-06.server:target2           server           Connected: da1
# iscsictl -R -n target2
# iscsictl -L
Target name                          Target portal    State
#

... removes all sessions instead of just the one for "target2".

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


More information about the freebsd-bugs mailing list