[Bug 219556] iSCSI subsystem blindly announces non-existing file (was: emulators/virtualbox-ose: VBoxSVC consumes 100% CPU and does not exit)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 31 19:37:09 UTC 2017


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

--- Comment #7 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
This too is expected: by default, the initiator will handle errors by just
reconnecting until it succeeds.  You don't want your iSCSI disks to disappear
because of transient network problems, right?  ;-)

You can disable this behaviour by changing the kern.iscsi.fail_on_disconnection
sysctl to 1, as described in man.freebsd.org/iscsi.

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


More information about the freebsd-emulation mailing list