Change logs for lvm2 source package in Vivid

  • lvm2 (2.02.111-2ubuntu1) vivid; urgency=medium
    
      * 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)
    
    lvm2 (2.02.111-2) unstable; urgency=medium
    
      * Install additional man-pages. (closes: #587277, #760679)
      * Remove re-start of non-existing systemd unit. (closes: #760682)
      * Add dm-raid support to initramfs. (closes: #699804)
      * Fix version in one symbols. (closes: #762705)
    
    lvm2 (2.02.111-1) unstable; urgency=medium
    
      * New upstream version.
      * Install more systemd units:
        - Add dm-event.service and dm-event.socket to dmeventd.
        - Add lvm2-monitor.service to lvm2 and start it.
      * Enable monitoring by default:
        - Add dependency on dmeventd to lvm2 and liblvm2cmd2.02.
    
    lvm2 (2.02.109-1) unstable; urgency=medium
    
      * New upstream version.
    
    lvm2 (2.02.106-2) unstable; urgency=medium
    
      * Enable cache support. (closes: #749599)
      * Update Standards-Version to 3.9.5:
        - Strip XC-prefix.
    
    lvm2 (2.02.106-1) unstable; urgency=medium
    
      * New upstream version.
      * Break older thin-provisioning-tools.
    
    lvm2 (2.02.104-2) unstable; urgency=medium
    
      * Don't longer disable O_DIRECT.
      * Install lvmetad systemd units:
        - Don't activate it always.
        - Set sbin dir.
    
    lvm2 (2.02.104-1) unstable; urgency=medium
    
      * New upstream version.
      * Hard-code locations of thin utils.
      * Move development stuff into multi-arch paths.
      * Enable lvmetad. (closes: #704759)
      * Re-use patched upstream udev rules.
        - Remove own copy.
        - Rename during installation.
        - Make compatible.
      * Re-organize initramfs-tools installation.
      * Install systemd units:
        - Add non-generator activation-services.
        - Alias to mask lvm2 init script.
        - Build-depend on dh-systemd.
      * Add tmpfiles info.
     -- Martin Pitt <email address hidden>   Wed, 19 Nov 2014 15:38:45 +0100
  • lvm2 (2.02.98-6ubuntu2) trusty; urgency=medium
    
      * 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)
     -- Martin Pitt <email address hidden>   Fri, 13 Dec 2013 10:51:54 +0100