Sascha Grunert

Results 1115 comments of Sascha Grunert

/override ci/prow/ci-fedora-integration

/override ci/prow/ci-fedora-integration /override ci/prow/ci-cgroupv2-integration /override ci/prow/ci-fedora-kata

/test ci-cgroupv2-integration

@Jeansen thank you for the report We isolated conmon into `crio-conmon`, which should be configured to ``` monitor_path = "/usr/bin/crio-conmon" ``` for runc and crun, via https://github.com/cri-o/packaging/blob/main/templates/latest/cri-o/bundle/10-crio.conf Can you share...

@Jeansen `monitor_path` should be set for both runtimes: runc and crun https://github.com/cri-o/packaging/blob/79968a1ef9740f64a80fbdffe517a24ee9fcc1f7/templates/latest/cri-o/bundle/10-crio.conf#L7-L18 Do you mind printing the full results for `crio config`?

@Jeansen `monitor_path` is not set in your `[crio.runtime.runtimes.runc]` table so it tries to look it up it from `$PATH`. You manually need to set `monitor_path = "/usr/bin/crio-conmon"` in `/etc/crio/crio.conf.d/90-crio-runc.conf` to...

> Enforcing Code Formatting with Revive: Instead of golangci-lint, we propose trying out the revive linter. I don't think we need that, the rest looks sane to me.

/test ci-fedora-integration