iSCSI in 3.0.0

This is for discussing general topics about how to use VirtualBox.
Post Reply
streiblf
Posts: 1
Joined: 1. Jul 2009, 23:28
Primary OS: Debian Lenny
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: 1

iSCSI in 3.0.0

Post by streiblf »

I'm testing new 3.0.0 iSCSI support with QNAP TS-219 NAS (linux based) target. Unfortunately VBox is not booting as there are some iSCSI related configuration options missing (I’m getting error screents). I believe that this is bug of addiscsidisk command.

1) Even LUN is stated as optional parameter, when not specified VBox will cry about conversion to U32
2) Some more parameters missing even not requested as mandatory by CLI. I had to edit VirtualBox.xml by hand and add these two lines. It still doesn’t work! Probably due I have no idea what to put in xml.
<Property name="Timeout" value="100"/>
<Property name="HostIPStack" value="1"/>

Please help.
drougge
Posts: 1
Joined: 6. Jul 2009, 12:28
Primary OS: OpenSolaris 11
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2000, Windows XP, Debian, NetBSD

Re: iSCSI in 3.0.0

Post by drougge »

Looking at the source (of OSE) I can't see why this should fail, but I dug up that Timeout is in milliseconds, and the default is 10000. I tested with that value in my config, and it seems to work (using an opensolaris iSCSI target). (And HostIPStack set to 1, LUN set to 0.)

If this doesn't work for you, you could also work around the problem by importing the disk on the host and using raw disk access on it (see section 9.10 in the manual).
Post Reply