I haven't tried to do what you're describing,
But just wondering... Is there some reason you're not using YAST to
setup your iSCSI entirely in your Guest? Is there some reason why you
would want to setup iSCSI on your Host and then try to pass that to
your Guest? I suppose you could do the latter, but in that case I
would just create a virtual disk on the configured Host disk instead
of trying to pass the raw disk to the Guest.

If you do use some method that requires configuration in both Host and
Guest, you'll likely need to clarify and describe what OS you're
running for each, and how you configured each.

Tony

On Fri, May 16, 2014 at 8:48 AM, marcelo <[email protected]> wrote:
> Hi!
> I was trying to use iSCSI on Virtualbox.
>
> This is the configuration of my /etc/ietd.conf
>
> Target iqn.test.2014:3a4408cc-9918-4904-8cd2-00d307f03bdf
> Lun 0 Path=/varios/01/discotest,Type=fileio
> Lun 1 Path=/varios/01/otrotest,Type=fileio
>
> and the I added this lines to attach de iSCSI to my vm.
>
>  VBoxManage storageattach iSCSI-test --storagectl "SATA" --port 1 --device 0
> --type hdd --medium iscsi --server 10.202.10.18 --target
> "iqn.test.2014:3a4408cc-9918-4904-8cd2-00d307f03bdf" --tport 3260 --lun 0
>  VBoxManage storageattach iSCSI-test --storagectl "SATA" --port 2 --device 0
> --type hdd --medium iscsi --server 10.202.10.18 --target
> "iqn.test.2014:3a4408cc-9918-4904-8cd2-00d307f03bdf" --tport 3260 --lun 1
>
>
> when I start the vm I try to format the disk /dev/sdb (one of the iSCSI).
>
> in the vm nothing happens but in the iSCSI server (arlene)
>
> 2014-05-16T21:22:59.169220-03:00 arlene kernel: [ 5123.066498] iscsi_trgt:
> check_segment_length(1896) data too long 2 65536 8192
>
> then the iSCSI get's readonly...
>
> what can I do or where can I find some info about it?
>
> regards
>
>
> --
> To unsubscribe, e-mail: [email protected]
> To contact the owner, e-mail: [email protected]
>
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to