Test Description
In order to support loading the fiber-channel driver attributes during boot without re-creating initrd, we use a systemd service unit file that allows us to reload the fiber channel drivers during boot after the root filesystem has been mounted.
This test case fails if:
The file /etc/systemd/system/infi.fc.modules.restart.service doesn't exist or the service is not enabled
This test case passes if:
infi.fc.modules.restart.service is enabled
How to fix this test
Automatic fix
The tool copies /opt/infinidat/host-power-tools/src/infi/vendata/powertools/settings/cases/linux/base_cases/fc_driver_attributes/infi.fc.modules.restart.service to /etc/systemd/system, and enables it using "systemctl enable" command
Manual fix
Copy the file and enable the service using systemctl
Applies to
- SLES 12
Last edited: 2022-08-06 08:28:31 UTC
Comments