[2.0.1] Bugfix Release: OpenZFS CLI Snapshot Discovery, Root Dataset Resolution & Configuration Guide
Latest[2.0.1] - 2026-08-29
Bugfix Release: OpenZFS CLI Snapshot Discovery, Root Dataset Resolution & Configuration Guide
π Bug Fixes & Stability
- OpenZFS Provider Initialisation & Snapshot Timestamps:
- Fixed an issue in
RootFolderwhereProviderRegistrywas erroneously queried withprovider_type("cli") instead offilesystem_type("zfs"), which caused auto-discovered ZFS roots to silently fall back toGenericProvider/FilesystemSnapshotProvider. - Ensured
ZfsProvider.create_snapshot_providerproperly forwardsconfig.dataset_nametoZfsCliSnapshotProvider.
- Fixed an issue in
- Root-on-ZFS Path Resolution (
/& Container Mount Prefixes):- Fixed dataset matching in
ZfsClient.find_dataset_by_pathwhen the root filesystem dataset is mounted at/and passed into the container via/host(mount_prefix: "/host").
- Fixed dataset matching in
π Documentation
- Comprehensive Configuration & Architecture Guide:
- Created
docs/configuration-guide.mdwith deep-dives into path resolution formulas, provider use-cases (btrbk, Snapper, OpenZFS), and dynamic snapshot-specific UID/GID mappings.
- Created