middleware icon indicating copy to clipboard operation
middleware copied to clipboard

NAS-127511 / 25.04 / Fix zpool status for reporting used spare disks correctly

Open Qubad786 opened this issue 6 months ago • 2 comments

Problem

zpool.status was not properly reporting path for disk properly when a spare had replaced a data disk.

Solution

We are now using zpool status for retrieving serialized information about the zpool so we can properly account for disk path being reported for spare based disks and that is much better optimized for a system with large number of disks as compared to py-libzfs.

Qubad786 avatar Aug 19 '24 10:08 Qubad786