Florian Berchtold

Results 61 comments of Florian Berchtold

The most confusing part was that at an earlier stage, when the server is analyzed for the first time, some internal logic decides for the correct image. But then when...

> `talosVersion` is not the Talos version you're installing, it's the machine config generation contract: https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/#usage > > The version of Talos you're installing is defined by the `Environment` in...

Hi, 4k* random IO is one of the strengths of SSD's, and benchmarking this would show their IOPS capabilities. This would be a read and a write benchmark. \* 4k...

I have the same issue here. I am using `pkg_tar` to package a `py_binary` with all it's runfiles, including `data` dependencies. I am using `oci_image` to deploy that `py_binary`. In...

How does it depend on the installed ZFS version? All it does is looking for `zfs.h` and compile some stuff? It worked with 0.8 yesterday 🤷 Or do you mean...

Thanks, yes that issue looks a) very promising and b) very stale 🤣 But https://github.com/bazelbuild/bazel/issues/10443#issuecomment-1852961886 made a good suggestion: `resource_set` Can we use them to assign the nix rules one...

for the time being, is there any way for rules_nixpkgs to honor `NIX_BUILD_CORES`? This doesn't work: ``` NIX_BUILD_CORES=2 bazel build @some_nix_dependency//... ... build flags: -j32 -l32 ``` https://bazel.build/reference/command-line-reference#flag--repo_env doesn't work...

same here, 3.4 from apt (1:3.4.0-14319-g.3ab76533f-0ubuntu1~22.04.1) ![image](https://github.com/canonical/maas-ui/assets/23190927/6cc95e2f-dfc4-4a70-bd71-6ed334934b55) ![image](https://github.com/canonical/maas-ui/assets/23190927/a4d7af84-5bcd-4920-b808-5de233f53063)

Found a workaround while trying to make it work with CLI. The CLI gives you a nice error message: ``` {"parents": ["All parents must belong to the same VLAN."]} ```...

Same issue, we disabled cone mode and now all stateful runners are "poisoned" with a permanent sparse mode. I think the way things are setup [here](https://github.com/actions/checkout/blob/85e6279cec87321a52edac9c87bce653a07cf6c2/src/git-command-manager.ts#L189) don't get cleaned up...