Julian Pelizäus

Results 92 comments of Julian Pelizäus

@troyanov as discussed I have created https://github.com/canonical/microcluster/issues/445 with an idea how we could achieve the logging/visibility you are looking for.

@sabaini In https://github.com/canonical/lxd/pull/16435 we have added the option to be able to mark disks "in use" by things like bcache etc. The idea would be to reuse the same approach...

Hi, thanks for raising awareness on this one! There are two more `SelectRandom` funcs which seem to use the same type of logic. But what surprises me is that none...

I see thanks. It feels like a good addition then to have a utility like this. Also as it's already in v2 we add the fix to both v3 and...

Hi @louiseschmidtgen, thanks for the report. Are you aware of https://chat.canonical.com/canonical/pl/tuxr7u5origfiqgzo9tkpfgrqe? A few months ago I started to question what is up with the roles adjustment frequency and hook and...

> I've not looked at the code, but if these structs need to be accessible to the caller why are they being moved to internal and then interfaces being used...

> Can you define the types externally to `internal` and then use them from both the `/internal` functions and the call sites (like `shared.api`)? Yes that is the idea. This...

> The new package structure LGTM overall. Shall we also update the Makefile `update-schema` target in this PR? Good catch. We should drop this overall as we agreed on not...