[Bug 223243] daily 404.status-zfs needs to report status using '-v' flag

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 16 Apr 2026 06:07:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223243

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=92378e0405a8caf77372cd1028970b1f7c7cf364

commit 92378e0405a8caf77372cd1028970b1f7c7cf364
Author:     Po Han Chen <hypery11@gmail.com>
AuthorDate: 2026-03-23 05:00:29 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-04-16 06:05:21 +0000

    periodic/daily: show verbose zpool status when errors are detected

    When zpool status -x reports errors, the output only shows basic error
    counts without identifying which files are affected. Replace the
    unconditional echo of the brief status with verbose output (zpool
    status -v) in the error path so administrators can see exactly which
    files have been damaged.

    The healthy/no-pools path still shows the brief status.

    PR: 223243
    Signed-off-by: Po Han Chen <hypery11@gmail.com>
    Reviewed by: imp, jlduran, asomers
    Pull Request: https://github.com/freebsd/freebsd-src/pull/2089

 usr.sbin/periodic/etc/daily/404.status-zfs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.