mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
On SEL guests, the default configuration does not permit the Control-Program Identifiation (CPI) data to be sent by the cpi service, resulting in a failure message in systemctl/log output on start of the cpi service. This is not a failure because it is expected behavior and the cpi service is a one-shot service whose function is already performed when the exit code is returned. Prevent the error log by filtering the associated exit code in systemd. Signed-off-by: Shalini Chellathurai Saroja <shalini@linux.ibm.com> Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>