All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] multipath-tools-0.2.9
@ 2004-09-25  0:24 ` christophe varoqui
  0 siblings, 0 replies; 104+ messages in thread
From: christophe varoqui @ 2004-09-25  0:24 UTC (permalink / raw)
  To: dm-devel; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

Hello,

here goes multipath-tools-0.2.9

The ChangeLog is pretty big this time : changes accumulated while
waiting for scsi_id-0.6 and while background-battling with an IA64
compilation glitch.

In short :

	* compiles on IA64
	* implement the alias OSDL CGL preconisation
	* more work on single path devices and JBOD handling

Regression testing is even lighter than the previous release, because I
temporarily lost access to my favorite SAN.

Full ChangeLog for the release :

        * [multipathd] finally tame the clone compilation glitch on IA64
          move from sys_clone to __clone / __clone2
        * [kpartx] rework from Stephan Bader, IBM :
                * handle s390x arch
                * endianness fixes
                * push the partname string size to handle wwwids
                * quieten implicit cast warnings
        * [multipath] add an 'alias' multipath keyword for friendlier
	  device
          names. This was "asked" by OSDL' CGL board of secret reviewers
        * [multipath] last pass with JBOD and parallel SCSI support :
          hard-code scsi_id as a fallback when disk strings doesn't
	  match any hwtable entry
        * [multipath & multipathd] change the parser to not coalesce
          consecutive spaces (Patrick Mansfield)
        * [multipath] remove the [UN]: output prefix, so that stdout can
	  be easily fed to a tool like dmsetup
        * [multipathd] DEBUG=3 logs more readable/usefull
        * [multipathd] add a multipath_tool config keyword
        * [multipathd] move to execute_program() like multipath already
          did
        * [multipath] don't print the "no path" msg in quiet mode
        * [multipathd] include linux/unistd.h for _syscall2
          definition on RedHat systems. Remove superfluous
          asm/unistd.h include
        * [libsysfs] forked : last version uses mntent, which
          klibc doesn't provide. That, plus the fact we use
          only 1/3 of the lib, pushed me to freeze the version
          and strip all unused stuff.
        * [multipathd] prepare_namespace() cleanup : no more "multipath"
          special casing since we push it to binvec vector, like the
          other callouts detected in the config file.

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

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



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
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] 104+ 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; 104+ 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] 104+ messages in thread
* RE: iSCSI
@ 2005-04-11 12:57 Ian Pratt
  2005-04-11 12:46 ` iSCSI Mark Williamson
  0 siblings, 1 reply; 104+ 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] 104+ messages in thread
* RE: iSCSI
@ 2005-04-11  1:00 James Harper
  2005-04-11 15:40 ` iSCSI Adam Heath
  0 siblings, 1 reply; 104+ 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] 104+ messages in thread
* RE: iSCSI
@ 2005-04-10 23:54 James Harper
  0 siblings, 0 replies; 104+ 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] 104+ messages in thread
* iSCSI
@ 2005-04-10 19:04 Ian Pratt
  2005-04-10 23:25 ` iSCSI Mike Christie
                   ` (3 more replies)
  0 siblings, 4 replies; 104+ 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] 104+ 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; 104+ 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] 104+ messages in thread

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

Thread overview: 104+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-25  0:24 [ANNOUNCE] multipath-tools-0.2.9 christophe varoqui
2004-09-25  0:24 ` christophe varoqui
2004-10-06  9:22 ` [ANNOUNCE] multipath-tools-0.3.0 christophe.varoqui
2004-10-06  9:22   ` christophe.varoqui
2004-10-06  9:50   ` [dm-devel] " Lars Marowsky-Bree
2004-10-06  9:50     ` Lars Marowsky-Bree
2004-10-06 10:18     ` christophe.varoqui
2004-10-06 10:18       ` christophe.varoqui
2004-10-11 12:00       ` Lars Marowsky-Bree
2004-10-11 12:00         ` Lars Marowsky-Bree
2004-10-11 12:31         ` christophe.varoqui
2004-10-11 12:31           ` christophe.varoqui
2004-10-07 20:01   ` Dave Olien
2004-10-07 20:01     ` Dave Olien
2004-10-08 12:49     ` christophe.varoqui
2004-10-08 12:49       ` christophe.varoqui
2004-10-11 11:50   ` [ANNOUNCE] multipath-tools-0.3.1 christophe.varoqui
2004-10-11 11:50     ` christophe.varoqui
2004-10-12 18:35     ` Dave Olien
2004-10-12 18:35       ` Dave Olien
2004-10-17 14:03     ` multipath-tools-0.3.2 christophe varoqui
2004-10-17 14:03       ` multipath-tools-0.3.2 christophe varoqui
2004-10-20 10:46       ` [ANNOUNCE] multipath-tools-0.3.3 christophe.varoqui
2004-10-20 10:46         ` christophe.varoqui
2004-10-24 22:14         ` [ANNOUNCE] multipath-tools-0.3.4 christophe varoqui
2004-10-24 22:14           ` christophe varoqui
2004-10-25  8:22           ` Arjan van de Ven
2004-10-25  8:22             ` Arjan van de Ven
2004-10-25  9:38             ` christophe.varoqui
2004-10-25  9:38               ` christophe.varoqui
2004-10-25 10:39               ` Douglas Gilbert
2004-10-25 10:39                 ` Douglas Gilbert
2004-10-25 21:03               ` [dm-devel] " Lars Marowsky-Bree
2004-10-25 21:03                 ` Lars Marowsky-Bree
2004-10-26 17:52                 ` Mike Christie
2004-10-26 17:52                   ` Mike Christie
2004-10-26 10:06           ` [ANNOUNCE] multipath-tools-0.3.5 christophe.varoqui
2004-10-26 10:06             ` christophe.varoqui
2004-11-01 17:08             ` [ANNOUNCE] multipath-tools-0.3.6 christophe varoqui
2004-11-01 17:08               ` christophe varoqui
2004-11-11 23:10               ` [ANNOUNCE] multipath-tools-0.3.7 christophe varoqui
2004-11-11 23:10                 ` christophe varoqui
2004-11-25 14:55                 ` [ANNOUNCE] multipath-tools-0.3.8 christophe varoqui
2004-11-25 14:55                   ` christophe varoqui
2004-12-05 15:43                   ` [ANNOUNCE] multipath-tools-0.3.9 christophe varoqui
2004-12-05 15:43                     ` christophe varoqui
2004-12-12 17:20                     ` [ANNOUNCE] multipath-tools-0.4.0 christophe varoqui
2004-12-12 17:20                       ` 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
2004-12-20 16:01                     ` [ANNOUNCE] multipath-tools-0.4.1 christophe varoqui
2004-12-20 16:01                       ` christophe varoqui
2004-12-21 22:02                       ` [dm-devel] " Caushik, Ramesh
2004-12-21 22:02                         ` Caushik, Ramesh
2004-12-21 23:03                         ` christophe varoqui
2004-12-22  1:09                           ` christophe varoqui
2004-12-21 23:19                           ` christophe varoqui
2004-12-22  1:26                             ` christophe varoqui
2004-12-22 19:26                       ` Caushik, Ramesh
2004-12-22 19:26                         ` Caushik, Ramesh
2004-12-22 19:45                         ` christophe varoqui
2004-12-22 21:52                           ` christophe varoqui
2004-12-22 21:05                       ` James.Smart
2004-12-22 21:05                         ` James.Smart
2004-12-22 21:23                         ` christophe varoqui
2004-12-22 23:30                           ` christophe varoqui
2004-12-22 21:54                       ` Caushik, Ramesh
2004-12-22 21:54                         ` Caushik, Ramesh
2004-12-23 13:28                         ` Christoph Hellwig
2004-12-23 13:28                           ` Christoph Hellwig
2004-12-23 12:19                       ` James.Smart
2004-12-23 12:19                         ` James.Smart
2005-01-23 23:03                       ` [ANNOUNCE] multipath-tools-0.4.2 christophe varoqui
2005-01-23 23:03                         ` christophe varoqui
2005-03-19 14:27                     ` [ANNOUNCE] multipath-tools-0.4.3 christophe varoqui
2005-03-19 14:27                       ` christophe varoqui
2005-04-24 22:26                       ` [ANNOUNCE] multipath-tools-0.4.4 christophe varoqui
2005-04-24 22:26                         ` christophe varoqui
2005-04-25  9:28                         ` Lars Marowsky-Bree
  -- 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
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
     [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.