You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature/mdadm: workaround for the error in determining the RAID device in use
Sometimes on Fedora, bash may end up with the following error:
/srv/features/mdadm/guess/device: line 46: /sys/devices/virtual/block/md127/uevent: Success
In this line, the file is sourced from sysfs:
MAJOR=
MINOR=
. "$SYSFS_PATH$1"/uevent
As a workaround, we try to read the file in other ways. If that doesn't
work, we make the rules for all raid devices.
Signed-off-by: Alexey Gladkov <[email protected]>
0 commit comments