needs a breaks: clause for lvm2 versions in hardy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
High
|
Andy Whitcroft | ||
Lucid |
Fix Released
|
High
|
Andy Whitcroft |
Bug Description
The lvm2 in hardy needs sysfs2 layouts, which is deprecated.
Installing a lucid kernel without upgrading lvm2 will result in an unbootable system. While this isn't something we need to support, we should let dpkg and apt know there is a problem so that an interrupted upgrade won't suffer this problem.
As a workaround people can do
break=premount on the boot line
mkdir etc/lvm
cat > etc/lvm/lvm.conf << EOF
devices {
sysfs_scan=0
}
EOF
but they will need to know to do this - so just issuing a breaks: in the package is better.
ProblemType: Bug
Architecture: amd64
Date: Fri Feb 26 10:54:37 2010
DistroRelease: Ubuntu 10.04
Package: linux-image-
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=la_AU.utf8
SHELL=/bin/bash
ProcVersionSign
Regression: Yes
SourcePackage: linux
TestedUpstream: Yes
Uname: Linux 2.6.32-14-generic x86_64
Changed in linux (Ubuntu Lucid): | |
milestone: | none → ubuntu-10.04-beta-1 |
Changed in linux (Ubuntu Lucid): | |
assignee: | Canonical Kernel Team (canonical-kernel-team) → Andy Whitcroft (apw) |
milestone: | ubuntu-10.04-beta-2 → ubuntu-10.04 |
Changed in linux (Ubuntu Lucid): | |
status: | Triaged → In Progress |
Changed in linux (Ubuntu Lucid): | |
status: | In Progress → Fix Committed |
IIUC, the following should be sufficient:
Breaks: lvm2 (<< 2.02.54-1ubuntu3)