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
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-01-04 16:06:29 +0000
3+++ debian/changelog 2011-02-04 00:52:02 +0000
4@@ -1,3 +1,10 @@
5+multipath-tools (0.4.8-14ubuntu8) natty; urgency=low
6+
7+ * pass '-p part' to kpartx in initramfs script, not '-p p', to
8+ make sure /dev/mapper/ names are formed as expected. (LP: #712840)
9+
10+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Thu, 03 Feb 2011 18:40:36 -0600
11+
12 multipath-tools (0.4.8-14ubuntu7) natty; urgency=low
13
14 * Add patch to fix the expected pathname from multipath uevents
15
16=== modified file 'debian/initramfs/local-top'
17--- debian/initramfs/local-top 2011-01-04 16:06:29 +0000
18+++ debian/initramfs/local-top 2011-02-04 00:52:02 +0000
19@@ -29,7 +29,7 @@
20 /sbin/multipath -v $VERBOSITY
21
22 if [ -x /sbin/kpartx ]; then
23- /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p p" >/dev/null
24+ /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p part" >/dev/null
25 fi
26 udevadm settle
27

Subscribers

People subscribed via source and target branches

to all changes: