Merge lp:~serge-hallyn/ubuntu/natty/multipath-tools/kpartx-p into lp:ubuntu/natty/multipath-tools

Proposed by Serge Hallyn
Status: Needs review
Proposed branch: lp:~serge-hallyn/ubuntu/natty/multipath-tools/kpartx-p
Merge into: lp:ubuntu/natty/multipath-tools
Diff against target: 26 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/initramfs/local-top (+1/-1)
To merge this branch: bzr merge lp:~serge-hallyn/ubuntu/natty/multipath-tools/kpartx-p
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Review via email: mp+48564@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) :
review: Approve

Unmerged revisions

36. By Serge Hallyn

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-01-04 16:06:29 +0000
+++ debian/changelog 2011-02-04 00:52:02 +0000
@@ -1,3 +1,10 @@
1multipath-tools (0.4.8-14ubuntu8) natty; urgency=low
2
3 * pass '-p part' to kpartx in initramfs script, not '-p p', to
4 make sure /dev/mapper/ names are formed as expected. (LP: #712840)
5
6 -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 03 Feb 2011 18:40:36 -0600
7
1multipath-tools (0.4.8-14ubuntu7) natty; urgency=low8multipath-tools (0.4.8-14ubuntu7) natty; urgency=low
29
3 * Add patch to fix the expected pathname from multipath uevents10 * Add patch to fix the expected pathname from multipath uevents
411
=== modified file 'debian/initramfs/local-top'
--- debian/initramfs/local-top 2011-01-04 16:06:29 +0000
+++ debian/initramfs/local-top 2011-02-04 00:52:02 +0000
@@ -29,7 +29,7 @@
29/sbin/multipath -v $VERBOSITY29/sbin/multipath -v $VERBOSITY
3030
31if [ -x /sbin/kpartx ]; then31if [ -x /sbin/kpartx ]; then
32 /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p p" >/dev/null32 /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p part" >/dev/null
33fi33fi
34udevadm settle34udevadm settle
3535

Subscribers

People subscribed via source and target branches

to all changes: