Page MenuHomeFreeBSD

bsdinstall/script: umount before zpool export
ClosedPublic

Authored by corvink on May 3 2022, 5:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 27 2024, 12:43 AM
Unknown Object (File)
Sep 25 2024, 11:56 PM
Unknown Object (File)
Sep 22 2024, 10:56 PM
Unknown Object (File)
Sep 22 2024, 5:23 AM
Unknown Object (File)
Sep 19 2024, 4:56 AM
Unknown Object (File)
Sep 18 2024, 3:59 PM
Unknown Object (File)
Sep 18 2024, 4:39 AM
Unknown Object (File)
Sep 17 2024, 7:50 PM
Subscribers

Details

Summary

When running zpool export first, boot/efi and dev is still mounted so
zpool export fails. By running bsdinstall umount first the pool can be
cleanly exported.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 3 2022, 7:20 AM

And I think that this one is :
Fixes: 34766aa8cb "Fix scripted installs on EFI systems using ZFS root with zfsboot."

Hello re@
This breaks scripted install for 13.1
Should this be a candidate for another RC ?

This revision was automatically updated to reflect the committed changes.