Page MenuHomeFreeBSD

zfs: we can boot from dataset with large_dnode enabled
ClosedPublic

Authored by tsoome on Nov 30 2018, 10:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 3:06 AM
Unknown Object (File)
Dec 2 2024, 6:30 AM
Unknown Object (File)
Nov 26 2024, 5:08 PM
Unknown Object (File)
Oct 20 2024, 1:50 AM
Unknown Object (File)
Oct 19 2024, 1:28 AM
Unknown Object (File)
Oct 3 2024, 9:08 PM
Unknown Object (File)
Oct 2 2024, 9:01 PM
Unknown Object (File)
Oct 1 2024, 2:39 PM
Subscribers

Details

Summary

loader has been supporting large_dnode for some time, no need to block the
feature for boot dataset.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Maybe rather than removing the code it would be better to ifdef it out?
But not sure. What are plans for illumos in this respect?

In D18391#391262, @avg wrote:

Maybe rather than removing the code it would be better to ifdef it out?
But not sure. What are plans for illumos in this respect?

The loader part is ready and waiting, the large_dnode is in process of double checking the commits from zol - once it is ready, I do plan to push it and then there is also no need for such limit.

This revision is now accepted and ready to land.Dec 3 2018, 1:17 PM
This revision was automatically updated to reflect the committed changes.