16 messages in com.xensource.lists.xen-develRE: [Xen-devel] iscsi | From | Sent On | Attachments |
|---|---|---|
| Kip Macy | 20 Jan 2004 10:15 | |
| Keir Fraser | 20 Jan 2004 10:21 | |
| Ian Pratt | 20 Jan 2004 10:39 | |
| Kip Macy | 20 Jan 2004 11:33 | |
| Williamson, Mark A | 20 Jan 2004 11:56 | |
| Kip Macy | 20 Jan 2004 12:02 | |
| Williamson, Mark A | 20 Jan 2004 12:39 | |
| Keir Fraser | 20 Jan 2004 13:04 | |
| Williamson, Mark A | 21 Jan 2004 03:05 | |
| Jacob Gorm Hansen | 21 Jan 2004 03:10 | |
| Rolf Neugebauer | 21 Jan 2004 08:47 | |
| Kip Macy | 21 Jan 2004 09:22 | |
| Ian Pratt | 21 Jan 2004 09:43 | |
| Keir Fraser | 21 Jan 2004 10:12 | |
| Jan van Rensburg | 21 Jan 2004 22:35 | |
| Ian Pratt | 22 Jan 2004 00:25 |
| Subject: | RE: [Xen-devel] iscsi ![]() |
|---|---|
| From: | Williamson, Mark A (mark...@intel.com) |
| Date: | 01/20/2004 11:56:46 AM |
| List: | com.xensource.lists.xen-devel |
My intention is to have domain 0 boot from local disk, but have all of the non-privileged domains boot off of iscsi backed VBDs.
Do you mean standard Xen VBDs or is there an iSCSI thing called "VBDs"? If you mean what I think you mean, I'm not sure it would currently work: Xen's / XenoLinux's VBD code AFAIK are purely capable of virtualising local physical disks.
To clarify what I mean (apologies if this is redundant info) - VBDs are implemented at the Xen level, not at the XenoLinux level: when you create a VBD in dom0 for a guest domain, dom0 is telling Xen "grant this domain access to this bit of disk". The XenoLinux VBD driver then talks to Xen (not dom0) to access the VBD that have been created (the special case is that Dom0 has a vbd for each physical disk, giving the impression of a normal setup).
Xen's VBDs can't re-export network-based block devices from dom0 (or indeed any other kind of device that indirects through network or filesystem layers in dom0), since xen is not aware of these higher layers.
To re-export iSCSI drives from dom0, I think you'd currently need to use NFS or something similar - to re-export them appearing as "just another VBD" to the guest would require extra code.
Is this relevant or do I have the wrong end of the stick?
Mark
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn
_______________________________________________ Xen-devel mailing list Xen-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel




