https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247618

            Bug ID: 247618
           Summary: /etc/rc.d/savecore doesn't work if dumpdev is a GEOM
                    name
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

If in /etc/rc.conf you specify dumpdev as "auto" or an absolute path like
"/dev/label/dump0", then everything is fine.  But if you specify it as a geom
name like "label/dump0", then /etc/rc.d/savecore won't be able to find it.  The
problem is not immediately apparent because /etc/rc.d/dumpon _does_ accept
dumpdev in that format (added by smh in r291207).

I see two possible good solutions:
1) Modify /etc/rc.d/savecore to check "savecore -C /dev/${dev}" if "savecore -C
${dev}" fails.
2) Modify /etc/rc.d/savecore to check for /dev/dumpdev even if dumpdev is not
set to "auto"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to