From: Rolf Neugebauer <rn@acm.org>
To: Kip Macy <kmacy@fsmware.com>
Cc: rn@acm.org, Ian Pratt <Ian.Pratt@cl.cam.ac.uk>,
xen-devel@lists.sourceforge.net
Subject: Re: iscsi
Date: Wed, 21 Jan 2004 16:48:01 +0000 [thread overview]
Message-ID: <1074703681.26490.287.camel@wyvis> (raw)
In-Reply-To: <20040120111843.Y26100@demos.bsdclusters.com>
On Tue, 2004-01-20 at 19:34, Kip Macy wrote:
> > I've just added the SCSI menu option from arch/i386/config.in
> > (see attached), and built a xenolinux with SCSI and SCSI disk
> > support compiled in. I'm not sure how you enable iSCSI support
> > (of indeed if the standard kernel even has iSCSI support).
>
> Great - thanks. There is no stock support of iSCSI in Linux.
> The Redhat and Suse distributions both have one. I've always used
> the one from Cisco on sourceforge. The question is what do you do
> for a target? I believe that one has been written for Linux, but
> have never used it. I've written one for FreeBSD that could be easily
> ported to Linux. If the company that I've done it for doesn't pay me
> for the last bit of work I've done, I'd probably rather open-source
> it than take the time and energy to pursue the more common alternative.
it was pointed out to me yesterday that the Intel iSCSI code for Linux
(http://sourceforge.net/projects/intel-iscsi/) has a target driver. a
quick glance through the readme suggests that the the target can be
either a ram disk or a raw disk device (in which case the target driver
runs in userland), I have never used this software so can't comment on
completeness nor performance.
> >
> > Exporting disks to domains via iSCSI would be cool. There's
> > always the alternative of the much simpler 'enbd', but iSCSI
> > sounds nicer. I wander if there's support for iSCSI root devices?
> > (if not, it's possible something could be bodged with an initrd
> > initial ramdisk).
>
> iSCSI is the more general of the two. DataOnTap now supports exporting
> LUNs over FCP and iSCSI. One can create a LUN as "golden image" and
> clone it arbitrarily many times. Thanks to the COW nature of WAFL the
> only additional space required by the cloned LUNs is for modifications.
to clarify, you are talking about netapp solutions here not generic
iSCSI features, right? as i understand it you can configure block-level
networked access to virtual disks on a netapp filer via iSCSI, and the
filer can be configured to do COW for these virtual disks.
if this is correct why don't you not just configure each domain to talk
iSCSI to the filer directly via their virtual network interfaces instead
of exporting the virtual disks (LUNs) through VBDs from dom0 as your
initial email seem to indicate? or is the root partition problem the
issue?
Cheers
Rolf
> The only way for an iSCSI root to work out of the box is to have an
> initiator with a BIOS, none that I know of currently do. One could
> play clever tricks by initially having a ramdisk and then switching.
>
> 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.
>
> -Kip
>
>
> >
> >
> > xenolinux-2.4.24-sparse/arch/xeno/config.in: 1.12 1.13 iap10 04/01/20
> 18:24:17 (modified, needs delta)
> >
> > @@ -108,6 +108,17 @@
> >
> > endmenu
> >
> > +mainmenu_option next_comment
> > +comment 'SCSI support'
> > +
> > +tristate 'SCSI support' CONFIG_SCSI
> > +
> > +if [ "$CONFIG_SCSI" != "n" ]; then
> > + source drivers/scsi/Config.in
> > +fi
> > +endmenu
> > +
> > +
> > if [ "$CONFIG_NET" = "y" ]; then
> > source net/Config.in
> > fi
> >
>
>
> -------------------------------------------------------
> 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-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
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
next parent reply other threads:[~2004-01-21 16:48 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1Aj0nH-0008Go-00@wisbech.cl.cam.ac.uk>
[not found] ` <20040120111843.Y26100@demos.bsdclusters.com>
2004-01-21 16:48 ` Rolf Neugebauer [this message]
2004-01-21 17:22 ` iscsi Kip Macy
2004-01-21 17:43 ` iscsi Ian Pratt
2004-01-21 18:13 ` iscsi Keir Fraser
2009-06-02 11:25 iSCSI Harald Hoyer
[not found] ` <4A250C26.3050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-02 11:29 ` iSCSI Harald Hoyer
-- strict thread matches above, loose matches on Subject: below --
2005-04-11 12:57 iSCSI Ian Pratt
2005-04-11 12:46 ` iSCSI Mark Williamson
2005-04-11 1:00 iSCSI James Harper
2005-04-11 15:40 ` iSCSI Adam Heath
2005-04-10 23:54 iSCSI James Harper
2005-04-10 19:04 iSCSI Ian Pratt
2005-04-10 23:25 ` iSCSI Mike Christie
2005-04-10 23:35 ` iSCSI Adam Heath
2005-04-10 23:46 ` iSCSI Mike Christie
2005-04-10 23:43 ` iSCSI Kip Macy
2005-04-11 0:47 ` iSCSI Adam Heath
2005-04-11 3:40 ` iSCSI Jacob Gorm Hansen
2005-04-11 12:46 ` iSCSI Nils Toedtmann
2004-12-12 17:20 [ANNOUNCE] multipath-tools-0.4.0 christophe varoqui
2004-12-12 18:08 ` ISCSI Guy
2004-12-12 18:55 ` ISCSI Ming Zhang
2004-12-12 21:07 ` ISCSI Guy
2004-12-12 21:12 ` ISCSI Ming Zhang
[not found] <E1AjWDd-0005Rf-00@srv-za-hosting.epiuse.co.za>
2004-01-22 6:35 ` iscsi Jan van Rensburg
2004-01-22 8:26 ` iscsi Ian Pratt
2004-01-21 11:05 iscsi Williamson, Mark A
2004-01-21 11:10 ` iscsi Jacob Gorm Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1074703681.26490.287.camel@wyvis \
--to=rn@acm.org \
--cc=Ian.Pratt@cl.cam.ac.uk \
--cc=kmacy@fsmware.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.