[Bug 307032] Re: multipath fails to gather device information

2009-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.8-10ubuntu1.1

---
multipath-tools (0.4.8-10ubuntu1.1) intrepid-proposed; urgency=low

  * fix_udev_scsi_id_arguments.diff:
Update the arguments for scsi_id. (LP: #306723)
  * fix_sysfs_layout.diff:
Patch from upstream to use the new sysfs layout. (LP: #307032)

 -- Mathias GugThu, 22 Jan 2009 11:35:09 -0500

** Changed in: multipath-tools (Ubuntu Intrepid)
   Status: Fix Committed => Fix Released

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-03-31 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-03-30 Thread Bryan McLellan
Tested multipath-tools=0.4.8-10ubuntu1.1 on intrepid from proposed and
seems to work just fine, but I can't test heavily due to Bug #289470

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-01-23 Thread Martin Pitt
Accepted multipath-tools into intrepid-proposed, please test and give
feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed
for documentation how to enable and use -proposed. Thank you in advance!

** Changed in: multipath-tools (Ubuntu Intrepid)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-01-22 Thread Mathias Gug
** Description changed:

  The sysfs layout has changed and multipath does not look in the correct
  location for block device information. Upstream is patched [1].
  
  # multipath -ll -v3
  [snip]
  = paths list =
  uuid hcildev dev_t pri dm_st  chk_st  vend/prod/rev
   #:#:#:# sdb 8:16  -1  [undef][undef] ,
   #:#:#:# sdc 8:32  -1  [undef][undef] ,
   #:#:#:# sdd 8:48  -1  [undef][undef] ,
   #:#:#:# sde 8:64  -1  [undef][undef] ,
  [snip]
  
  LSB Version:  
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 8.10
  Release:  8.10
  Codename: intrepid
  
  Linux file01 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686
  GNU/Linux
  
  multipath-tools=0.4.8-10ubuntu3~ppa1 (See LP:306723)
  
  [1] http://git.kernel.org/gitweb.cgi?p=linux/storage/multipath-
  tools/.git;a=commitdiff;h=88f88d
+ 
+ ==
+ Intrepid SRU
+ 
+ Impact of the bug:
+ The sysfs layout has changed and multipath does not look in the correct 
location for block device information.
+ 
+ How the bug has been addressed:
+ Fix the the lookup code taking the upstream patch.
+ 
+ The proposed debdiff is in bug 306723.
+ 
+ TEST CASE: see bug 306723.
+ 
+ Regression:

** Changed in: multipath-tools (Ubuntu Intrepid)
 Assignee: (unassigned) => Mathias Gug (mathiaz)
   Status: New => In Progress

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-01-20 Thread Etienne Goyer
For people using Intrepid, you can work around that bug by setting
getuid_callout somewhere in /etc/multipath.conf.  In my case, the
following worked with an EMC SAN:

defaults {
default_getuid_callout  "/lib/udev/scsi_id -g -u -ppre-spc3-83 -d 
/dev/%n"
}


Is there any plan to do a SRU for Intrepid?  I think it would worth it, as 
otherwise multipath-tools is DOA.  I can help with testing.

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2009-01-20 Thread Etienne Goyer
Oups, comment in wrong bug, the aboove was intended for #306723.  Sorry!

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2008-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.8-10ubuntu3

---
multipath-tools (0.4.8-10ubuntu3) jaunty; urgency=low

  * fix_udev_scsi_id_arguments.diff:
Update the arguments for scsi_id. (LP: #306723)
  * fix_sysfs_layout.diff:
Patch from upstream to use the new sysfs layout. (LP: #307032)

 -- Timo AaltonenThu, 18 Dec 2008 15:32:20
+0200

** Changed in: multipath-tools (Ubuntu)
   Status: New => Fix Released

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307032] Re: multipath fails to gather device information

2008-12-10 Thread Bryan McLellan

** Attachment added: "quilt patch to fix sysfs paths created from upstream 
commit"
   http://launchpadlibrarian.net/20355655/fix_sysfs_layout.diff

-- 
multipath fails to gather device information
https://bugs.launchpad.net/bugs/307032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs