You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I would probably be best to suppress the error message in cpictl (cpi_commit), e.g. echo 1 > "$CPI_SET" 2> /dev/null
As we will likely implement the CPI interface for KVM in the future, it's OK to enable the service in KVM guests.
Seems the condition the service (https://github.com/ibm-s390-linux/s390-tools/blob/master/systemd/cpi.service.in#L14) it true even in a KVM guest, but the CPI interface isn't (fully) implemented (?) there and setting the values fail.
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1985745
The text was updated successfully, but these errors were encountered: