c6bd0e9989
* add 0314-nfs_do_not_pass_ifname_for_bonding_devices.patch - Find devices by path for S390x (bsc#915218) * add s390x_persistent_device.conf OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=289
11 lines
456 B
Plaintext
11 lines
456 B
Plaintext
# Set persistent policy by-path on s390 platforms, to prevent
|
|
# the system from hanging during the boot when vDISKs are used
|
|
# as swap devices (bsc#915218).
|
|
#
|
|
# Indeed, they are required to be present early in the boot
|
|
# process to possibly resume the system. However, since
|
|
# they are cleared after logoff/logon and the UUID will likely
|
|
# change after reinitialization, these will not be found with
|
|
# the default by-uuid policy.
|
|
persistent_policy=by-path
|