Bug ID 748044: RAID status in tmsh is not updated when disk is removed or rebuild finishes

Last Modified: Jan 20, 2023

Bug Tracker

Affected Product:  See more info
BIG-IP TMOS(all modules)

Known Affected Versions:
14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.0.1.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4

Fixed In:
15.1.0

Opened: Oct 26, 2018
Severity: 3-Major

Symptoms

'tmsh show sys raid' shows stale information When the RAID status changes because a disk fails, is pulled without being removed from the RAID, or when RAID rebuild completes, the new status is not updated to be visible in tmsh. Log messages, SNMP traps and alerts associated with the change in RAID status do not appear.

Impact

'tmsh show sys raid' output might show disk as ok when it has actually failed, or may show the disk as rebuilding when it is actually ok.

Conditions

-- Platforms that support RAID running 14.0.0 or later. -- Running the command: tmsh show sys raid.

Workaround

From a bash shell run the command 'array' to see the correct state of the RAID. If a disk has failed or been removed, the following tmsh commands remove the disk from the RAID: tmsh mod sys raid array <arrayName> remove <DiskName>

Fix Information

None

Behavior Change