Michael Engel
Michael Engel
Hi @jzandbergen > When examining the terraform logs I see that the provider is trying to connect to a oVirt node directly instead of the imageio service on the ovirt-engine....
@Vatson112 The blocking PR has been merged. The new feature for managing and reading MACs is available in [v2.1.0](https://github.com/oVirt/go-ovirt-client/releases/tag/v2.1.0)
As far as I understood this new feature, the following changes would be required to implement this new feature: - the [go-ovirt-client](https://github.com/oVirt/go-ovirt-client) needs to be extended, e.g. the [nic stuct](https://github.com/oVirt/go-ovirt-client/blob/main/nic.go#L182-L189),...
@Yarboa The SELinux policy for BlueChi was on permissive by default till v0.9.0 (changed [in this PR](https://github.com/eclipse-bluechi/bluechi/pull/935)), so even if some actions were not allowed, nothing was blocked. For v0.9.0+...
I checked with a plain c10s container image and get the same error: ```bash podman run -it quay.io/centos/centos:stream10 /bin/bash $ dnf install bluechi-selinux CentOS Stream 10 - BaseOS 1.2 MB/s...
Ah, I think I found the issue: For the `copr_build` job we add BlueChi's copr repo to the `additional_repos` list, but only for epel9. I created https://github.com/containers/qm/pull/708 to add also...
@Yarboa Did #745 fix the cs10 target? If yes, can we close this issue?
Thank you for the positive feedback and your discussion to this RFE @argerus @SebastianSchildt I'll try to propose a PR in the next weeks, depending on how much time I...
Preceding PR: https://github.com/ggml-org/llama.cpp/pull/11922 And still this error even though there is no merge commit: ``` Merge is not an allowed merge method in this repository. This branch must not contain...
> Interesting, 2 refers to SIGINT (signal number 2). need to see, if it is related to the new configuration changes in qudletfiles > > Slice=-.slice CPUWeight=idle > > Which...