[Bug 288345] poudriere run, hanging umounts, system fails to reboot due to hanging processes

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Dec 2025 21:49:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288345

--- Comment #23 from Craig Leres <leres@freebsd.org> ---
(In reply to Craig Leres from comment #22)
gmirror(8) talks about creating a rc.d script that runs before "savecore" but
in fact all you have to do is change the balance to prefer:

    gmirror configure -b prefer swap

or just create the mirror with that balance to start with:

    gmirror label -b prefer -v swap \
        /dev/nda0p2 \
        /dev/nda1p2 \
        /dev/nda2p2 \
        /dev/nda3p2 \
        /dev/nda4p2 \
        /dev/nda5p2 

I predict I'll have a viable crash dump for this issue within the next four
weeks.

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