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>


^ 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
* RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
  2004-12-20 16:01                       ` christophe varoqui
@ 2004-12-23 12:19 ` James.Smart
  -1 siblings, 0 replies; 104+ messages in thread
From: James.Smart @ 2004-12-23 12:19 UTC (permalink / raw)
  To: dm-devel; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

I know that the driver in the kernel.org tree supports the fc_transport, at least the part relative to the discussion below (I made the mods).  I can't speak for their other driver sets.

-- james

> -----Original Message-----
> From: dm-devel-bounces@redhat.com 
> [mailto:dm-devel-bounces@redhat.com]On
> Behalf Of Caushik, Ramesh
> Sent: Wednesday, December 22, 2004 4:55 PM
> To: device-mapper development
> Cc: linux-raid@vger.kernel.org;
> linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
> Subject: RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
> 
> 
> The newer Qlogic (qla2xxx) driver for kernel versions 2.6.9 
> and later do not support the fc_transport class. The support 
> is #ifdefed for kernels > 2.6.6 & < 2.6.9. So I will have to 
> wait till they support this for newer kernels. Meanwhile I 
> can work with a patched version of multipath tools. Thanks 
> for feedback. 
> 
> Ramesh.   
> 
> -----Original Message-----
> From: dm-devel-bounces@redhat.com 
> [mailto:dm-devel-bounces@redhat.com] On Behalf Of christophe varoqui
> Sent: Wednesday, December 22, 2004 3:31 PM
> To: device-mapper development
> Cc: linux-raid@vger.kernel.org; 
> linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
> Subject: RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
> 
> James, thank you for the clarification (and I didn't mean to string
> anyone :).
> 
> Ramesh, I don't feel like going through the hassle of supporting
> multiple synthax until the multipath target has made its way into the
> standard kernel, so I'll keep guessing the node_name in
> behing /sys/class/fc_transport/target<host>:<channel>:<target> or skip
> the node_name fetch.
> 
> ok with you ?
> 
> regards,
> cvaroqui
> 
> Le mercredi 22 d?embre 2004 à 16:05 -0500, James.Smart@Emulex.Com a
> écrit :
> > Qlogic shouldn't be strung out. It wasn't them....
> > 
> > As part of a change that went into the FC transport - the 
> device reported under this directory was moved from the LUN 
> device to the Target device - thus the change in name format 
> (it killed replication of target data that was being done for 
> all luns). The attributes underneath remain the same. I 
> believe this change occurred in the first rc1 patch to 2.6.9.
> > 
> > As to the grand plan - you should be fine if you :
> >  pre-2.6.10: it's the older name format 
> "/sys/class/fc_transport/<host>:<channel>:<target>:<lun>"
> >  2.6.10 and later : it's the new format 
> "/sys/class/fc_transport/target<host>:<channel>:<target>"
> > 
> >  and the folks running a patched 2.6.9 have to live by the 
> new format.
> > 
> > --
> 
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 104+ messages in thread
* RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
  2004-12-20 16:01                       ` christophe varoqui
@ 2004-12-22 21:54 ` Caushik, Ramesh
  -1 siblings, 0 replies; 104+ messages in thread
From: Caushik, Ramesh @ 2004-12-22 21:54 UTC (permalink / raw)
  To: device-mapper development; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

The newer Qlogic (qla2xxx) driver for kernel versions 2.6.9 and later do not support the fc_transport class. The support is #ifdefed for kernels > 2.6.6 & < 2.6.9. So I will have to wait till they support this for newer kernels. Meanwhile I can work with a patched version of multipath tools. Thanks for feedback. 

Ramesh.   

-----Original Message-----
From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] On Behalf Of christophe varoqui
Sent: Wednesday, December 22, 2004 3:31 PM
To: device-mapper development
Cc: linux-raid@vger.kernel.org; linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
Subject: RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1

James, thank you for the clarification (and I didn't mean to string
anyone :).

Ramesh, I don't feel like going through the hassle of supporting
multiple synthax until the multipath target has made its way into the
standard kernel, so I'll keep guessing the node_name in
behing /sys/class/fc_transport/target<host>:<channel>:<target> or skip
the node_name fetch.

ok with you ?

regards,
cvaroqui

Le mercredi 22 d?embre 2004 à 16:05 -0500, James.Smart@Emulex.Com a
écrit :
> Qlogic shouldn't be strung out. It wasn't them....
> 
> As part of a change that went into the FC transport - the device reported under this directory was moved from the LUN device to the Target device - thus the change in name format (it killed replication of target data that was being done for all luns). The attributes underneath remain the same. I believe this change occurred in the first rc1 patch to 2.6.9.
> 
> As to the grand plan - you should be fine if you :
>  pre-2.6.10: it's the older name format "/sys/class/fc_transport/<host>:<channel>:<target>:<lun>"
>  2.6.10 and later : it's the new format "/sys/class/fc_transport/target<host>:<channel>:<target>"
> 
>  and the folks running a patched 2.6.9 have to live by the new format.
> 
> --


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 104+ messages in thread
* RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
  2004-12-20 16:01                       ` christophe varoqui
@ 2004-12-22 21:05 ` James.Smart
  -1 siblings, 0 replies; 104+ messages in thread
From: James.Smart @ 2004-12-22 21:05 UTC (permalink / raw)
  To: dm-devel; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 3064 bytes --]

Qlogic shouldn't be strung out. It wasn't them....

As part of a change that went into the FC transport - the device reported under this directory was moved from the LUN device to the Target device - thus the change in name format (it killed replication of target data that was being done for all luns). The attributes underneath remain the same. I believe this change occurred in the first rc1 patch to 2.6.9.

As to the grand plan - you should be fine if you :
 pre-2.6.10: it's the older name format "/sys/class/fc_transport/<host>:<channel>:<target>:<lun>"
 2.6.10 and later : it's the new format "/sys/class/fc_transport/target<host>:<channel>:<target>"

 and the folks running a patched 2.6.9 have to live by the new format.

-- James S.

> -----Original Message-----
> From: dm-devel-bounces@redhat.com 
> [mailto:dm-devel-bounces@redhat.com]On
> Behalf Of christophe varoqui
> Sent: Wednesday, December 22, 2004 4:53 PM
> To: device-mapper development
> Cc: linux-raid@vger.kernel.org;
> linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
> Subject: RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
> 
> 
> Le mercredi 22 d?embre 2004 à 11:26 -0800, Caushik, Ramesh a écrit :
> > On my system I have a Qlogic 2310 driver running on a 2.6.9 
> kernel. The fc_transport 
> > directory in sysfs looks like 
> > 
> > ls -ll /sys/class/fc_transport/
> > total 0
> > drwxr-xr-x   6 root root 0 Dec 16 13:59 .
> > drwxr-xr-x  20 root root 0 Dec 15 14:31 ..
> > drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:0:0
> > drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:1:0
> > drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:2:0
> > drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:3:0  
> > 
> > The patch addresses only this format. So please disregard 
> the patch, and sorry about the confusion.
> > 
> ...
> > [root@cl039 multipath]# ll /sys/class/fc_transport/
> > total 0
> > drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:0
> > drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:1
> > drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:2
> > drwxr-xr-x    2 root     root            0 Dec 14 16:27 target2:0:3
> > drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:0
> > drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:1
> > drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:2
> > drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:3
> > 
> Can someone, maybe from Qlogic, comment on these differences ?
> Is there a grant unified plan for driver objects 
> representation through
> sysfs, and if so which is the right path name to fetch the node_name.
> 
> regards,
> -- 
> christophe varoqui <christophe.varoqui@free.fr>
> 
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
> 
HW¦j)b²ÊhžÊ+yÖòN\x17ˆLúèvç-\x1aèy\x17šv\x1a'zË\jwbv·¯‰ì,¢xnÚÞvÊ\x1f!3ë¡Ûœ¶Çë¢jÞj[¬z»\x03ŠÇ(½êð†'!¦º\x1d¹Ël¶»¥ÊX¯zêm¢Ø^‡*^JÖ«¶·šv)àžŒ!¶Ú\x7fþšèvç-‚èz+fjv z»#¢êçjW(›

^ permalink raw reply	[flat|nested] 104+ messages in thread
* RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
  2004-12-20 16:01                       ` christophe varoqui
@ 2004-12-22 19:26 ` Caushik, Ramesh
  -1 siblings, 0 replies; 104+ messages in thread
From: Caushik, Ramesh @ 2004-12-22 19:26 UTC (permalink / raw)
  To: device-mapper development; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

On my system I have a Qlogic 2310 driver running on a 2.6.9 kernel. The fc_transport 
directory in sysfs looks like 

ls -ll /sys/class/fc_transport/
total 0
drwxr-xr-x   6 root root 0 Dec 16 13:59 .
drwxr-xr-x  20 root root 0 Dec 15 14:31 ..
drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:0:0
drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:1:0
drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:2:0
drwxr-xr-x   2 root root 0 Dec 16 13:59 2:0:3:0  

The patch addresses only this format. So please disregard the patch, and sorry about the confusion.

Ramesh.



-----Original Message-----
From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] On Behalf Of christophe varoqui
Sent: Tuesday, December 21, 2004 5:26 PM
To: device-mapper development
Cc: linux-raid@vger.kernel.org; linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
Subject: RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1

Le mercredi 22 d?embre 2004 à 02:09 +0100, christophe varoqui a écrit :
> Le mardi 21 d?embre 2004 à 14:02 -0800, Caushik, Ramesh a écrit :
> > The devinfo.c file in the multipath-tools-0.4.1 appears to have a typo
> > in the code to get the node_name attr in the fc_transport sysfs entry.
> > Path below should fix it. BTW why does a failure to get a node_name
> > attribute, result in failure of multipath discovery (because devinfo
> > returns failure)even if the "group_by_node_name" policy is not used ?
> > Can't we just NULL out the tgt_node_name string in the sysfs_devinfo
> > routine and fail the group_by_node_name routine if that policy was
> > chosen ? That is what happened in my case. Multipath discovery failed
> > due to above reason even though node_name grouping was not specified. 
> > 
> You are absolutely right.
> 
> I was aware that introducing that FC-ism would break for iSCSI and other
> transports. I just thought I'll get that right in a next release because
> I wasn't aware someone was using the thing in such an "exotic"
> environment.
> 
> I would gladly get a description of your topology, by the way.
> It would help to get it right in the future.
> 
> Anyway, I'll fix that for 0.4.2
> 
That response was for the premature exit when the FC-ism is out of
place.

Concerning the patch itself, I don't see the problem it adresses :

[root@cl039 multipath]# ll /sys/class/fc_transport/
total 0
drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:0
drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:1
drwxr-xr-x    2 root     root            0 Dec 14 16:26 target2:0:2
drwxr-xr-x    2 root     root            0 Dec 14 16:27 target2:0:3
drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:0
drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:1
drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:2
drwxr-xr-x    2 root     root            0 Dec 14 16:27 target3:0:3

[root@cl039 multipath]# ll /sys/class/fc_transport/target2\:0\:0
total 0
lrwxrwxrwx    1 root     root            0 Dec 14 16:26 device
-> ../../../devices/pci0000:00/0000:00:09.0/0000:03:04.0/host2/target2:0:0
-r--r--r--    1 root     root         4096 Dec 14 16:26 node_name
-r--r--r--    1 root     root         4096 Dec 14 16:26 port_id
-r--r--r--    1 root     root         4096 Dec 14 16:26 port_name

This is with Qlogic hardware, but I'm not aware of HBA driver specifics
in the area. If there is, I'm all for resolving the delta at the device
driver level.

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


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


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

^ permalink raw reply	[flat|nested] 104+ messages in thread
* RE: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1
  2004-12-20 16:01                       ` christophe varoqui
@ 2004-12-21 22:02 ` Caushik, Ramesh
  -1 siblings, 0 replies; 104+ messages in thread
From: Caushik, Ramesh @ 2004-12-21 22:02 UTC (permalink / raw)
  To: device-mapper development; +Cc: linux-raid, linux-hotplug-devel, linux-scsi

The devinfo.c file in the multipath-tools-0.4.1 appears to have a typo
in the code to get the node_name attr in the fc_transport sysfs entry.
Path below should fix it. BTW why does a failure to get a node_name
attribute, result in failure of multipath discovery (because devinfo
returns failure)even if the "group_by_node_name" policy is not used ?
Can't we just NULL out the tgt_node_name string in the sysfs_devinfo
routine and fail the group_by_node_name routine if that policy was
chosen ? That is what happened in my case. Multipath discovery failed
due to above reason even though node_name grouping was not specified. 

***************

diff new_multipath/devinfo.c old_multipath/devinfo.c
349c349
<
"%s/class/fc_transport/target%i:%i:%i/node_name",
---
> 			"%s/class/fc_transport/%i:%i:%i:%i/node_name",
353c353,354
< 			curpath->sg_id.scsi_id)) {
---
> 			curpath->sg_id.scsi_id,
> 			curpath->sg_id.lun)) {

***********

Ramesh.    

-----Original Message-----
From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com]
On Behalf Of christophe varoqui
Sent: Monday, December 20, 2004 8:01 AM
To: device-mapper development
Cc: linux-raid@vger.kernel.org;
linux-hotplug-devel@lists.sourceforge.net; linux-scsi@vger.kernel.org
Subject: [dm-devel] [ANNOUNCE] multipath-tools-0.4.1

Hello,

here goes multipath-tools-0.4.1

Another round of bugfixes.
People are starting to report sane behaviour.

If someone at IBM (or knowledgeable enough) is listening, we need a
method to check a path status on a T200 that don't trigger a controler
bounce. Is it possible at all ?

Full ChangeLog for the release :

        * [multipath] bump SERIAL_SIZE to 19
        * [multipath] add a new group_by_node_name pgpolicy
        * [multipath] move getopt policy parser to
          get_policy_id()
        * [multipath] remove get_evpd_wwid()
        * [checkers] fix the wwn_set test in emc checker
          (Hergen Lange)
        * [checkers] treat the emc checker in the name to
          index translator function (Hergen Lange)
        * [multipath] print to stderr DM unmet requirement
          (Guido Guenther)
        * [multipath] fix realloc return value store not
          propagated to caller by merge_word() (Nicola Ranaldo)

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

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


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ 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
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
2004-12-23 12:19 [dm-devel] [ANNOUNCE] multipath-tools-0.4.1 James.Smart
2004-12-23 12:19 ` James.Smart
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-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 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-21 22:02 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
     [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.