Comment 6 for bug 1648056

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

Reviewed: https://review.openstack.org/408072
Committed: https://git.openstack.org/cgit/openstack/charm-lxd/commit/?id=f0773c995220f400ca6b4d5eca04ad9ee919202a
Submitter: Jenkins
Branch: master

commit f0773c995220f400ca6b4d5eca04ad9ee919202a
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.

    Change-Id: I8b87dad736abaffdbd7afac090429790d3b03c96
    Closes-Bug: 1648056