[ubuntu/bionic-proposed] lvm2 2.02.176-4.1ubuntu1 (Accepted)
Julian Andres Klode
juliank at ubuntu.com
Fri Jan 26 16:23:18 UTC 2018
lvm2 (2.02.176-4.1ubuntu1) bionic; urgency=low
* Merge with Debian unstable. Remaining changes:
- Add and install clvmd resource agent
- Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
breaks the circular dependency that causes upgrade failures. As dmsetup
is "Priority: required", this has no other practical consequences.
- debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
- debian/dmsetup-udeb.install: install udev rules in udebs
(Debian #504341).
- Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
properly synthesize LVM LV change events with udevadm trigger, so
if we use LVM, we need to let it finish; otherwise we get missing LV
symlinks.
- Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
hooks to help fix bad boots (Debian #468115)
- Do not start lvmetad when inside a container.
- Add enable-issue-discards.patch: Enable "issue_discards" option by
default to trim SSDs when changing PVs. This option has no effect if the
kernel or the drive does not support trimming, so it's safe to enable by
default. (Debian #717313)
- debian/rules:
+ Copy .po file to .pot file for Rosetta (Ubuntu specific).
- debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
we ship udev rules.
- debian/clvm.maintscripts: Drop the /etc/default/clvm conffile on
upgrade. This delta can be dropped after 18.04 release.
- Do not start lvm2-monitor in containers (LP #1576341)
* Dropped, merged upstream:
- Add a patch to fix crashes on 32bit platforms:
+ 0013-fix-lvmetad-32bit.patch
- d/p/fix-strips-limit.patch: Fix regression limiting number of
stripes to 8 (LP #1675770)
lvm2 (2.02.176-4.1) unstable; urgency=high
* Non-maintainer upload.
* Revert uncoordinated addition of udev rules/sync support in udebs
which breaks LVM support in debian-installer instead of getting
debian-installer and installed systems to agree on device names.
(closes: #883361, reopens: #504341)
lvm2 (2.02.176-4) unstable; urgency=medium
* Don't try to add dropped udev rules to initramfs.
lvm2 (2.02.176-3) unstable; urgency=medium
* Actually add newly installed udev rules to initramfs.
(closes: #881314)
* Make initramfs hooks bail out if udev rules can't be found.
* Copy complete lvm config into initramfs.
lvm2 (2.02.176-2) unstable; urgency=medium
* Drop changes for upgrades from before Wheezy.
* Drop deprecated python bindings.
* Enable udev rules in udeb. (closes: #504341)
* Drop some udev rules modifications.
- Pull in newer dmsetup for udev rules changes.
lvm2 (2.02.176-1) unstable; urgency=medium
* New upstream release.
* Drop obsolte build-depends on dh-systemd.
* Drop extra priorities from packages.
* Update Standards-Version to 4.1.1, no changes.
* Make lvm2-dbusd depend manually on required modules. (closes: #880543)
* Make lvm2 recommend thin-provisioning-tools. (closes: #857142)
* Run pvscan as systemd background job.
* Don't try to restart special systemd services.
* Really use debhelper compat 11.
lvm2 (2.02.175-1) unstable; urgency=medium
* New upstream release.
* Enable sanlock support in lvmlockd.
* Use debhelper compat 11 for dh_installsystemd.
lvm2 (2.02.173-2) unstable; urgency=medium
* Use dh.
* Install all lvm2 config files.
* Install and enable blk-availability service.
* Add lvm2-dbus package.
* Add lvm2-lockd package (dlm only). (closes: #879780)
lvm2 (2.02.173-1) unstable; urgency=medium
* New upstream release.
Date: Fri, 26 Jan 2018 17:06:20 +0100
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lvm2/2.02.176-4.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 26 Jan 2018 17:06:20 +0100
Source: lvm2
Binary: lvm2 lvm2-udeb lvm2-dbusd lvm2-lockd clvm libdevmapper-dev libdevmapper1.02.1 libdevmapper1.02.1-udeb dmsetup dmsetup-udeb libdevmapper-event1.02.1 dmeventd liblvm2app2.2 liblvm2cmd2.02 liblvm2-dev
Architecture: source
Version: 2.02.176-4.1ubuntu1
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Description:
clvm - Cluster extensions for userland logical volume management tools
dmeventd - Linux Kernel Device Mapper event daemon
dmsetup - Linux Kernel Device Mapper userspace library
dmsetup-udeb - Linux Kernel Device Mapper userspace library (udeb)
libdevmapper-dev - Linux Kernel Device Mapper header files
libdevmapper-event1.02.1 - Linux Kernel Device Mapper event support library
libdevmapper1.02.1 - Linux Kernel Device Mapper userspace library
libdevmapper1.02.1-udeb - Linux Kernel Device Mapper userspace library (udeb)
liblvm2-dev - LVM2 libraries - development files
liblvm2app2.2 - LVM2 application library
liblvm2cmd2.02 - LVM2 command library
lvm2 - Linux Logical Volume Manager
lvm2-dbusd - LVM2 D-Bus daemon
lvm2-lockd - LVM locking daemon
lvm2-udeb - Linux Logical Volume Manager (udeb)
Closes: 504341 857142 879780 880543 881314 883361
Changes:
lvm2 (2.02.176-4.1ubuntu1) bionic; urgency=low
.
* Merge with Debian unstable. Remaining changes:
- Add and install clvmd resource agent
- Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
breaks the circular dependency that causes upgrade failures. As dmsetup
is "Priority: required", this has no other practical consequences.
- debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
- debian/dmsetup-udeb.install: install udev rules in udebs
(Debian #504341).
- Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
properly synthesize LVM LV change events with udevadm trigger, so
if we use LVM, we need to let it finish; otherwise we get missing LV
symlinks.
- Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
hooks to help fix bad boots (Debian #468115)
- Do not start lvmetad when inside a container.
- Add enable-issue-discards.patch: Enable "issue_discards" option by
default to trim SSDs when changing PVs. This option has no effect if the
kernel or the drive does not support trimming, so it's safe to enable by
default. (Debian #717313)
- debian/rules:
+ Copy .po file to .pot file for Rosetta (Ubuntu specific).
- debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
we ship udev rules.
- debian/clvm.maintscripts: Drop the /etc/default/clvm conffile on
upgrade. This delta can be dropped after 18.04 release.
- Do not start lvm2-monitor in containers (LP #1576341)
* Dropped, merged upstream:
- Add a patch to fix crashes on 32bit platforms:
+ 0013-fix-lvmetad-32bit.patch
- d/p/fix-strips-limit.patch: Fix regression limiting number of
stripes to 8 (LP #1675770)
.
lvm2 (2.02.176-4.1) unstable; urgency=high
.
* Non-maintainer upload.
* Revert uncoordinated addition of udev rules/sync support in udebs
which breaks LVM support in debian-installer instead of getting
debian-installer and installed systems to agree on device names.
(closes: #883361, reopens: #504341)
.
lvm2 (2.02.176-4) unstable; urgency=medium
.
* Don't try to add dropped udev rules to initramfs.
.
lvm2 (2.02.176-3) unstable; urgency=medium
.
* Actually add newly installed udev rules to initramfs.
(closes: #881314)
* Make initramfs hooks bail out if udev rules can't be found.
* Copy complete lvm config into initramfs.
.
lvm2 (2.02.176-2) unstable; urgency=medium
.
* Drop changes for upgrades from before Wheezy.
* Drop deprecated python bindings.
* Enable udev rules in udeb. (closes: #504341)
* Drop some udev rules modifications.
- Pull in newer dmsetup for udev rules changes.
.
lvm2 (2.02.176-1) unstable; urgency=medium
.
* New upstream release.
* Drop obsolte build-depends on dh-systemd.
* Drop extra priorities from packages.
* Update Standards-Version to 4.1.1, no changes.
* Make lvm2-dbusd depend manually on required modules. (closes: #880543)
* Make lvm2 recommend thin-provisioning-tools. (closes: #857142)
* Run pvscan as systemd background job.
* Don't try to restart special systemd services.
* Really use debhelper compat 11.
.
lvm2 (2.02.175-1) unstable; urgency=medium
.
* New upstream release.
* Enable sanlock support in lvmlockd.
* Use debhelper compat 11 for dh_installsystemd.
.
lvm2 (2.02.173-2) unstable; urgency=medium
.
* Use dh.
* Install all lvm2 config files.
* Install and enable blk-availability service.
* Add lvm2-dbus package.
* Add lvm2-lockd package (dlm only). (closes: #879780)
.
lvm2 (2.02.173-1) unstable; urgency=medium
.
* New upstream release.
Checksums-Sha1:
357b44c2dc7abf48e708e7a661743d16c3b30f49 3481 lvm2_2.02.176-4.1ubuntu1.dsc
c81acc5e68656144a378e8f49a3cd6dc2598287e 2371438 lvm2_2.02.176.orig.tar.gz
e8c1d6e8bd68530585db6c88bc094c023db087da 198 lvm2_2.02.176.orig.tar.gz.asc
35e5ccb82006b0e7da1008c457dc017447e3877c 43980 lvm2_2.02.176-4.1ubuntu1.debian.tar.xz
ae574a74e96665cb179d8f625ccbe0c86ba7e800 9074 lvm2_2.02.176-4.1ubuntu1_source.buildinfo
Checksums-Sha256:
4f194e1a34ef316569017d8dc67659f1824f1f4975f53953ad8344b30ca92f1c 3481 lvm2_2.02.176-4.1ubuntu1.dsc
dece83628c2c78a267a126ce6046d506582185ae5d40fb8d59b56547fccea473 2371438 lvm2_2.02.176.orig.tar.gz
51c66e6bdebb6ac5b9882b8082ac9816a8555c2d472d7763e0f867c5c8c10b89 198 lvm2_2.02.176.orig.tar.gz.asc
6f4d5367634c88d1b9f7ebcfc040f97722ce1e20471aaa2ba35018e0c279d329 43980 lvm2_2.02.176-4.1ubuntu1.debian.tar.xz
a6e391ba02d7b7d240b455dc08ced9abeea7213a48f662634b1743de38624430 9074 lvm2_2.02.176-4.1ubuntu1_source.buildinfo
Files:
cf6b58f233a2451bfd1363b9b2421dd2 3481 admin optional lvm2_2.02.176-4.1ubuntu1.dsc
8739a74d57075215cd990efcaac41b6d 2371438 admin optional lvm2_2.02.176.orig.tar.gz
bb854ed753d2e260ccf612f6bd4db81f 198 admin optional lvm2_2.02.176.orig.tar.gz.asc
2aaf564dde0ca59d6db44c24e003a23e 43980 admin optional lvm2_2.02.176-4.1ubuntu1.debian.tar.xz
a9dccfbcdb0c45cfe44a3f6e0152fca3 9074 admin optional lvm2_2.02.176-4.1ubuntu1_source.buildinfo
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEzeVhi4gF/W4gLOnC1zw55WWAs4YFAlprVRoTHGp1bGlhbmtA
dWJ1bnR1LmNvbQAKCRDXPDnlZYCzhsLID/4pfuzZDcBw9WajZHrvb40Ngvp1bkKT
aR8N4w7Lu/qpA8SHGSbcWqysslPCv7DR1gP9Gtbv2FxkAZknqtYatKgyrmnK+duR
0VF6TIN4Rgl+1W63zceP88Gh3IRQBHlev0pxXoW/DZzM7iS4kzOooFRhwsbFpf5+
yDEYdO/IK4b0UhpzA/xqSQqG8AxEr49ER5e6CpxsfLOHYgZPwLmn2qIKlY1AH5b3
fLjX/vSF24ApHhYiSry2J+fgd1p7dk9p4S2LXjV1TJl5Gml98kvUwuDJKpZlDr9Q
BIu8UsaF5jSLvSmQiLiE7WcLUh19CucP1KXDeKi4s1cCZ+k03sAxhq52G9bmCeKE
OnwomZw+XNM3lmBvMGh4UrawrVsAs23BsXHMG60PzffObQ29GbNHTBxjuqdi4FkA
OKxb/KQGj/uEMliPVQsFuwzLspa0l0SszXF+lvTdTM+0qgis7aTOEsUHkd6gF+pB
bfDlnPr5a9KWELoA8niRBNj9oC/IqcD2gBRdLDKm6m6nsQhw4rrYNZ35LyCg7er1
8ZVvRuGfotmxi94WSvMEAkoSuZOdsU3tuq6Y7ETSo7hEoxk+ZriQjpee1a4JtbBT
7seuIzurhivY0/x7DgsjH8+Qak+xJRdE118K3pfaw+oJIWcvhYSc1IT8bTy55JcI
4OrOWCIxpAyAvg==
=Oiz2
-----END PGP SIGNATURE-----
More information about the Bionic-changes
mailing list