-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lxd: Add support for starting instances on creation (from Incus) #13695
lxd: Add support for starting instances on creation (from Incus) #13695
Conversation
Heads up @ru-fu - the "Documentation" label was applied to this issue. |
This will also need a doc update to the API tab for creating an instance: https://documentation.ubuntu.com/lxd/en/latest/howto/instances_create/ You can find a short intro to how the docs work here - get in touch if anything is unclear. :) |
Hi @boltmark looks like not all of the commits have been cherry-picked correctly as the CLA test is failing. Also please can you sign your commits, see https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification Thanks! |
932518a
to
4cbddb4
Compare
Thanks for the comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good! Two small comments (but none are blocking).
941d643
to
86ad93a
Compare
@tomponline Ready for review. Looks like the documentation test is failing due to criu.org being down, but hopefully this is temporary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of nits and question about the migration fix
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Sponsored-by: Lanes & Planes GmbH (https://www.lanes-planes.com) (cherry picked from commit a00b1aa4a713c7eb1460701ac6127c151fe72548) Signed-off-by: Mark Bolton <mark.bolton@canonical.com> License: Apache-2.0
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Sponsored-by: Lanes & Planes GmbH (https://www.lanes-planes.com) (cherry picked from commit d85d6843ed5631660ca2375e797597174715c83f) Signed-off-by: Mark Bolton <mark.bolton@canonical.com> License: Apache-2.0
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Sponsored-by: Lanes & Planes GmbH (https://www.lanes-planes.com) (cherry picked from commit b8c293da5a3399b8b16dcd2b5875dc5b4dd5323f) Signed-off-by: Mark Bolton <mark.bolton@canonical.com> License: Apache-2.0
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Sponsored-by: Lanes & Planes GmbH (https://www.lanes-planes.com) (cherry picked from commit 2405063803f5cc79198910014c48f4497b2ac091) Signed-off-by: Mark Bolton <mark.bolton@canonical.com> License: Apache-2.0
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Sponsored-by: Lanes & Planes GmbH (https://www.lanes-planes.com) (cherry picked from commit aa15dd4d73dd3fee6d7abf19df307051d4ebfee7) Signed-off-by: Mark Bolton <mark.bolton@canonical.com> License: Apache-2.0
86ad93a
to
2cddfe6
Compare
Signed-off-by: Mark Bolton <mark.bolton@canonical.com>
Signed-off-by: Mark Bolton <mark.bolton@canonical.com>
2cddfe6
to
846fe00
Compare
Thanks again @tomponline! I've resolved the nits and provided an alternative fix for the migration issue. Let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com>
Fixes canonical#14339 Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com>
Fixes canonical#14339 Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com> (cherry picked from commit 18f4c42)
Fixes canonical#14339 Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com> (cherry picked from commit 18f4c42)
This PR adds support for starting instances on creation.
Includes cherry-picks from lxc/incus#410.
Closes #13322