diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-19 19:42:08 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-19 19:42:08 +0000 |
commit | 80dadc0c749f5521377808360e4e9fa7aff7389b (patch) | |
tree | 6768be6791a9378b01fdb15b6eabd9cfdce784a1 /perl-install/NEWS | |
parent | c7ffac2610c088756c0709291b081b9a31079262 (diff) | |
download | drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.gz drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.bz2 drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.xz drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.zip |
Fix a crash when detecting a mdadm RAID array (mga#26707)
get_hds() did not handle the case of a mdadm RAID array created using raw
devices instead of partitions. The drakx tools never do this, but the user
may have done it another way.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 51b1f8e34..7d2dec024 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o fix crash when a mdadm RAID array has been created outside diskdrake using + raw devices (mga#26707) - remove-unused-packages: o disable timeout - it can corrupt the rpm database (mga#27580) - drakhardware: |