This bug was fixed in the package lxd - 2.0.3-0ubuntu1~ubuntu16.04.2 --------------- lxd (2.0.3-0ubuntu1~ubuntu16.04.2) xenial; urgency=medium * Cherry-pick squashfs fix from upstream (LP: #1597544) - simplestreams: list images available as both squashfs and tar.xz lxd (2.0.3-0ubuntu1~ubuntu16.04.1) xenial; urgency=medium * New upstream bugfix release (2.0.3) (LP: #1597544) - extras: Better bash completion coverage - client/delete: Allow -f as a shortcut of --force - client/info: Include the certificate fingerprint in server info (Issue #2098) - client/info: Show remote in the --show-log example provided on error - core: Add squashfs support as needed by newer Ubuntu images - core: Tweak TLS cipher list a bit to allow browsers to talk to LXD (Issue #2034) - daemon/container: Setup /dev/fuse by default - client: Better handle connection errors - client: Check all alias args to support subcommand aliases (Issue #2095) - client/file: Don't modify file permissions on edit - client/image: Use the daemon provided fingerprint on image copy (Issue #2162) - client: Normalize the URLs in the client (Issue #2112) - client/remote: Fix a panic in 'remote add' (Issue #2089) - client/remote: Fix parsing of : - core: Better handle PEM decoding errors (Issue #2119) - core: Check for zero byte send in ReaderToChannel (Issue #2072) - core: Fix a concurrent websocket write crash - core: Use default buffer size for WebsocketUpgrader - daemon: Add missing linebreak to lxd help - daemon/api: Set Location on sync POST requests (Issue #2092) - daemon/btrfs: Fix failure to restore on btrfs (Issue #2058) - daemon/certificate: Fail to add an existing certificate - daemon/config: Allow "none" as compression algorithm (regression fix) - daemon/container: Add target path to rootfs tarball in image export (Issue #1980) - daemon/container: Better handle bind mounts - daemon/container: GET of a nonexistent file now 404s (Issue #2059) - daemon/container: Make devices cgroup config more readable - daemon/containers: Improve error message on disk setup failure - daemon/container: Use defer to undo changes on failed update - daemon/db: Don't try to chmod zfs.img when testing db upgrades - daemon/db: Don't try to update /var/lib/lxd/containers in go tests - daemon/init: Actually unset the storage keys - daemon/lvm: Don't call lvextend with recent LVM versions - daemon/migration: Setup some buffering for zfs/btrfs send - daemon/migration: Simplify checkpoint/restore code everywhere - daemon/migration: switch to the new LXC migrate API - daemon/zfs: Improve block device detection - daemon/zfs: Mount if not mounted (Issue #1888) - doc: Clarify ZFS snapshot shortcomings (Issue #2055) - doc: Drop JSON example from configuration.md - doc: Fix certificates JSON examples to cover all fields - doc: Fix typo in "unix-block" description - doc: Improve shared folder documentation (README) (Issue #2123) - lxd/patches: Add support for one-time patches (separate from DB schema updates) - Makefile: go get has become worse, now need 3 runs - Makefile: Update repository URL for xgettext-go - migration: Consolidate error handling - test: 201 is a valid return code for alias creation - test: Add a test for ReaderToChannel - test: Add test for "lxc file edit" target file owner and permission * Add dependency on squashfs-tools (for new Ubuntu images). * Fix typo in debconf question. (LP: #1584024) -- Stéphane Graber