[Bug 195587] New: ctld: providers shouldn't be marked busy unless actually opened in a session

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 2 21:33:19 UTC 2014


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

            Bug ID: 195587
           Summary: ctld: providers shouldn't be marked busy unless
                    actually opened in a session
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: la5lbtyi at aon.at

Scenario:
- On the server there is a target pointing to a zvol which is partitioned with
a BSD label:

(on the server)
# cd /dev/zvol/path
# ls v905*
v905 v905a v905b v905d

- Now the ctld is started:
# service ctld start

- Then v905 seems to be opened in a way which makes the partitions disappear:
# ls v905*
v905

- But v905 remains visible even if I establish a session to it:
(on the client)
# iscsictl -A -n v905
(on the server)
# ls v905*
v905

Desired behavior:
- v905 and all its partitions should remain visible until a client actually
establishes a session to the target
- Maybe v905 itself should become invisible while a client has a session
established to it (this is debatable)

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


More information about the freebsd-bugs mailing list