Actions
Bug #10808
closedPrint "(repairing)" in zpool status again
Start date:
2019-04-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Port ZoL 2ef0f8c3298 Print "(repairing)" in zpool status again
From the ZoL commit msg:
Historically, zpool status prints "(repairing)" for any drives that
have errors during a scrub:
NAME STATE READ WRITE CKSUM
mypool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
/tmp/file1 ONLINE 13 0 0 (repairing)
/tmp/file2 ONLINE 0 0 0
/tmp/file3 ONLINE 0 0 0
This was accidentally broken in "OpenZFS 9166 - zfs storage pool
checkpoint" (d2734cc). This patch adds it back in.
Updated by Electric Monk about 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 64dee23eeee29de386301f5c43198866122deedb
commit 64dee23eeee29de386301f5c43198866122deedb Author: Tony Hutter <hutter2@llnl.gov> Date: 2019-04-26T14:59:53.000Z 10808 Print "(repairing)" in zpool status again Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions