I'd love to get rid of my FreeNAS VM and run ZFS directly on my Linux desktop, but having to mess with the kernel has kept me from attempting it so far. Maybe I'm worrying about nothing. btrfs seems like the main alternative if you want native kernel support, but when I checked a couple years ago there seemed to be a lot of concerns about the stability. Is that still the case?
I'm using btrfs and my system still works. :)
OpenZFS 2.0
71–80 of 151 posts
Re: OpenZFS 2.0
#72Earlier quoted context omitted.
That's a protocol problem, use a protocol such as rsync. You don't need to use redacted sends/recvs.
+1 for rsync, but with check-summing turned on, i think that's acceptable for 40GB.
Re: OpenZFS 2.0
#73Will OpenZFS on Linux ever be integrated with the Linux page cache?
Re: OpenZFS 2.0
#74Earlier quoted context omitted.
I personally use ZFS on Arch Linux. The DKMS package works almost out of the box and I haven't had any troubles. It takes a long time (but not too much) to compile though. Or you can use the latest Ubuntu that is shipped with ZFS.
Be aware of possible incompatibilities with the regular Arch kernel. I switched my NAS to linux-lts when a kernel point-release proved incompatible with openzfs.
Re: OpenZFS 2.0
#75Earlier quoted context omitted.
I personally use ZFS on Arch Linux. The DKMS package works almost out of the box and I haven't had any troubles. It takes a long time (but not too much) to compile though. Or you can use the latest Ubuntu that is shipped with ZFS.
Reporting in from Ubuntu 20.04 with ZFS on root. It works great. No issues so far, other than docker requires "zfs" as the storage-driver and doesn't support overlay2. See: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/171...
Re: OpenZFS 2.0
#76Earlier quoted context omitted.
The easiest way is using t Proxmox installer which has ZFS as a filesystem. Underneath it is a Debian 10 installation. Last time I tried you could not enable ZFS encryption. I don’t know what is the case with Openzfs 2.0 Do we have encryption,yet?
Ubuntu 20.10 has an option in installer to use ZFS encryption for root partition.
Re: OpenZFS 2.0
#77Just built a FreeNAS system over the past couple weeks and finished doing burn-in tests of my hard drives, wonder if I should wait and see how to install OpenZFS 2.0.0 before I create my storage config.
Aren't ZFS upgrades to existing vdevs really simple? I don't see any reason why you need to wait.
Re: OpenZFS 2.0
#78I'd love to get rid of my FreeNAS VM and run ZFS directly on my Linux desktop, but having to mess with the kernel has kept me from attempting it so far. Maybe I'm worrying about nothing. btrfs seems like the main alternative if you want native kernel support, but when I checked a couple years ago there seemed to be a lot of concerns about the stability. Is that still the case?
I've been running encrypted ZFS on 20.04 on my main workstation since it came out and it's worked great. Wrote up details here, it's a slight hack for encryption, no hack if you don't want crypto. https://linsomniac.gitlab.io/post/2020-04-09-ubuntu-2004-enc... A friend did a video based on my blog: https://www.youtube.com/watch?v=PILrUcXYwmc
Re: OpenZFS 2.0
#79Has there been any progress on the zfs on linux Linus disagreement front since this article? https://arstechnica.com/gadgets/2020/01/linus-torvalds-zfs-s...
zfs on linux available as root partition since 20.04. Working quite well I might add!
Re: OpenZFS 2.0
#80Just built a FreeNAS system over the past couple weeks and finished doing burn-in tests of my hard drives, wonder if I should wait and see how to install OpenZFS 2.0.0 before I create my storage config.
FreeNAS 12 (now named TrueNAS) is already using OpenZFS 2.0, or very nearly.