Frode Nordahl

Results 8 comments of Frode Nordahl

> > We need to replace this with some sort of configuration option that can be set per target when in a cluster. > > Could you elaborate a bit...

> What do you think should change in LXD? Are you thinking a NIC device config setting that specifies the `acceleration.parent` or something like that? I assume you are referring...

@ajkavanagh I'm not sure if the referenced PR fixes this issue? One of the main reasons the project was split into 2.8 and 3.x versions was that due to changes...

Note that there is an issue with the snap when running on bionic, as @esunar discovered, installing the build-packages through charmcraft as [discussed here](https://github.com/juju/charm-tools/issues/638#issue-1390214784) works around the issue. The proper...

I have a similar issue, however for me it affects the Ceph MON. The snapd changes history has unfortunately been purged, but looking at the snap mount entries in the...

Yes, i was not suggesting to unconditionally disable it, but we could either make it work (if that is even possible) or detect the situation and tell the user what...

The [Android / Test builds (ubuntu-latest, 4, 4096, 28, google_apis_playstore, x](https://github.com/uutils/coreutils/actions/runs/14992121971/job/42117784694?pr=7921) check appears to have failed intermittently during initialization and might be unrelated to the change at hand?

Awesome, great that it was eventually fixed @julian-klode. Curious about the choice of messing with `std::io` signal handling as opposed to just checking error return of `std::io` functions, which already...