View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/lvm2 1 Development 2015-07-10 06:20:04 UTC
86. * Merge with Debian unstable. Remaini...

Author: Martin Pitt
Revision Date: 2015-07-10 07:31:48 UTC

* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/rules:
    + copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
    (Debian #504341).
  - auto-start VGs as their PVs are discovered (Debian #455979):
    + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
      vgscan/vgchange to turn on VGs as they come online.
    + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
      of udev rules to copy and depend on udev.
    + debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
    + debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts or activation systemd units for lvm2,
        since udev starts LVM.
      - continue to build clvm support.
    + debian/lvm2.postinst: handle missing lvm2 init script.
  - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
    hooks to help fix bad boots (Debian #468115)
  - remaining changes to upstream event manager packages (Debian #514706):
    + debian/rules: enable dmeventd during configure.
    + debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly. (Debian #569292)
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch: (Debian #731294)
    - mark libdevmapper-dev M-A: same
  - 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)

lp:ubuntu/wily-proposed/lvm2 1 Development 2015-07-10 06:20:04 UTC
86. * Merge with Debian unstable. Remaini...

Author: Martin Pitt
Revision Date: 2015-07-10 07:31:48 UTC

* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/rules:
    + copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
    (Debian #504341).
  - auto-start VGs as their PVs are discovered (Debian #455979):
    + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
      vgscan/vgchange to turn on VGs as they come online.
    + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
      of udev rules to copy and depend on udev.
    + debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
    + debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts or activation systemd units for lvm2,
        since udev starts LVM.
      - continue to build clvm support.
    + debian/lvm2.postinst: handle missing lvm2 init script.
  - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
    hooks to help fix bad boots (Debian #468115)
  - remaining changes to upstream event manager packages (Debian #514706):
    + debian/rules: enable dmeventd during configure.
    + debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly. (Debian #569292)
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch: (Debian #731294)
    - mark libdevmapper-dev M-A: same
  - 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)

lp:ubuntu/vivid-proposed/lvm2 1 Development 2014-11-25 08:26:17 UTC
85. * Merge with Debian unstable. Remaini...

Author: Martin Pitt
Revision Date: 2014-11-19 15:38:45 UTC

* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/rules:
    + copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
    (Debian #504341).
  - auto-start VGs as their PVs are discovered (Debian #455979):
    + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
      vgscan/vgchange to turn on VGs as they come online.
    + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
      of udev rules to copy and depend on udev.
    + debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
    + debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts or activation systemd units for lvm2,
        since udev starts LVM.
      - continue to build clvm support.
    + debian/lvm2.postinst: handle missing lvm2 init script.
  - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
    hooks to help fix bad boots (Debian #468115)
  - remaining changes to upstream event manager packages (Debian #514706):
    + debian/rules: enable dmeventd during configure.
    + debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly. (Debian #569292)
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch: (Debian #731294)
    - mark libdevmapper-dev M-A: same
  - 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)

* Dropped changes:
  - debian/patches/avoid-dev-block.patch (Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this) -- Obsolete as
    udev rules do this part now (see Debian #569290)

lp:ubuntu/vivid/lvm2 2 Mature 2014-11-19 15:38:45 UTC
85. * Merge with Debian unstable. Remaini...

Author: Martin Pitt
Revision Date: 2014-11-19 15:38:45 UTC

* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/rules:
    + copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
    (Debian #504341).
  - auto-start VGs as their PVs are discovered (Debian #455979):
    + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
      vgscan/vgchange to turn on VGs as they come online.
    + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
      of udev rules to copy and depend on udev.
    + debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
    + debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts or activation systemd units for lvm2,
        since udev starts LVM.
      - continue to build clvm support.
    + debian/lvm2.postinst: handle missing lvm2 init script.
  - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
    hooks to help fix bad boots (Debian #468115)
  - remaining changes to upstream event manager packages (Debian #514706):
    + debian/rules: enable dmeventd during configure.
    + debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly. (Debian #569292)
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch: (Debian #731294)
    - mark libdevmapper-dev M-A: same
  - 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)

* Dropped changes:
  - debian/patches/avoid-dev-block.patch (Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this) -- Obsolete as
    udev rules do this part now (see Debian #569290)

lp:ubuntu/utopic/lvm2 2 Mature 2014-04-24 12:22:06 UTC
84. Add enable-issue-discards.patch: Enab...

Author: Martin Pitt
Revision Date: 2013-12-13 10:51:54 UTC

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.
[https://blueprints.launchpad.net/ubuntu/+spec/core-1311-ssd-trimming]
(Closes: #717313)

lp:ubuntu/precise-proposed/lvm2 bug 2 Mature 2014-01-15 23:54:20 UTC
64. When calling lvresize or lvextend do ...

Author: Dave Chiluk
Revision Date: 2014-01-15 13:01:44 UTC

When calling lvresize or lvextend do not attempt to fsck a mounted
filesystem. (LP: #1269175)

lp:ubuntu/precise-updates/lvm2 2 Mature 2014-01-15 13:01:44 UTC
64. When calling lvresize or lvextend do ...

Author: Dave Chiluk
Revision Date: 2014-01-15 13:01:44 UTC

When calling lvresize or lvextend do not attempt to fsck a mounted
filesystem. (LP: #1269175)

lp:ubuntu/trusty-proposed/lvm2 2 Mature 2013-12-13 11:10:56 UTC
84. Add enable-issue-discards.patch: Enab...

Author: Martin Pitt
Revision Date: 2013-12-13 10:51:54 UTC

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.
[https://blueprints.launchpad.net/ubuntu/+spec/core-1311-ssd-trimming]
(Closes: #717313)

lp:ubuntu/trusty/lvm2 1 Development 2013-12-13 10:51:54 UTC
84. Add enable-issue-discards.patch: Enab...

Author: Martin Pitt
Revision Date: 2013-12-13 10:51:54 UTC

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.
[https://blueprints.launchpad.net/ubuntu/+spec/core-1311-ssd-trimming]
(Closes: #717313)

lp:ubuntu/saucy-proposed/lvm2 bug 2 Mature 2013-09-16 10:24:01 UTC
83. * Merge from Debian unstable, remaini...

Author: Dimitri John Ledkov
Revision Date: 2013-09-16 10:39:47 UTC

* Merge from Debian unstable, remaining changes:
  - debian/patches/avoid-dev-block.patch: Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this.
  - debian/rules:
    - copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install:
    - install initramfs and udev hooks in udebs (Debian bug 504341).
  - auto-start VGs as their PVs are discovered (Ubuntu specific):
    - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
      the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
      - add 85-lvm2.rules to the list of udev rules to copy.
      - depend on udev.
    - debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
      - add versioned Depend/Breaks on udev in dmsetup for udev rules.
      - add Depend on initramfs-tools in dmsetup so system is not potentially
        rendered unbootable by out-of-order dpkg configuration.
      - In libdevmapper-event1.02.1 add Breaks: dmeventd
        (<< 2.02.95-4ubuntu1) due to debian symbol rename
    - debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts for lvm2, since udev starts LVM.
      - continue to build clvm support.
    - debian/lvm2.postinst: handle missing lvm2 init script.
  - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
  - remaining changes to upstream event manager packages (Debian bug 514706):
    - debian/rules:
      - enable dmeventd during configure.
    - debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly.
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch:
    - move .so symlinks and pkgconfig files to multiarched locations.
    - mark libdevmapper-dev M-A: same

* New changes:
  - keep ocf resource directory
  - build with only corosync clvmd support

* Dropped changes:
  - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
    watch dm devices for changes with inotify. This udev rule is gone.

lp:ubuntu/saucy/lvm2 1 Development 2013-09-16 10:24:01 UTC
83. * Merge from Debian unstable, remaini...

Author: Dimitri John Ledkov
Revision Date: 2013-09-16 10:39:47 UTC

* Merge from Debian unstable, remaining changes:
  - debian/patches/avoid-dev-block.patch: Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this.
  - debian/rules:
    - copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install:
    - install initramfs and udev hooks in udebs (Debian bug 504341).
  - auto-start VGs as their PVs are discovered (Ubuntu specific):
    - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
      the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
      - add 85-lvm2.rules to the list of udev rules to copy.
      - depend on udev.
    - debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
      - add versioned Depend/Breaks on udev in dmsetup for udev rules.
      - add Depend on initramfs-tools in dmsetup so system is not potentially
        rendered unbootable by out-of-order dpkg configuration.
      - In libdevmapper-event1.02.1 add Breaks: dmeventd
        (<< 2.02.95-4ubuntu1) due to debian symbol rename
    - debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts for lvm2, since udev starts LVM.
      - continue to build clvm support.
    - debian/lvm2.postinst: handle missing lvm2 init script.
  - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
  - remaining changes to upstream event manager packages (Debian bug 514706):
    - debian/rules:
      - enable dmeventd during configure.
    - debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly.
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.
  - Complete libdevmapper-dev multiarch:
    - move .so symlinks and pkgconfig files to multiarched locations.
    - mark libdevmapper-dev M-A: same

* New changes:
  - keep ocf resource directory
  - build with only corosync clvmd support

* Dropped changes:
  - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
    watch dm devices for changes with inotify. This udev rule is gone.

lp:~gandelman-a/ubuntu/saucy/lvm2/lp1223576 bug(Has a merge proposal) 1 Development 2013-09-13 19:23:10 UTC
85. Add merge bug ref.

Author: Adam Gandelman
Revision Date: 2013-09-13 19:21:10 UTC

Add merge bug ref.

lp:ubuntu/quantal-updates/lvm2 2 Mature 2013-05-04 02:54:49 UTC
72. Add more supported device-types (Mico...

Author: Dimitri John Ledkov
Revision Date: 2013-03-14 21:42:40 UTC

Add more supported device-types (Micon PCIe SSD and others).
(LP: #1122445)

lp:ubuntu/quantal-proposed/lvm2 bug 2 Mature 2013-03-20 01:47:00 UTC
72. Add more supported device-types (Mico...

Author: Dimitri John Ledkov
Revision Date: 2013-03-14 21:42:40 UTC

Add more supported device-types (Micon PCIe SSD and others).
(LP: #1122445)

lp:ubuntu/raring-proposed/lvm2 bug 2 Mature 2013-03-14 15:03:49 UTC
77. Actually just update all device-types...

Author: Dimitri John Ledkov
Revision Date: 2013-03-14 15:03:49 UTC

Actually just update all device-types to latest available. (LP: #1122445)

lp:ubuntu/raring/lvm2 bug 1 Development 2013-03-14 15:03:49 UTC
77. Actually just update all device-types...

Author: Dimitri John Ledkov
Revision Date: 2013-03-14 15:03:49 UTC

Actually just update all device-types to latest available. (LP: #1122445)

lp:~kentb/ubuntu/raring/lvm2/add-micron-support 1 Development 2013-03-07 21:00:12 UTC
79. Add support for Micron PCIe SSD devic...

Author: Kent Baxley
Revision Date: 2013-03-07 20:57:01 UTC

Add support for Micron PCIe SSD devices (LP: #1122445)

lp:~brightbox/ubuntu/raring/lvm2/fix-for-1075994 bug(Has a merge proposal) 1 Development 2013-01-10 19:33:32 UTC
75. Remove unnecessary ## from patch header

Author: Neil Wilson
Revision Date: 2013-01-10 19:33:32 UTC

Remove unnecessary ## from patch header

lp:~brightbox/ubuntu/raring/lvm2/fix-for-1076304 bug(Has a merge proposal) 1 Development 2013-01-09 15:44:35 UTC
74. Use upstream dmeventd.8 manpage (LP: ...

Author: Neil Wilson
Revision Date: 2013-01-09 15:31:14 UTC

Use upstream dmeventd.8 manpage (LP: #1076304)

lp:ubuntu/quantal/lvm2 bug 1 Development 2012-08-21 15:55:42 UTC
72. * Merge from Debian unstable, remaini...

Author: Dimitri John Ledkov
Revision Date: 2012-08-14 14:35:57 UTC

* Merge from Debian unstable, remaining changes:
  - debian/patches/avoid-dev-block.patch: Prefer any other device name over
    names in /dev/block/ since lvm.conf won't handle this.
  - debian/rules:
    - copy .po file to .pot file for Rosetta (Ubuntu specific).
  - debian/{dmsetup,lvm2}-udeb.install:
    - install initramfs and udev hooks in udebs (Debian bug 504341).
  - auto-start VGs as their PVs are discovered (Ubuntu specific):
    - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
      the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
      - add 85-lvm2.rules to the list of udev rules to copy.
      - depend on udev.
    - debian/control:
      - add versioned Depend on watershed in lvm2 for udev rules.
      - add Depends on watershed-udeb in lvm2-udeb for udev rules.
      - add versioned Depend/Breaks on udev in dmsetup for udev rules.
      - add Depend on initramfs-tools in dmsetup so system is not potentially
        rendered unbootable by out-of-order dpkg configuration.
    - debian/rules:
      - do not install local-top scripts since Ubuntu mounts root using udev.
      - do not install init scripts for lvm2, since udev starts LVM.
    - debian/lvm2.postinst: handle missing lvm2 init script.
    - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
      watch dm devices for changes with inotify
  - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
    - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
  - remaining changes to upstream event manager packages (Debian bug 514706):
    - debian/rules:
      - enable dmeventd during configure.
    - debian/dmeventd.{8,manpages}: install dmeventd files.
  - rename debian/clvm.defaults to debian/clvm.default so it is installed
    correctly.
  - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
  - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch,
    they may lose their executable bit.
  - Add and install clvmd resource agent
  - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
  - debian/{clvmd.ra,clvm.init}:
    - create /run/lvm if it doesn't exist.
  - debian/clvm.init:
    - exit 3 if not running on status action.
  - Call dh_installman so that our dmeventd manpage actually gets installed
  - Install the missing fsadm manpage.

 * libdevmapper-dev:
  - move .so symlinks and pkgconfig files to multiarched locations.
  - mark libdevmapper-dev M-A: same

 * libdevmapper-event1.02.1:
  - Add Breaks: dmeventd (<< 2.02.95-4ubuntu1) due to debian symbol rename

 * debian/lvm2.{preinst,postinst,postrm}:
  - Implement removal of obsolete /etc/init.d/lvm2 conffile, which
    should not have been re-introduced in Quantal.

 * Dropped Changes, included in Debian:
  - Mostly included packages for upstream event manager (Debian bug 514706).
  - debian/patches/rules-subdir.patch: removed as reordering will cause
    build failure with dmeventd.
  - debian/patches/libdm-event-static.patch: removed as other static libs
    aren't being built anymore either.
  - Update symbols for libdevmapper-event.
  - Update libdevmapper-event, dmeventd descriptions to match Debian
    boilerplate.

 * Disappeared Changes:
  - Don't install documentation in udebs. No diff found, but no docs are
    installed into udebs either.

 * Resurected Changes:
  - corrected dropping the wrong init script. Now clvm.init is shipped
    and lvm2.init is dropped in favor of udev rules as per original
    intention (LP: #1037033).

lp:~xnox/ubuntu/quantal/lvm2/merge95 bug(Has a merge proposal) 1 Development 2012-08-21 10:10:17 UTC
83. * libdevmapper-event1.02.1: - Add ...

Author: Dimitri John Ledkov
Revision Date: 2012-08-21 10:10:17 UTC

 * libdevmapper-event1.02.1:
  - Add Breaks: dmeventd (<< 2.02.95-4ubuntu1) due to debian symbol rename

lp:~xnox/ubuntu/quantal/lvm2/testing 1 Development 2012-05-02 14:00:05 UTC
70. * Merge 2.02.95-1 on top.

Author: Dimitri John Ledkov
Revision Date: 2012-05-02 14:00:05 UTC

* Merge 2.02.95-1 on top.

lp:~vorlon/ubuntu/precise/lvm2/lp.726677 bug 1 Development 2012-04-14 03:51:22 UTC
68. Install the missing fsadm manpage.

Author: Steve Langasek
Revision Date: 2012-04-14 03:44:01 UTC

Install the missing fsadm manpage.

lp:ubuntu/precise/lvm2 2 Mature 2011-12-04 16:45:37 UTC
60. Revert the last change.

Author: Matthias Klose
Revision Date: 2011-12-04 16:45:37 UTC

Revert the last change.

lp:~serge-hallyn/ubuntu/precise/lvm2/fix-udev-wait bug(Has a merge proposal) 1 Development 2011-11-19 00:53:22 UTC
57. 85-lvm2.rules: don't have vgchange wa...

Author: Serge Hallyn
Revision Date: 2011-11-19 00:52:19 UTC

85-lvm2.rules: don't have vgchange wait on udev before exiting. Thanks
to Wessel Dankers <wsl-launchpad@fruit.je> for the fix. (LP: #802626)

lp:ubuntu/oneiric/lvm2 2 Mature 2011-08-16 18:30:40 UTC
56. Add dependency on libudev-dev to libd...

Author: Steve Langasek
Revision Date: 2011-08-16 18:30:40 UTC

Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
works.

lp:ubuntu/natty/lvm2 bug 2 Mature 2011-01-24 20:15:58 UTC
55. * Add support for corosync based clus...

Author: Andres Rodriguez
Revision Date: 2011-01-14 15:39:03 UTC

* Add support for corosync based clusters. (LP: #525287)
  - Build clvm with support for corosync, openais and cman
  - Add and install clvmd resource agent, written by Xinwei Hu,
    slightly modified by Ante Karamatic to work on Ubuntu

lp:ubuntu/lucid-updates/lvm2 2 Mature 2010-10-06 18:17:10 UTC
52. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:19:26 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/karmic-updates/lvm2 2 Mature 2010-10-06 18:16:59 UTC
46. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:26:58 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/jaunty-updates/lvm2 2 Mature 2010-10-06 18:16:39 UTC
44. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:30:59 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/hardy-updates/lvm2 2 Mature 2010-10-06 18:16:30 UTC
33. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:42:59 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
  - CVE-2010-2526

lp:ubuntu/lucid-security/lvm2 2 Mature 2010-10-06 17:25:24 UTC
52. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:19:26 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/karmic-security/lvm2 2 Mature 2010-10-06 17:25:13 UTC
46. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:26:58 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/jaunty-security/lvm2 2 Mature 2010-10-06 17:25:04 UTC
44. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:30:59 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/hardy-security/lvm2 2 Mature 2010-10-06 17:24:55 UTC
33. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:42:59 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
  - CVE-2010-2526

lp:ubuntu/dapper-security/lvm2 2 Mature 2010-10-06 17:24:35 UTC
12. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:48:20 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
  - CVE-2010-2526

lp:ubuntu/dapper-updates/lvm2 1 Development 2010-09-23 14:48:20 UTC
12. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:48:20 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
  - CVE-2010-2526

lp:ubuntu/maverick/lvm2 bug 2 Mature 2010-09-23 14:09:51 UTC
53. * SECURITY UPDATE: unprivileged logic...

Author: Marc Deslauriers
Revision Date: 2010-09-23 14:09:51 UTC

* SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
  - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
    socket in order to enforce correct permissions.
  - CVE-2010-2526

lp:ubuntu/lucid/lvm2 1 Development 2010-04-26 04:36:40 UTC
51. releasing version 2.02.54-1ubuntu4

Author: Scott James Remnant (Canonical)
Revision Date: 2010-04-26 04:36:40 UTC

releasing version 2.02.54-1ubuntu4

lp:ubuntu/karmic/lvm2 bug 1 Development 2009-07-17 17:20:18 UTC
45. Copy /etc/lvm/lvm.conf into the initr...

Author: Colin Watson
Revision Date: 2009-07-15 13:52:21 UTC

Copy /etc/lvm/lvm.conf into the initramfs (LP: #246324).

lp:ubuntu/jaunty/lvm2 1 Development 2009-06-28 04:12:40 UTC
43. debian/patches/avoid-dev-block.patch:...

Author: Colin Watson
Revision Date: 2009-04-08 14:19:32 UTC

debian/patches/avoid-dev-block.patch: Prefer any other device name over
names in /dev/block/ (LP: #341928).

lp:ubuntu/intrepid/lvm2 1 Development 2009-06-28 04:12:36 UTC
36. * Backport from Debian unstable (Bast...

Author: Colin Watson
Revision Date: 2008-09-01 16:47:50 UTC

* Backport from Debian unstable (Bastian Blank):
  - Disable readline support in udeb. (closes: #491203, LP: #263558)

lp:ubuntu/hardy/lvm2 1 Development 2009-06-28 04:12:32 UTC
32. Include virtio block type in the filt...

Author: James Westby
Revision Date: 2008-04-18 14:08:56 UTC

Include virtio block type in the filters. (LP: #218574)
This change is included upstream in 2.02.34.

lp:ubuntu/gutsy/lvm2 1 Development 2009-06-28 04:12:27 UTC
27. Bump dmsetup Suggests: to a Depends:,...

Author: Martin Pitt
Revision Date: 2007-07-19 16:55:25 UTC

Bump dmsetup Suggests: to a Depends:, since without it we do not get
/dev/disks/by-uuid/ and thus cannot mount anything. (LP: #126776)

lp:ubuntu/feisty/lvm2 1 Development 2009-06-28 04:12:22 UTC
20. * Remove the call to vgck on the crea...

Author: Scott James Remnant (Canonical)
Revision Date: 2007-03-30 17:29:09 UTC

* Remove the call to vgck on the creation of devmapper devices; this
  would cause udev to block, and thus prevent LVM from creating snapshot
  devices. LP: #84672.
  (This also needs a newer libdevmapper to complete the fix)

* Rename 70-lvm.rules to 85-lvm.rules so that it appears at the correct
  point; remove the old file rather than transitioning since it was
  broken anyway.

lp:ubuntu/edgy-updates/lvm2 1 Development 2009-06-28 04:12:16 UTC
17. Backport endian fix for dev_is_md fr...

Author: Fabio Massimo Di Nitto
Revision Date: 2007-02-12 07:29:21 UTC

Backport endian fix for dev_is_md from upstream.
After a deeper investigation we found out that md super block 0.90.0
are machine endian and super block 1 or higher are little endian.
On big endian machine (that are the only one affected) we need to compare
both values.
(Closes Ubuntu: 81598)

Verification tests done by Fabio M. Di Nitto and Simon Law.
Bug acknoledged, fixed, tested by upstream.

lp:ubuntu/edgy-proposed/lvm2 1 Development 2009-06-28 04:12:12 UTC
17. Backport endian fix for dev_is_md fr...

Author: Fabio Massimo Di Nitto
Revision Date: 2007-01-28 05:58:35 UTC

Backport endian fix for dev_is_md from upstream.
After a deeper investigation we found out that md super block 0.90.0
are machine endian and super block 1 or higher are little endian.
On big endian machine (that are the only one affected) we need to compare
both values.
(Closes Ubuntu: 81598)

lp:ubuntu/edgy/lvm2 1 Development 2009-06-28 04:12:07 UTC
14. Disable gcc stack protector to fix so...

Author: Fabio Massimo Di Nitto
Revision Date: 2006-09-13 09:59:29 UTC

Disable gcc stack protector to fix some weird segfaults/bus errors.

lp:ubuntu/dapper-proposed/lvm2 1 Development 2009-06-28 04:12:00 UTC
14. Backport endian fix for dev_is_md fr...

Author: Fabio Massimo Di Nitto
Revision Date: 2007-01-28 05:58:35 UTC

Backport endian fix for dev_is_md from upstream.
After a deeper investigation we found out that md super block 0.90.0
are machine endian and super block 1 or higher are little endian.
On big endian machine (that are the only one affected) we need to compare
both values.
(Closes Ubuntu: 81598)

lp:ubuntu/dapper/lvm2 1 Development 2009-06-28 04:11:54 UTC
11. * merged with debian (required to fix...

Author: Michael Vogt
Revision Date: 2006-05-08 11:42:45 UTC

* merged with debian (required to fix ubuntu #38007)
* daemons/clvmd/Makefile.in:
  * added -lpthreads to LDFLAGS to make it build

lp:ubuntu/breezy/lvm2 1 Development 2009-06-28 04:11:48 UTC
4. Bump Build-Deps on libncruses5-dev an...

Author: Fabio Massimo Di Nitto
Revision Date: 2005-05-30 11:05:56 UTC

Bump Build-Deps on libncruses5-dev and libdlm-dev (1.x)

lp:ubuntu/hoary/lvm2 1 Development 2009-06-28 04:11:44 UTC
3. * New upstream Closes: #283290, 284...

Author: Patrick Caulfield
Revision Date: 2004-12-24 12:27:05 UTC

* New upstream
  Closes: #283290, 284990, 285225
* Don't make /lib/lvm2 the default library directory as it causes initrd
  troubles.
  Closes: #287042

lp:ubuntu/warty/lvm2 1 Development 2009-06-28 04:11:40 UTC
2. * Non-maintainer upload. * Set urgenc...

Author: Bastian Blank
Revision Date: 2004-09-02 14:40:55 UTC

* Non-maintainer upload.
* Set urgency to medium as the version in sarge have the same brokeness.
* Refix: Use libc byteswap functions.

153 of 53 results