Tom Parrott
Tom Parrott
No, live migration for containers cannot occur without CRIU (not that it will work in majority of cases with CRIU anyway, but thats out of scope for this issue).
Hrm, no, im confused now. I'm not able to reproduce the original error message you mention: > Error: Unable to perform live container migration When copying an instance on a...
We normally encourage support requests to be posted over at https://discourse.ubuntu.com/c/lxd/support/149 In this case it does not appear you have been able to identify reproducer steps to make the issue...
Closing due to lack of response and because this would be better posted on the forum.
Yes this is likely due to the use of struct embedding in the in the `Instance` type: https://github.com/canonical/lxd/blob/main/shared/api/instance.go#L204 Because the docs are generated from the types themselves im not sure...
Yes potentially because when interaction (accessing or instantiating) an `Instance` one may directly refer to the embedded `InstancePut` struct. Also I would want us to fix the overall *theme* here...
> I think a simple solution in this case would be to just ensure that we don't spawn an events listener if the client hasn't been assigned a keypair. We...
@masnax ok in that case im not following what you mean by: > I think a simple solution in this case would be to just ensure that we don't spawn...
@masnax ok lets have a look at a PR that does this when you get a chance. Thanks
Filtering events by what the user can see, ala https://github.com/lxc/incus/issues/292 would be helpful here. @markylaing says > Ultimately, filtering events by what the user is able to view would solve...