mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#openzfs

6 Beiträge5 Beteiligte0 Beiträge heute

Hot on the heels of last week's 2.2 update, here's #OpenZFS 2.3.3. Lots of fixes and updates, including:

- encryption+replication panic fixes
- support for Linux 6.15 and RHEL/CentOS/Alma 10
- multithreaded ARC eviction
- more responsive dbuf cache eviction
- improved dedup efficiency for embedded and zero blocks
- syncfs() (Linux) and msync() (FreeBSD) correctness fixes
- disk/by-vdev symlinks for multipath partitions

Enjoy, and remember to tip your programmers! 💸

github.com/openzfs/zfs/release

GitHubRelease zfs-2.3.3 · openzfs/zfsSupported Platforms Linux: compatible with 4.18 - 6.15 kernels FreeBSD: compatible with releases starting from 13.3+, 14.0+ Changes Tag zfs-2.3.3 Linux 6.15 compat: META #17393 Fix mixed-use-of-...

yaiy, delayed to the battlemesh and now during the train ride getting this on every boot, unless I add a "module_blacklist=zfs"... luckily I'm only using the #ZFS partition for Linux / OpenWrt / Gluon dev stuff, things where I need a deduplicating and compressing filesystem due to many parallel build / git worktrees. And I have a recent backup.

#OpenZFS LTS update. Fairly modest changes, as you would expect from the long-term stable series.

Changes of note:
- all the recent fixes for the infamous encryption+replication panics;
- the "new" Linux IO submission method introduced in 2.3 is now enabled by default, as it fixes a wide variety of issues and is generally faster;
- Linux support up to 6.15.

This is a very pleasant update! If you get your OpenZFS from your OS vendor, hassle them for an update today!

github.com/openzfs/zfs/release

GitHubRelease zfs-2.2.8 · openzfs/zfsSupported Platforms Linux: compatible with 4.18 - 6.15 kernels FreeBSD: compatible with releases starting from 13.3+, 14.0+ Changes Tag zfs-2.2.8 ZTS: Enable io_uring on CentOS Stream 9 and 10 a...
Antwortete im Thread

@dvl I found #OpenZFS bookmarks *fiendishly* difficult to wrap my head around for a long time, so here's my best attempt at a short and sweet explanation:

A bookmark, unlike a snapshot, doesn't preserve all blocks active at a certain point in time: it merely notes the actual point in time.

You can use a bookmark as a replication SOURCE, and as long as the TARGET has a snapshot taken at the exact time of the bookmark, that is sufficient basis for incremental replication.