Simon Deziel
Simon Deziel
Go upstream seems to confirm the problem is with swagger itself, see https://github.com/golang/go/issues/65637#issuecomment-1936574478
Why bother with a PID file if you run in via systemd in notify mode? ``` -ExecStart=/own/core/unbound/sbin/unbound +ExecStart=/own/core/unbound/sbin/unbound -d -p ```
> * VM fails to stop in TestAccInstance_restartVirtualMachine: https://github.com/terraform-lxd/terraform-provider-lxd/actions/runs/7717387499/job/21036403945?pr=426#step:8:147 This was with `5.0/edge` with `lvm` and the VM failed to stop. Makes me think it could have been https://github.com/canonical/lxd/issues/12808?
> > * VM fails to stop in TestAccInstance_restartVirtualMachine: https://github.com/terraform-lxd/terraform-provider-lxd/actions/runs/7717387499/job/21036403945?pr=426#step:8:147 > > This was with `5.0/edge` with `lvm` and the VM failed to stop. Makes me think it could have...
It looks like `5.0/edge` is now green but `5.0/stable` is failing. There is a new rev coming up to `5.0/stable` so maybe that will fix it.
@aanderse Thanks, it LGTM but could you please add the `Signed-off-by` to your commit? Clicking on the DCO check details will walk you through how to do that.
Related to https://github.com/canonical/lxd-pkg-snap/pull/344#issuecomment-1956799046
Done in https://github.com/canonical/lxd/pull/13392
@ilyaredi, is `10.157.229.1` an IP configured on one of the networks managed by LXD, like `lxdbr0`? I was able to reproduce this issue by binding the DNS listener on `lxdbr0`...
@tomponline I don't know what's the current recommendation on binding LXD services on IPs assigned to devices it manages itself? Should we bind our services later or a few bind...