Date: Tue, 02 Dec 2014 21:33:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195587] New: ctld: providers shouldn't be marked busy unless actually opened in a session Message-ID: <bug-195587-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: la5lbtyi@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195587-8>