[ubuntu/zesty-proposed] lxd 2.9.3-0ubuntu1 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Fri Feb 24 07:31:16 UTC 2017


lxd (2.9.3-0ubuntu1) zesty; urgency=medium

  * New upstream bugfix release (2.9.3):
    - client: Always use "simplestreams" for the images: remote
    - doc: Add client tool examples to storage.md
    - doc: Add lvm.{thinpool,vg}\_name pool properties
    - lxd: Cleanup root device validation
    - lxd/containers: Add extra validation for unix-block/unix-char
    - lxd/containers: Check whether storage is ready before applying quota
    - lxd/containers: Don't ignore snapshot deletion failures
    - lxd/daemon: s/Default map/Available map/
    - lxd/init: "lxd init" can now be run as a normal user
    - lxd/main: Fix comment in activateifneeded
    - lxd/main: Restrict daemon and activateifneeded to root
    - lxd/patches: Fix pool and volume configuration on upgrade
    - lxd/patches: Move to lvm.thinpool\_name pool key
    - lxd/storage: Add ContainerStorageReady()
    - lxd/storage: Call storageVolumeFillDefault() on demand
    - lxd/storage: Don't modify configuration during config check
    - lxd/storage: Ensure image is wiped from DB on error
    - lxd/storage: Fill in default configuration for images
    - lxd/storage: Implement correct config inheritance for pools and volumes
    - lxd/storage: Only fill in defaults on creation
    - lxd/storage: Only set size property on lvm
    - lxd/storage: Properly report UsedBy
    - lxd/storage: Store size values as given to us
    - lxd/storage/btrfs: Always pass the mount options
    - lxd/storage/btrfs: Always use the recursive subvol functions
    - lxd/storage/btrfs: Drop dead code
    - lxd/storage/btrfs: Improve upgrade
    - lxd/storage/btrfs: Only use size in the loop case
    - lxd/storage/btrfs: Properly handle nested subvolumes
    - lxd/storage/btrfs: Set loop file if "source" is empty
    - lxd/storage/dir: Handle cross-device upgrade
    - lxd/storage/lvm: Add lvm.thinpool\_name and lvm.vg\_name
    - lxd/storage/lvm: Allow reuse of existing volume groups
    - lxd/storage/lvm: Always set lvm.thinpool\_name
    - lxd/storage/lvm: Don't unmount the container twice on delete
    - lxd/storage/lvm: Handle "i" in sizes
    - lxd/storage/lvm: Parse "volume.size" not "size" property
    - lxd/storage/lvm: Remove volume.lvm.thinpool\_name
    - lxd/storage/lvm: Lock during StoragePoolVolume{M,Um}ount
    - lxd/storage/zfs: Lock during StoragePoolVolume{M,Um}ount
    - lxd/storage/zfs: Correctly handle configuration keys
    - lxd/storage/zfs: Only use size property in the loop case
    - lxd/storage/zfs: Remove very repetitive log message
    - lxd/storage/zfs: Set mountpoint=none on old images
    - shared/idmap: DefaultIdmapSet is always for root
    - shared/idmap: Implement parsing of kernel id maps
    - shared/idmap: Improve parsing of the shadow id files
    - shared/simplestreams: Properly handle image rebuilds
    - tests: Adapt to command line unification
    - tests: Add LVM specific storage pool tests
    - tests: Also unmount the devlxd path
    - tests: Always cleanup loop devices
    - tests: Always use 25MB volumes for LVM
    - tests: Fix lxd auto init test suite
    - tests: Improve performance of deadcode test
    - tests: Test custom storage volume creation

Date: Fri, 24 Feb 2017 02:20:08 -0500
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lxd/2.9.3-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Feb 2017 02:20:08 -0500
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.9.3-0ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
 golang-github-lxc-lxd-dev - Container hypervisor based on LXC - go source
 lxc2       - Container hypervisor based on LXC - metapackage
 lxd        - Container hypervisor based on LXC - daemon
 lxd-client - Container hypervisor based on LXC - client
 lxd-tools  - Container hypervisor based on LXC - extra tools
Changes:
 lxd (2.9.3-0ubuntu1) zesty; urgency=medium
 .
   * New upstream bugfix release (2.9.3):
     - client: Always use "simplestreams" for the images: remote
     - doc: Add client tool examples to storage.md
     - doc: Add lvm.{thinpool,vg}\_name pool properties
     - lxd: Cleanup root device validation
     - lxd/containers: Add extra validation for unix-block/unix-char
     - lxd/containers: Check whether storage is ready before applying quota
     - lxd/containers: Don't ignore snapshot deletion failures
     - lxd/daemon: s/Default map/Available map/
     - lxd/init: "lxd init" can now be run as a normal user
     - lxd/main: Fix comment in activateifneeded
     - lxd/main: Restrict daemon and activateifneeded to root
     - lxd/patches: Fix pool and volume configuration on upgrade
     - lxd/patches: Move to lvm.thinpool\_name pool key
     - lxd/storage: Add ContainerStorageReady()
     - lxd/storage: Call storageVolumeFillDefault() on demand
     - lxd/storage: Don't modify configuration during config check
     - lxd/storage: Ensure image is wiped from DB on error
     - lxd/storage: Fill in default configuration for images
     - lxd/storage: Implement correct config inheritance for pools and volumes
     - lxd/storage: Only fill in defaults on creation
     - lxd/storage: Only set size property on lvm
     - lxd/storage: Properly report UsedBy
     - lxd/storage: Store size values as given to us
     - lxd/storage/btrfs: Always pass the mount options
     - lxd/storage/btrfs: Always use the recursive subvol functions
     - lxd/storage/btrfs: Drop dead code
     - lxd/storage/btrfs: Improve upgrade
     - lxd/storage/btrfs: Only use size in the loop case
     - lxd/storage/btrfs: Properly handle nested subvolumes
     - lxd/storage/btrfs: Set loop file if "source" is empty
     - lxd/storage/dir: Handle cross-device upgrade
     - lxd/storage/lvm: Add lvm.thinpool\_name and lvm.vg\_name
     - lxd/storage/lvm: Allow reuse of existing volume groups
     - lxd/storage/lvm: Always set lvm.thinpool\_name
     - lxd/storage/lvm: Don't unmount the container twice on delete
     - lxd/storage/lvm: Handle "i" in sizes
     - lxd/storage/lvm: Parse "volume.size" not "size" property
     - lxd/storage/lvm: Remove volume.lvm.thinpool\_name
     - lxd/storage/lvm: Lock during StoragePoolVolume{M,Um}ount
     - lxd/storage/zfs: Lock during StoragePoolVolume{M,Um}ount
     - lxd/storage/zfs: Correctly handle configuration keys
     - lxd/storage/zfs: Only use size property in the loop case
     - lxd/storage/zfs: Remove very repetitive log message
     - lxd/storage/zfs: Set mountpoint=none on old images
     - shared/idmap: DefaultIdmapSet is always for root
     - shared/idmap: Implement parsing of kernel id maps
     - shared/idmap: Improve parsing of the shadow id files
     - shared/simplestreams: Properly handle image rebuilds
     - tests: Adapt to command line unification
     - tests: Add LVM specific storage pool tests
     - tests: Also unmount the devlxd path
     - tests: Always cleanup loop devices
     - tests: Always use 25MB volumes for LVM
     - tests: Fix lxd auto init test suite
     - tests: Improve performance of deadcode test
     - tests: Test custom storage volume creation
Checksums-Sha1:
 b135e1179b4c3e34a2abc0422dc189fd2397ae71 2791 lxd_2.9.3-0ubuntu1.dsc
 fbaecdd1140c1d28f9b8c4415fbdc2c559fc0bc9 5261410 lxd_2.9.3.orig.tar.gz
 a785f89af945bbc2b6a7a8d9464b101f01be55a9 91132 lxd_2.9.3-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 9dccde5c113d0f7740164656a5f1f896a0f660c542b9a4eb4953a8bf92f90f78 2791 lxd_2.9.3-0ubuntu1.dsc
 7422938c7949255dafeaea99c8829d16adc8e0957850ee7fac18f62a89a60fda 5261410 lxd_2.9.3.orig.tar.gz
 5bb5e6ed74a865e90495f2813dae1163d6a2f228fec00a5974871509cd3fb85c 91132 lxd_2.9.3-0ubuntu1.debian.tar.xz
Files:
 0543d27a558267d29e0d9c31a92a5b6f 2791 admin optional lxd_2.9.3-0ubuntu1.dsc
 6305a2c270d2348e10fbdf551d813718 5261410 admin optional lxd_2.9.3.orig.tar.gz
 107750573ecb0d57136fb06c078f6e59 91132 admin optional lxd_2.9.3-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYr+ENAAoJEMY4l01keS1nBGwQAJHk5eDoWL5CLgZ+T9LH/LAd
zMddlSHNQgbupkO+pHL2G5nHfPHIpVwV24UWb84EdaFgqQ6E9ep+CfSjwaRDK7J4
oVwkUNGR6/V8poyJoSo1+f/0FkoC23TkfYeY2A7Nio/EiCgvlafN1hMpQaFtPzH+
O4Hj5nWPyHdzIL9VpVGZ8XTNQ2Fs+W1MnpCXhFLOMWjNLRWTBxky4yACdqKhK9MU
fi1WKaOwR0OYt+m9E8miflFMsepslBPTnlc3m9Je1327Y316+e9G5slDJFPNENYW
SBN3rs2lW7t2kIBNVTTGJbocE69RpkBaFFVtjcczOuFdO6oCTMnQcUD6qCln2GJa
XSXPNy342xyH3Q7D5Ti4Z7R3xfWtdb7lrlfrjnLgQHP3N0A8U0B+4okOhzNqi/vH
7lQ3a7Ug8ifZ/621cHKSn7Cb8tGnoovCMxB31EfOHMixipbJWCXnvIrHNZ6POgLG
m4PsBMBIEo9yakzwavad+MOtQwv9w6ZRdcdMHCcQRaIIvYTKcFSVYGrHXeyKZl/W
GYcgekHI1i+kg+Tf+3sCKTNqBlOziVHnLMCA0z55etZBsp3qZKUvLLpyPhndwbtM
Gyea6VTreGhvLOXAI2yZYHypUy8uAQZPpojbHxbK40eowbtNfhhylzrtWuFTvRe/
0zTv32qJ3eb4xzIuzfKX
=IV2+
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list