All of lore.kernel.org
 help / color / mirror / Atom feed
From: christophe varoqui <christophe.varoqui@free.fr>
To: device-mapper development <dm-devel@redhat.com>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>,
	"linux-hotplug-devel@lists.sourceforge.net"
	<linux-hotplug-devel@lists.sourceforge.net>,
	"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: [ANNOUNCE] multipath-tools-0.4.2
Date: Mon, 24 Jan 2005 00:03:16 +0100	[thread overview]
Message-ID: <1106521396.10990.13.camel@zezette> (raw)
In-Reply-To: <1103558483.11345.17.camel@zezette>

Hello,

here goes multipath-tools-0.4.2

The focuses of this release are :
1) bugfixing and stabilization after the DM synthax change
2) code factorizing between the configurator and the daemon

Full ChangeLog for the release :

        * [libmultipath] add symmetrix controler family to the
          hwtable. Edward Goggin, EMC
        * [libmultipath] factorize core structs (path, ...)
          and defaults (pidfile, configfile, ...). Convert
          callers.
        * [multipath] fix dmparser to properly fetch non-default
          hwhandler. Edward Goggin, EMC
        * [multipath] fix devt2devname matching 8:1 with 8:10
          for example. Edward Goggin, EMC
        * [multipath] switch_pg upon devmap create or reload
          Noticed by Ake.
        * [libmultipath] move find_hw() the library. Convert
          users. Now multipathd understand '*' as a product
          string
        * [multipath] dissaemble_map() fix to avoid to
          interpret 'D' as a disable PG (not 'F'). Edward
          Goggin, EMC
        * [multipath] find_path() fix to avoid matching 8:1
          with 8:10 for example. Edward Goggin, EMC
        * [libmultipath] move some sysfs fetching routines
          to library, under sysfs_devinfo.[ch]. Convert
          callers.
        * [multipath] fix -v0 : avoids the daemon waiting
          for the initial multipath run to complete, which
          will never happen because of a flooded pipe
        * [multipathd] add scsi_id to default binvec
        * [libmultipath] move hwtable related logic to the
          library. Convert multipath and multipathd
        * [multipath] move first blacklist call down after
          setup_default_blist()
        * [libmultipath] move basename() to the lib. Convert
          multipath and multipathd.
        * [libmultipath] move blacklist related logic to the
          library. Convert multipath and multipathd
        * [multipath] fix bug in the default hardware table
          matching logic (Lars M-B, Suse)
        * [multipath] allow "*" as scsi model string wildcard
          (Lars M-B, Suse)
        * [multipath] provide a macro to fill all hwe fields,
          use it to declare Clariion models (Lars M-B, Suse)
        * [multipath] use DEFAULT_GETUID instead of hardcoded
          *and* incorrect "/bin/scsi_id -g -s" (Lars M-B, Suse)
        * [multipath] kill superfluous suspend before table
          reload. The code was unsafe, as spotted by Edward
          Goggin (EMC)
        * [multipath] exit early if device parameter is
          blacklisted
        * [multipath] don't check for prefix in initrd's
          multipath.dev : this is the tool responsability to
          exit early based on its blacklist.
        * [multipath] don't signal the daemon in initrd
          (Guido Guenther, Debian tracker)
        * [multipath] better fail to run kpartx in initrd
          than crashing the whole system. So don't sleep
          waiting for udev to create the DM node. Maybe udev
          has made progress I this regard ... (noticed by
          Paul Wagland, Debian tracker)
        * [multipath] don't reinstate when listing, ie list
          implies dry_run
        * [checkers] fix the emc checker (Hergen Lange)
        * [multipath] node_name fetching shouldn't exit on
          error. FC SAN are not the only multipathed context
          (noticed by Ramesh Caushik)

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

WARNING: multiple messages have this Message-ID (diff)
From: christophe varoqui <christophe.varoqui@free.fr>
To: device-mapper development <dm-devel@redhat.com>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>,
	"linux-hotplug-devel@lists.sourceforge.net"
	<linux-hotplug-devel@lists.sourceforge.net>,
	"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: [ANNOUNCE] multipath-tools-0.4.2
Date: Sun, 23 Jan 2005 23:03:16 +0000	[thread overview]
Message-ID: <1106521396.10990.13.camel@zezette> (raw)
In-Reply-To: <1103558483.11345.17.camel@zezette>

Hello,

here goes multipath-tools-0.4.2

The focuses of this release are :
1) bugfixing and stabilization after the DM synthax change
2) code factorizing between the configurator and the daemon

Full ChangeLog for the release :

        * [libmultipath] add symmetrix controler family to the
          hwtable. Edward Goggin, EMC
        * [libmultipath] factorize core structs (path, ...)
          and defaults (pidfile, configfile, ...). Convert
          callers.
        * [multipath] fix dmparser to properly fetch non-default
          hwhandler. Edward Goggin, EMC
        * [multipath] fix devt2devname matching 8:1 with 8:10
          for example. Edward Goggin, EMC
        * [multipath] switch_pg upon devmap create or reload
          Noticed by Ake.
        * [libmultipath] move find_hw() the library. Convert
          users. Now multipathd understand '*' as a product
          string
        * [multipath] dissaemble_map() fix to avoid to
          interpret 'D' as a disable PG (not 'F'). Edward
          Goggin, EMC
        * [multipath] find_path() fix to avoid matching 8:1
          with 8:10 for example. Edward Goggin, EMC
        * [libmultipath] move some sysfs fetching routines
          to library, under sysfs_devinfo.[ch]. Convert
          callers.
        * [multipath] fix -v0 : avoids the daemon waiting
          for the initial multipath run to complete, which
          will never happen because of a flooded pipe
        * [multipathd] add scsi_id to default binvec
        * [libmultipath] move hwtable related logic to the
          library. Convert multipath and multipathd
        * [multipath] move first blacklist call down after
          setup_default_blist()
        * [libmultipath] move basename() to the lib. Convert
          multipath and multipathd.
        * [libmultipath] move blacklist related logic to the
          library. Convert multipath and multipathd
        * [multipath] fix bug in the default hardware table
          matching logic (Lars M-B, Suse)
        * [multipath] allow "*" as scsi model string wildcard
          (Lars M-B, Suse)
        * [multipath] provide a macro to fill all hwe fields,
          use it to declare Clariion models (Lars M-B, Suse)
        * [multipath] use DEFAULT_GETUID instead of hardcoded
          *and* incorrect "/bin/scsi_id -g -s" (Lars M-B, Suse)
        * [multipath] kill superfluous suspend before table
          reload. The code was unsafe, as spotted by Edward
          Goggin (EMC)
        * [multipath] exit early if device parameter is
          blacklisted
        * [multipath] don't check for prefix in initrd's
          multipath.dev : this is the tool responsability to
          exit early based on its blacklist.
        * [multipath] don't signal the daemon in initrd
          (Guido Guenther, Debian tracker)
        * [multipath] better fail to run kpartx in initrd
          than crashing the whole system. So don't sleep
          waiting for udev to create the DM node. Maybe udev
          has made progress I this regard ... (noticed by
          Paul Wagland, Debian tracker)
        * [multipath] don't reinstate when listing, ie list
          implies dry_run
        * [checkers] fix the emc checker (Hergen Lange)
        * [multipath] node_name fetching shouldn't exit on
          error. FC SAN are not the only multipathed context
          (noticed by Ramesh Caushik)

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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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

  reply	other threads:[~2005-01-23 23:03 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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                       ` christophe varoqui [this message]
2005-01-23 23:03                         ` [ANNOUNCE] multipath-tools-0.4.2 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
2004-12-21 22:02 [dm-devel] [ANNOUNCE] multipath-tools-0.4.1 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

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=1106521396.10990.13.camel@zezette \
    --to=christophe.varoqui@free.fr \
    --cc=dm-devel@redhat.com \
    --cc=linux-hotplug-devel@lists.sourceforge.net \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /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.