Comment 8 for bug 1648056

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-lxd (stable/16.10)

Reviewed: https://review.openstack.org/408243
Committed: https://git.openstack.org/cgit/openstack/charm-lxd/commit/?id=eb44a8949532699e4e4100ca94029dc2b3cd0b34
Submitter: Jenkins
Branch: stable/16.10

commit eb44a8949532699e4e4100ca94029dc2b3cd0b34
Author: James Page <email address hidden>
Date: Wed Dec 7 12:58:23 2016 +0000

    Increase subuid/subgid range for root user

    To support use of distinct subuid/subgid ranges per LXD container,
    the default range for the root user must be increased to support
    > 1 running container in this configuration.

    Increase subuid/subgid range to support 5000 containers with distinct
    ranges. Restart LXD daemon if idmap configuration changes, to ensure
    that the full range of subid's are used.

    (also fix amulet tests for OpenStack Newton).

    Change-Id: I8b87dad736abaffdbd7afac090429790d3b03c96
    Closes-Bug: 1648056
    (cherry picked from commit f0773c995220f400ca6b4d5eca04ad9ee919202a)