SRU of LXC 2.0.1 (upstream bugfix release)

Bug #1582887 reported by Stéphane Graber
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxc (Ubuntu)
Fix Released
Undecided
Unassigned
Trusty
Fix Released
Undecided
Stéphane Graber
Xenial
Fix Released
Undecided
Stéphane Graber

Bug Description

LXC upstream released LXC 2.0.1 as a bugfix release with following changelog:
 - apparmor: Also allow fstype=fuse for fuse filesystems
 - attach: adapt lxc-attach tests & add test for pty logging
 - attach: don't fail attach on failure to setup a SIGWINCH handler.
 - attach: fix a variety of lxc-attach pts handling issues
 - attach: switch console pty to raw mode (fixes ncurses-based programs)
 - attach: use raw settings of ssh for pty
 - bindings: fixed python-lxc reference to var before assignment in create()
 - bindings: set PyErr when Container.__init__ fails
 - cgfsng: defer to cgfs if needed subsystems are not available
 - cgfsng: don't require that systemd subsystem be mounted
 - core: Added missing type to keys in lxc_list_nicconfigs
 - core: Allow configuration file values to be quoted
 - core: log: remove duplicate definitons and bump buffer size
 - core: sync: properly fail on unexpected message sizes
 - core: Unshare netns after setting the userns mappings (fixes ownership of /proc/net)
 - core: various fixes as reported by static analysis
 - c/r: add an option to use faster inotify support in CRIU
 - c/r: rearrange things to pass struct migrate_opts all the way down
 - doc: ignore temporary files generated by doxygen
 - doc: tweak manpage generation date to be compatible with reproducible builds
 - doc: update MAINTAINERS
 - doc: update to translated manpages
 - init: add missing lsb headers to sysvinit scripts
 - init: don't make sysv init scripts dependant on distribution specifics
 - init: drop obsolete syslog.target from lxc.service.in
 - lxc-attach: add logging option to manpage
 - lxc-checkconfig: better render when stdout isn't a terminal
 - lxc-create: fix -B best option
 - lxc-destroy: avoid double print
 - lxc-ls: use fewer syscalls when doing ipc
 - templates: Add apt-transport-https to minbase variant of Ubuntu template
 - templates: fix a typo in the capabilities name for Gentoo (sys_resource)
 - templates: logic fix in the Centos template for RHEL7+ support
 - templates: tweak Alpine DHCP configuration to send its hostname
 - templates: tweak to network configuration of the Oracle template

Just like Ubuntu itself, upstream releases long term support releases, as is 2.0 and then periodic point releases including all the accumulated bugfixes.

Only the latest upstream release gets full support from the upstream developers, everyone else is expected to first update to it before receiving any kind of support.

This bugfix release has already been uploaded to Yakkety and automatically backported in the upstream PPAs for all Ubuntu releases. So far without any reported regression.

This should qualify under the minor upstream bugfix release allowance of the SRU policy, letting us SRU this without paperwork for every single change included in this upstream release.

Once the SRU hits -updates, we will be backporting this to trusty-backports as well, making sure we have the same version everywhere.

Changed in lxc (Ubuntu):
status: New → Fix Released
Changed in lxc (Ubuntu Trusty):
status: New → In Progress
status: In Progress → Triaged
Changed in lxc (Ubuntu Xenial):
status: New → In Progress
Changed in lxc (Ubuntu Trusty):
assignee: nobody → Stéphane Graber (stgraber)
Changed in lxc (Ubuntu Xenial):
assignee: nobody → Stéphane Graber (stgraber)
Revision history for this message
Stéphane Graber (stgraber) wrote :

Uploaded to the queue.

Revision history for this message
Martin Pitt (pitti) wrote : Please test proposed package

Hello Stéphane, or anyone else affected,

Accepted lxc into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lxc/2.0.1-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in lxc (Ubuntu Xenial):
status: In Progress → Fix Committed
tags: added: verification-needed
Revision history for this message
Stéphane Graber (stgraber) wrote :

I've been running this in production over the past few days without seeing any problem (running a bit under 12000 containers).

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxc - 2.0.1-0ubuntu1~16.04.1

---------------
lxc (2.0.1-0ubuntu1~16.04.1) xenial; urgency=medium

  * New upstream bugfix release (2.0.1) (LP: #1582887)
    - apparmor: Also allow fstype=fuse for fuse filesystems
    - attach: adapt lxc-attach tests & add test for pty logging
    - attach: don't fail attach on failure to setup a SIGWINCH handler.
    - attach: fix a variety of lxc-attach pts handling issues
    - attach: switch console pty to raw mode (fixes ncurses-based programs)
    - attach: use raw settings of ssh for pty
    - bindings: fixed python-lxc reference to var before assignment in create()
    - bindings: set PyErr when Container.init fails
    - cgfsng: defer to cgfs if needed subsystems are not available
    - cgfsng: don't require that systemd subsystem be mounted
    - core: Added missing type to keys in lxc_list_nicconfigs
    - core: Allow configuration file values to be quoted
    - core: log: remove duplicate definitons and bump buffer size
    - core: sync: properly fail on unexpected message sizes
    - core: Unshare netns after setting the userns mappings
      (fixes ownership of /proc/net)
    - core: various fixes as reported by static analysis
    - c/r: add an option to use faster inotify support in CRIU
    - c/r: rearrange things to pass struct migrate_opts all the way down
    - doc: ignore temporary files generated by doxygen
    - doc: tweak manpage generation date to be compatible with
      reproducible builds
    - doc: update MAINTAINERS
    - doc: update to translated manpages
    - init: add missing lsb headers to sysvinit scripts
    - init: don't make sysv init scripts dependant on distribution specifics
    - init: drop obsolete syslog.target from lxc.service.in
    - lxc-attach: add logging option to manpage
    - lxc-checkconfig: better render when stdout isn't a terminal
    - lxc-create: fix -B best option
    - lxc-destroy: avoid double print
    - lxc-ls: use fewer syscalls when doing ipc
    - templates: Add apt-transport-https to minbase variant of Ubuntu template
    - templates: fix a typo in the capabilities name for Gentoo (sys_resource)
    - templates: logic fix in the Centos template for RHEL7+ support
    - templates: tweak Alpine DHCP configuration to send its hostname
    - templates: tweak to network configuration of the Oracle template

 -- Stéphane Graber <email address hidden> Tue, 17 May 2016 17:19:58 -0400

Changed in lxc (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Chris J Arges (arges) wrote : Update Released

The verification of the Stable Release Update for lxc has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Changed in lxc (Ubuntu Trusty):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.