zfsonfreebsd / ZoF

ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD
https://freebsd.org
Other
100 stars 8 forks source link

How openzfs-kmod can be compiled as built-in kernel , like ZOL? not module. #130

Closed javashin closed 4 years ago

javashin commented 5 years ago

https://raw.githubusercontent.com/zfsonfreebsd/ZoF/projects/zfsbsd/copy-builtin works ?

ghost commented 5 years ago

Nope that doesn't work on FreeBSD, it's for Linux only.

We don't currently have a way to build this module in to the kernel as far as I'm aware, but that is something we should consider. I think what would be needed is a list of files needed for openzfs (a la sys/conf/files) and an appropriately customized kernel config.

javashin commented 5 years ago

Thanks for the clarification , i hope this get into the TODO list in some near future thanks.

mattmacy commented 4 years ago

@javashin it has to be support as part of downstreaming modern OpenZFS to FreeBSD HEAD. However, it's not really a priority until all other regressions have been dealt with.

mattmacy commented 4 years ago

@javashin https://github.com/mattmacy/networking/tree/projects/openzfs_vendor

mattmacy commented 4 years ago

@javashin https://reviews.freebsd.org/D25477

javashin commented 4 years ago

Amazing . I Will Try To Merge And Compile -Current With New Changes. Soon. and Comeback Here With Results.

mattmacy commented 4 years ago

It's still a WIP follow the mentioned branch

javashin commented 4 years ago

okey thx

mattmacy commented 4 years ago

@javashin Please follow this thread https://lists.freebsd.org/pipermail/freebsd-fs/2020-July/028355.html