Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix namespacing of lxd config #6761
Conversation
added some commits
Dec 23, 2016
|
LGTM Ran QA steps successfully.
|
voidspace
commented
Jan 4, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
voidspace
commented
Jan 4, 2017
|
Nope, this approach is not sufficient. Bootstrapping in the following way shows up the problem:
Back to the drawing board. |
voidspace
closed this
Jan 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
voidspace commentedJan 4, 2017
No longer auto-prefix keys in the lxd config with the "user." namespace. This was wrong in some places and can be done manually in the one place it is needed.
Fixes bug #1631254.
To QA
The specific bug being fixed is that LXD containers would not autostart. To verify this is fixed:
After the reboot is completed the container should be running again, having restarted correctly.