From 338eb38e8e71d457a4d9826bf47b72b6288b63ec Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Oct 19 2020 09:10:06 +0000 Subject: Describes issue no.528 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 7106d4c..75be582 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -34,3 +34,11 @@ This update also brings the following changes: == `nano` is a default terminal text editor In Fedora 33, `nano` has been set as the default terminal text editor. See the xref:sysadmin/System_Utilities.adoc#nano-as-default [System Utilities] section for more information. + +== `dmraid-activation.service` no longer depends on `systemd-udev-settle.service` + +The `dmraid` package is necessary for supporting firmware-based Redundant Array of Independent Disks (RAID) sets of non-IntelĀ® systems and Fedora only support these RAID sets when they are already configured in BIOS during the OS installation. + +The `dmraid` package provides the `dmraid-activation.service` that required an obsoleted service `systemd-udev-settle.service` in the default Fedora installation. The `systemd-udev-settle.service` service waited a long time for detection of all devices. As a result, a system booting was significantly prolonged. + +To solve this problem, `dmraid-activation.service` now disables itself if no supported RAID sets are found when the service runs for the first time.