Mathieu Grzybek

Results 11 comments of Mathieu Grzybek

It makes me think of collectd: an interesting monitoring tool. However there is no proper amqp consumer plugin.

Hi, Same behaviour using a Debian 11.3 container and Draw.io 19.0.3. Here are the logs: ```bash $ drawio --border=0 --export --no-sandbox --output diagrams/schema.png --page-index=3 \ diagrams/schema.drawio [20489:0802/112631.689242:ERROR:node_bindings.cc(276)] Most NODE_OPTIONs are...

@Dieterbe I am not a golang devoloper but I can give it a try. These changes are minor.

Hi, You can trigger the ONTAP system directly using a k8s `Job` and some `ansible` or Python API magic. https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_snapshot_module.html https://library.netapp.com/ecmdocs/ECMLP2858435/html/resources/snapshot.html

Hi, This is exact (nota: this is a `cgroup v1 blkio` file, different from `cgroup v2 io`). The field *Total* is always present.

Hi, Same problem here using my Apple M1 using AFP or SMB shares: - The QEMU engine does not want to use the disks. - The native Apple virtualization makes...

I might have some available time to do it in a few weeks. I found a hack mounting `/etc/ssl` from the host into the container.

> Separately, I'm also aiming to get this [packaged in nixpkgs](https://github.com/NixOS/nixpkgs/pull/298689), but I could possibly see value in having a local in-project build configuration if it matches the Makefile I...

Hi, I can have a look. It seems that the work has been started but is still unfinished. https://github.com/opensearch-project/opensearch-k8s-operator/blob/307a9f99ee0fade799d5f05e2217763516515c38/charts/opensearch-operator/values.yaml#L74 Looks like something like this should work: ```yaml securityContext: allowPrivilegeEscalation: false...

I think a generic evacuator running shell scripts should be the way to go. The end users would be able to use their own scripts. Moreover this wouldn't claim any...