top | item 44846679

(no title)

Crontab | 6 months ago

One thing I am curious about is its version of ZFS. Would it be incompatible with OpenZFS from a Linux/FreeBSD system?

discuss

order

ndiddy|6 months ago

You would have to look at the feature flags that your pool uses and see whether they match the flags that illumos supports. OpenZFS's feature flags are a superset of illumos's, so you'd be able to use a pool created on illumos on Linux/FreeBSD if that's what you're asking. https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feat...

sugarpimpdorsey|6 months ago

Solaris was the reference implementation of ZFS. Are you wondering if you could migrate disk pools from BSD/Linux to Solaris ZFS?

yjftsjthsd-h|6 months ago

Illumos hasn't been Solaris for a long time. In particular, illumos uses pool version 5000 plus feature flags, while the proprietary version is still on version 28 or so without feature flags. OpenZFS is also much closer to the exact code in illumos, as far as I know there are some differences these days because they don't stay exactly in sync but they're close-ish.

unixhero|6 months ago

Zfs on linux is its own project with a lot of development to make it run well on Linux

That answers the Linux part of your question

ndiddy|6 months ago

ZFS on Linux has effectively taken over as the standard version of ZFS. It got renamed to OpenZFS a few years ago after the FreeBSD project chose to start using it for their ZFS support rather than upstream illumos ZFS due to how much more active the ZoL project was than upstream.