Etienne Champetier

Results 43 issues of Etienne Champetier
trafficstars

The commit introducing block_rq_error tracepoint has been backported in RHEL 9.1, so improve the check for block_rq_error presence to use it.

If your NRI plugin timeouts, containerd will close the connection, and your NRI plugin `os.Exit(0)` without a chance to log anything https://github.com/containerd/nri/blob/53d3371559b3aedf4f491c33dc638fe535cc37ea/pkg/stub/stub.go#L519-L528 @klihub do you remember what was the logic...

https://github.com/containerd/nri/blob/6f5a4d2f231d1032682d2809f95a1815a08f8532/pkg/adaptation/plugin.go#L119 cmd.Stdout/Stderr are nil, so everything goes to /dev/null

v1.0 required

## Subject libvma uses huge amount of memory (~4x8G) with max RLIMIT_NOFILE Going from EL8 to EL9, default Max open files limit goes from `1048576` to `1073741816`, this is true...

## Subject Use MADV_HUGEPAGE as ALLOC_TYPE_HUGEPAGES fallback ## Issue type - [ ] Bug report - [X] Feature request ## Configuration: * Product version: VMA_VERSION: 9.7.2-1 * OS: Alma 8.6...

Not sure if this is expected, the interfaces are a bit out of order (both when using ipxe.efi and snp.efi) NIC is `Broadcom NetXtreme Gigabit Ethernet (BCM5720)` https://www.dell.com/en-sg/shop/dell-quad-port-1-gigabit-broadcom-5720-network-daughter-card-cuskit/apd/540-bbhg/wifi-and-networking ![rpviewer (23)](https://github.com/ipxe/ipxe/assets/3536755/8ac8c24b-91ed-44a2-a552-c0e8a9f1369e)...

Hello, Last release was ~1year ago, any chance to get a new one ? Having a release make it easier to encourage distro to upgrade :)

### Describe the bug Are rpm `%post` supposed to be ordered between depend packages ? I have a package that install an SELinux module that depends on container-selinux being fully...

It can be interesting to allow to be able to configure bcqueuelen for macvlan interface, for exemple for macvlan CNI (https://www.cni.dev/plugins/current/main/macvlan/) This was added in Linux 5.11 https://github.com/torvalds/linux/commit/d4bff72c8401e6f56194ecf455db70ebc22929e2 https://github.com/iproute2/iproute2/commit/42f5642a40a70e2ad0a10563397d6aa714299390 While...