On Thu, Jul 31, 2008 at 06:11:01PM +0200, Marco d'Itri wrote:
> On Jul 31, Teodor <[EMAIL PROTECTED]> wrote:
> 
> > I think this can be fixed by depending on udev >= 0.125 and hitting
> > both together in lenny. First you'll have to ask for a freeze
> > exception since this seems to be RC.
> This is planned, and I expect that the freeze exception will be granted.
> But please let me know in advance if I am supposed to do anything, and
> what.
In order to support the upgrade we need to:

udev:
* hack in enough support for -s so we can update udev without
  updating multipath-tools - this can probably be done by just
  implementing -s as -d and simply doing a: s%^/block/%^/dev/% in
  set_options if "-s" was set. I just did this but then noticed:

  scsi_id.c: In function ‘set_options’:
  scsi_id.c:465: error: duplicate case value
  scsi_id.c:419: error: previously used here
 
  They reused '-s' for something completely different: to specify the SG
  version. Now how broken can stuff be?

* Deprecate -s/--devpath in NEWS.Debian

once this is sorted out: 

multipath-tools:
* move multipath-tools over to using -d (I'm currently discussing this
  with upstream - the fix is obvious but just to be sure)
* depend on udev (>= 0.125) - since older versions of udev don't support
  -d correctly.

Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to