Branches for Natty

Name Status Last Modified Last Commit
lp://qastaging/ubuntu/natty/multipath-tools bug 2 Mature 2011-03-25 02:05:34 UTC
38. pass '-p part' to kpartx in initramfs...

Author: Serge Hallyn
Revision Date: 2011-02-03 18:40:36 UTC

pass '-p part' to kpartx in initramfs script, not '-p p', to
make sure /dev/mapper/ names are formed as expected. (LP: #712840)

lp://qastaging/ubuntu/natty-proposed/multipath-tools bug 2 Mature 2011-06-24 17:25:44 UTC
39. Eliminate UDEV CHANGE events generate...

Author: Peter Petrakis
Revision Date: 2011-06-21 14:13:12 UTC

Eliminate UDEV CHANGE events generated by mpath priority checkers. Due to
quirk in how SG IO is handled by SD devices (LP: #644489).

lp://qastaging/ubuntu/natty-updates/multipath-tools 2 Mature 2011-07-05 14:22:27 UTC
39. Eliminate UDEV CHANGE events generate...

Author: Peter Petrakis
Revision Date: 2011-06-21 14:13:12 UTC

Eliminate UDEV CHANGE events generated by mpath priority checkers. Due to
quirk in how SG IO is handled by SD devices (LP: #644489).

lp://qastaging/~dannf/ubuntu/natty/multipath-tools/free_waiter-race bug 1 Development 2011-02-04 17:28:32 UTC
37. Fix segv caused by race condition wit...

Author: dann frazier
Revision Date: 2011-02-04 17:26:32 UTC

Fix segv caused by race condition with free_waiter threads during
shutdown, using backport from upstream.

lp://qastaging/~dannf/ubuntu/natty/multipath-tools/lp829061 bug(Has a merge proposal) 1 Development 2011-08-22 18:11:09 UTC
40. Backport several memory leak fixes fr...

Author: dann frazier
Revision Date: 2011-08-22 18:11:09 UTC

Backport several memory leak fixes from upstream. (LP: #829061)

lp://qastaging/~peter-petrakis/ubuntu/natty/multipath-tools/lp-641151 bug(Has a merge proposal) 1 Development 2011-08-16 21:35:20 UTC
41. update changelog

Author: Peter Petrakis
Revision Date: 2011-08-16 21:33:22 UTC

update changelog

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/backport-fixes 1 Development 2011-01-06 16:18:47 UTC
37. Add patch to fix the expected pathnam...

Author: Serge Hallyn
Revision Date: 2011-01-06 16:17:50 UTC

Add patch to fix the expected pathname from multipath uevents
(LP: #660597)

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/debe1 (Has a merge proposal) 1 Development 2010-12-22 18:06:26 UTC
9. debian/patches/1001--fix-linking-comm...

Author: Serge Hallyn
Revision Date: 2010-12-22 18:06:26 UTC

debian/patches/1001--fix-linking-command.patch
Description: Specify LDFLAGS after objects
 Otherwise linking fails. Not (yet) sent upstream, may be
 specific to Ubuntu toolchain since someone otherwise surely
 would have noticed failure to build.

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/fix-segv bug(Has a merge proposal) 1 Development 2011-02-01 22:22:09 UTC
36. Fix segv on shutdown when log buffer ...

Author: Serge Hallyn
Revision Date: 2011-02-01 21:45:14 UTC

Fix segv on shutdown when log buffer is empty, using patch cherry-picked
from upstream. (LP: #488285)

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/fix-uevent2 (Has a merge proposal) 1 Development 2010-12-07 20:16:23 UTC
35. Add patch to fix uevent devpath handl...

Author: Serge Hallyn
Revision Date: 2010-12-07 20:15:56 UTC

Add patch to fix uevent devpath handling. This is needed at least
from lucid..natty to work with the Intel Modular Server.

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/free_waiter-race bug(Has a merge proposal) 1 Development 2011-02-09 21:50:42 UTC
37. Fix segv caused by race condition wit...

Author: Serge Hallyn
Revision Date: 2011-02-09 21:48:35 UTC

Fix segv caused by race condition with free_waiter threads during
shutdown, using backport from upstream. (LP: #713237)

(Added DEP-3 tags to patch)

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/kpartx-p bug(Has a merge proposal) 1 Development 2011-02-04 00:50:00 UTC
36. pass '-p part' to kpartx in initramfs...

Author: Serge Hallyn
Revision Date: 2011-02-04 00:41:48 UTC

pass '-p part' to kpartx in initramfs script, not '-p p', to
make sure /dev/mapper/ names are formed as expected. (LP: #712840)

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/merge-debian-experimental 1 Development 2011-01-25 22:39:54 UTC
38. * add debian/patches/1001--fix-linkin...

Author: Serge Hallyn
Revision Date: 2011-01-25 19:16:11 UTC

* add debian/patches/1001--fix-linking-command.patch
  - Specify LDFLAGS after objects so linking doesn't fail.

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/merge-sid 1 Development 2011-02-22 18:16:54 UTC
40. changelog: insert entries from unstab...

Author: Serge Hallyn
Revision Date: 2011-02-22 18:16:54 UTC

changelog: insert entries from unstable from 0.4.8-14 to current.

lp://qastaging/~serge-hallyn/ubuntu/natty/multipath-tools/uevdiscard-pathname 1 Development 2010-12-07 19:56:25 UTC
35. Fix SCM failover bugs: 1. multipathd ...

Author: Serge Hallyn
Revision Date: 2010-12-07 19:53:02 UTC

Fix SCM failover bugs:
1. multipathd expects uevents from kernel about /sys/block/sda. But
we are only getting them about /sys/devices/pci000:00/.../block/sda.
So we never add or remove devices that we should add based on
uevents.
2. Since we never see (or rather, never understand) the ACTION=remove
event for /dev/block/sda, but we have the device pinned, we never
end up unpinning it. So the kernel doesn't re-use sda when the
path shows back up. So we end up using funky-using paths like sdaa.
This looked for all the world like a kernel refcount problem, but
was actually a userspace bug. (We should have known based on the
fact that rollover stopped after multipathd crashed :)
Note that /sys/block/sda is always a symlink to the longer pathname.
This patch fixes this bug by accepting the uevents on the full block
/sys/ pathname. (LP: #660597)
This fix (slightly differently) is in the upstream code since 2008 and
in debian sid package.

lp://qastaging/~ubuntu-branches/ubuntu/natty/multipath-tools/natty-201102141512 1 Development 2011-02-14 15:13:29 UTC This branch is empty.
lp://qastaging/~ubuntu-branches/ubuntu/natty/multipath-tools/natty-201102242050 1 Development 2011-02-24 20:52:29 UTC This branch is empty.
lp://qastaging/~ubuntu-branches/ubuntu/natty/multipath-tools/natty-201103152117 1 Development 2011-03-15 21:18:18 UTC This branch is empty.
lp://qastaging/~ubuntu-branches/ubuntu/natty/multipath-tools/natty-201103250204 (Has a merge proposal) 1 Development 2011-03-25 02:04:51 UTC
37. releasing version 0.4.8-14ubuntu9

Author: Dustin Kirkland 
Revision Date: 2011-02-11 17:09:55 UTC

releasing version 0.4.8-14ubuntu9

119 of 19 results