#22 enable s390x specific services
Merged 5 years ago by pbrobinson. Opened 5 years ago by sharkcz.
rpms/ sharkcz/fedora-release s390x  into  master

file modified
+6
@@ -264,3 +264,9 @@ 

  # Mark the system for SELinux autorelabel when appropriate

  # https://bugzilla.redhat.com/show_bug.cgi?id=1589720

  enable selinux-autorelabel-mark.service

+ 

+ # https://bugzilla.redhat.com/show_bug.cgi?id=1623901

+ enable cpi.service

+ 

+ # Initialize persistent devices on s390x

+ enable device_cio_free.service

cpi
- does not alter other services
- does not require pre-configuration to start
- does not exit with an error, even if the hardware interface is not there
- does not listen for outside connections
- https://bugzilla.redhat.com/show_bug.cgi?id=1623901#c3

device_cio_free
- mandatory service to initialize persistent devices (disks, network) on s390x
- does not alter other services
- does not require pre-configuration to start
- does not exit with an error, even if the hardware interface is not there
- does not listen for outside connections

s390utils is only compiled for s390x, so it cannot affect any other architecture.
LGTM.

Pull-Request has been merged by pbrobinson

5 years ago