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)
Sun, Oct 12, 9:15 PM
Unknown Object (File)
Sat, Oct 11, 2:50 PM
Unknown Object (File)
Sat, Oct 11, 2:50 PM
Unknown Object (File)
Sat, Oct 11, 2:50 PM
Unknown Object (File)
Sat, Oct 11, 6:27 AM
Unknown Object (File)
Sat, Oct 4, 6:40 AM
Unknown Object (File)
Fri, Oct 3, 3:40 AM
Unknown Object (File)
Tue, Sep 30, 10:32 AM
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.