All of lore.kernel.org
 help / color / mirror / Atom feed
* iSCSI
@ 2005-04-10 19:04 Ian Pratt
  2005-04-10 23:25 ` iSCSI Mike Christie
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Ian Pratt @ 2005-04-10 19:04 UTC (permalink / raw)
  To: xen-devel; +Cc: Kip Macy, James Bulpin


Has anyone got any experience using the new 'open-iscsi' initiator?
(either on Xen or native) http://www.open-iscsi.org/

We've been using the cisco iscsi stack
http://linux-iscsi.sourceforge.net/ for some time, but the performance
isn't great. open-iscsi claims good performance, so it might be worth
switching over.

BTW: gnbd works great, but I wish it used checksums over and above the
ip csum / ethernet crc32. 

Cheers,
Ian

^ permalink raw reply	[flat|nested] 27+ messages in thread
* iSCSI
@ 2009-06-02 11:25 Harald Hoyer
       [not found] ` <4A250C26.3050001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 27+ messages in thread
From: Harald Hoyer @ 2009-06-02 11:25 UTC (permalink / raw)
  To: initramfs

with the new iSCSI module I was able to do the block testcase over iSCSI
that means:

root filesystem on an encrypted LVM PV over ISCSI

I used:
"root=/dev/dracut/root rw 
iscsiroot=192.168.2.2::::iqn.2004-04.com.qnap:TS-439:iSCSI.test.8CCAFA ip=dhcp"

to create the encrypted LVM PV on a iscsi disk and boot from it.
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 27+ messages in thread
* RE: iSCSI
@ 2005-04-11 12:57 Ian Pratt
  2005-04-11 12:46 ` iSCSI Mark Williamson
  0 siblings, 1 reply; 27+ messages in thread
From: Ian Pratt @ 2005-04-11 12:57 UTC (permalink / raw)
  To: Nils Toedtmann, xen-devel

> Is there a introducing comparison of the different network 
> blockdevice techniques like NBD/ENBD/GNBD, DRDB or iSCSI? You 
> seem to prefer iSCSI
> - why?

GNBD is definitely the best of the *NBD's. 

DRDB is good for network mirroring.

iSCSI is the preferred option if you have access to a hardware target,
otherwise you might use GNBD.
 
> Is network blockdevice sharing (that's meant with 
> "multipath", right?) necessary for "xm migrate"?

You don't require multipath for migration, e.g. if your rootfs is
available via GNBD or iSCSI. If you're trying to do something fancy with
network mirroring then DRDB works OK, but true in-kernel mutipath
support would probably be better.

> > BTW: gnbd works great, but I wish it used checksums over 
> and above the 
> > ip csum / ethernet crc32.
> 
> As the ethernet checksum is (afaik) over the hole frame it 
> should be ok as long as GNDB is done within a L2 segment, correct?

Depends how paranoid you are.
Having block-level CRCs makes me feel safer.

Ian

^ permalink raw reply	[flat|nested] 27+ messages in thread
* RE: iSCSI
@ 2005-04-11  1:00 James Harper
  2005-04-11 15:40 ` iSCSI Adam Heath
  0 siblings, 1 reply; 27+ messages in thread
From: James Harper @ 2005-04-11  1:00 UTC (permalink / raw)
  To: Adam Heath; +Cc: xen-devel

> 
> Anyone have pointers on an uptodate iscsi target?  Most I find are
old.
> 

I'm using the 'Enterprise Target'
(http://sourceforge.net/projects/iscsitarget) which is the only one I've
found that makes claims to greatness. The only other one I'm aware of is
the unh target but according to the docs that target was only created to
test the unh initiator against.

I've had no problems with it in terms of reliability, but haven't really
measured performance. I'm only using gigabit ethernet though.

James

^ permalink raw reply	[flat|nested] 27+ messages in thread
* RE: iSCSI
@ 2005-04-10 23:54 James Harper
  0 siblings, 0 replies; 27+ messages in thread
From: James Harper @ 2005-04-10 23:54 UTC (permalink / raw)
  To: Ian Pratt, xen-devel; +Cc: Kip Macy, James Bulpin

> 
> Has anyone got any experience using the new 'open-iscsi' initiator?
> (either on Xen or native) http://www.open-iscsi.org/

I'd never even heard of it, and I've looked hard for iscsi initiators...
my search skills obviously aren't what they used to be!!!

> We've been using the cisco iscsi stack
> http://linux-iscsi.sourceforge.net/ for some time, but the performance
> isn't great. open-iscsi claims good performance, so it might be worth
> switching over.

I'm using the cisco stack too, remote boot is a PITA but otherwise it
runs well, and I can even do a reboot of the target (iet) and
linux-iscsi picks up the pieces quite nicely.

The unh initiator remote boots very nicely but I couldn't make it play
with iet, and it didn't cope with the target going down and coming back
up again.

I'll download and build the open-iscsi initiator now!

James

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [ANNOUNCE] multipath-tools-0.4.0
@ 2004-12-12 17:20 christophe varoqui
  2004-12-12 18:08 ` ISCSI Guy
  0 siblings, 1 reply; 27+ messages in thread
From: christophe varoqui @ 2004-12-12 17:20 UTC (permalink / raw)
  To: device-mapper development
  Cc: linux-raid@vger.kernel.org,
	linux-hotplug-devel@lists.sourceforge.net,
	linux-scsi@vger.kernel.org


Hello,

here goes multipath-tools-0.4.0

This is bugfix release.
An important checker file descriptor leak fix, and checker context
allocation size fix. 
Don't print unchanged maps anymore and display adaptative human friendly
map size units.


Full ChangeLog for the release :

        * [checkers] forgot to return back to caller the newly
          allocated context. Lead to fd leak notably.
        * [checkers] heavy check logic fix
        * [checkers] really malloc the checker context size,
          not the pointer size (stupidy may kill)
        * [multipathd] check more sysfs calls return values
        * [multipathd] search for sysfs mount point only once,
          not on each updatepaths() iteration
        * [multipathd] plug (char *) leak in the daemon
        * [multipath] change pgcmp logic : we want to reload a
          map only if a path is in computed map but not in cur
          map (ie accept to load a map if it brings more paths)
        * [multipath] undust coalesce_paths()
        * [multipath] don't print unchanged multipath
        * [multipath] store the action to take in the multipath
          struct
        * [multipath] print mp size with kB, MB, GB or TB units
        * [multipath] compilation fix for merge_words() (Andy)
        * [multipath] don't feed the kernel DM maps with paths of
          different sizes : DM fails and we end up with an empty
          map ... not fun
        * [multipath] cover a new corner case : path listed in
          status string but disappeared from sysfs
        * [multipath] remove the "-D" command line flag : now
          we can pass major:minor directly as last argument, like
          device names or device map names. Update multipathd
          accordingly.
        * [multipath] try reinstate again paths after a switchpg
        * [multipath] reinstate condition change :

As usual, doc and download at :
http://christophe.varoqui.free.fr/

regards,
-- 
christophe varoqui <christophe.varoqui@free.fr>




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 27+ messages in thread
[parent not found: <E1AjWDd-0005Rf-00@srv-za-hosting.epiuse.co.za>]
[parent not found: <E1Aj0nH-0008Go-00@wisbech.cl.cam.ac.uk>]
* RE: iscsi
@ 2004-01-21 11:05 Williamson, Mark A
  2004-01-21 11:10 ` iscsi Jacob Gorm Hansen
  0 siblings, 1 reply; 27+ messages in thread
From: Williamson, Mark A @ 2004-01-21 11:05 UTC (permalink / raw)
  To: Kip Macy; +Cc: xen-devel

If you wanted to get something up and running straight away, you might
also want to look at unfsd (runs in user space, so can re-export the
LUNs you import with iSCSI - I don't think kernel NFSd will).

To ease the pain of using NFS to manage multiple machines, you could try
ClusterNFS (an enhancement of unfsd to make it easier to manage clusters
- may be useful for you - this was mentioned by Bin Ren in an earlier
thread).  Also, the user level copy-on-write nfsd (mentioned by Ian
Pratt in another thread) might be good although I don't know who's doing
that or when it'll be ready...

Mark

> -----Original Message-----
> From: Kip Macy [mailto:kmacy@fsmware.com] 
> Sent: 20 January 2004 20:03
> To: Williamson, Mark A
> Cc: xen-devel@lists.sourceforge.net
> Subject: RE: [Xen-devel] iscsi 
> 
> 
> >
> > 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.
> 
> And extra layers + latency etc.
> 
> 
> >
> > Is this relevant or do I have the wrong end of the stick?
> 
> What you're saying sounds exactly right. Plus we can't stick a SW
> initiator in Xen without a TCP stack. My only hope would be a HW
> initiator. How annoying. I wonder how much work it would be to
> support what I'm thinking about? Managing NFS root for n virtual
> machines is much more annoying to manage. It would also make this
> a much harder sell internally.
> 
> 			-Kip
> 
> 
> 


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2009-06-02 11:29 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
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
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
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
     [not found] <E1Aj0nH-0008Go-00@wisbech.cl.cam.ac.uk>
     [not found] ` <20040120111843.Y26100@demos.bsdclusters.com>
2004-01-21 16:48   ` iscsi Rolf Neugebauer
2004-01-21 17:22     ` iscsi Kip Macy
2004-01-21 17:43       ` iscsi Ian Pratt
2004-01-21 18:13         ` iscsi Keir Fraser
2004-01-21 11:05 iscsi Williamson, Mark A
2004-01-21 11:10 ` iscsi Jacob Gorm Hansen

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.