Jonathan Davies

Results 83 comments of Jonathan Davies

Another simple one: ``` - alert: MetalLBNoUsableAddresses expr: metallb_allocator_addresses_total == 0 annotations: description: 'MetalLB has no usable addresses.' summary: 'MetalLB no usable address space.' ```

> Was is the intent of this PR to make it visible also if unset? Yes, I hadn't thought about the other emergency things - do I just move it...

A VNET jail needs to be used for proper IPv6 connectivity (as I've described [here](https://github.com/BastilleBSD/bastille/issues/241#issuecomment-1483835851)). Once you have that in place, dual-stack works as it does on any FreeBSD host...

@alejandro-angulo No, that disables the usage of the binary cache within Hydra. I want to know exactly what I need to stick on my `nixosConfigurations.systemName = nixpkgs.lib.nixosSystem` in terms of...

> I understand that you might prefer to still serve /metrics in that case for some reasons, but would like to understand those reasons. To me, a 5xx error would...

@lrosenman Please review when you have a moment.

I'd suggest just using https://github.com/wdm0006/pygeohash

@egmc Feel free to put in a PR - I'd be keen to have these metrics as well.

You might want to add the other optimization options from: https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/Cargo.toml#L20-L24 Right now I'm seeing: ``` 276M Jan 31 23:19 ../vector-non-lto* 146M Feb 7 18:42 target/release/vector* # with LTO 69M...