Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Dec 2014 21:04:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195585] New: iscsictl -R -n <nickname> always removes all active sessions
Message-ID:  <bug-195585-8@https.bugs.freebsd.org/bugzilla/>

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



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