Searched hist:f30f11f878fe2aa535cd286810d31c92793a3d95 (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | dumpon | diff f30f11f878fe2aa535cd286810d31c92793a3d95 Fri Mar 05 17:13:23 CET 2021 Chuck Tuffli <chuck@FreeBSD.org> wait for device mounts in zpool and dumpon
If the root file system is composed from multiple devices, wait for devices to be ready before running zpool and dumpon rc scripts.
An example of this is if the bulk of the root file system exists on a fast device (e.g. NVMe) but the /var directory comes from a ZFS dataset on a slower device (e.g. SATA). In this case, it is possible that the zpool import may run before the slower device has finished being probed, leaving the system in an intermediate state.
Fix is to add root_hold_wait to the zpool and dumpon (which has a similar issue) rc scripts.
PR: 242189 Reported by: osidorkin@gmail.com Reviewed by: allanjude MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D29101
|
H A D | zpool | diff f30f11f878fe2aa535cd286810d31c92793a3d95 Fri Mar 05 17:13:23 CET 2021 Chuck Tuffli <chuck@FreeBSD.org> wait for device mounts in zpool and dumpon
If the root file system is composed from multiple devices, wait for devices to be ready before running zpool and dumpon rc scripts.
An example of this is if the bulk of the root file system exists on a fast device (e.g. NVMe) but the /var directory comes from a ZFS dataset on a slower device (e.g. SATA). In this case, it is possible that the zpool import may run before the slower device has finished being probed, leaving the system in an intermediate state.
Fix is to add root_hold_wait to the zpool and dumpon (which has a similar issue) rc scripts.
PR: 242189 Reported by: osidorkin@gmail.com Reviewed by: allanjude MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D29101
|