[Bug 1831733] [NEW] ledmon incorrectly sets the status LED
Launchpad Bug Tracker
1831733 at bugs.launchpad.net
Thu Aug 29 12:26:01 UTC 2019
You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):
Description:
After creating the RAID volume, deleting it and creating second RAID
volume (with same disks as with first volume but with less disks'
count), LED statuses on disks left in container are ‘failure’.
Steps to reproduce:
1. Turn on ledmon:
# ledmon --all
2. Create RAID container:
# mdadm --create /dev/md/imsm0 --metadata=imsm --raid-devices=3 /dev/nvme5n1 /dev/nvme4n1 /dev/nvme2n1 --run –force
3. Create first RAID volume:
# mdadm --create /dev/md/Volume --level=5 --chunk 64 --raid-devices=3 /dev/nvme5n1 /dev/nvme4n1 /dev/nvme2n1 --run –force
4. Stop first RAID volume:
# mdadm --stop /dev/md/Volume
5. Delete first RAID volume:
# mdadm --kill-subarray=0 /dev/md127
6. Create second RAID volume in the same container (with less disks' count than first RAID, using the sane disks as in the first volume):
# mdadm --create /dev/md/Volume --level=1 --raid-devices=2 /dev/nvme5n1 /dev/nvme4n1 --run
7. Verify status LED on container member disks which are not part
of second RAID volume.
Expected results:
Disks from container which are not in the second volume should have ‘normal’ status LED.
Actual results:
Disks from container which are not in the second volume have ‘failure’ status LED.
** Affects: oem-priority
Importance: High
Assignee: Woodrow Shen (woodrow-shen)
Status: Confirmed
** Affects: ledmon (Ubuntu)
Importance: Undecided
Status: Confirmed
** Tags: patch
--
ledmon incorrectly sets the status LED
https://bugs.launchpad.net/bugs/1831733
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list