Bert Proesmans and Michael Hoang
8ff2716d01
Fix(test); Add idempotent unmounting to tests of example configuration
2026-05-29 08:41:07 +02:00
Bert Proesmans and Michael Hoang
2c40806b93
feat(mdadm); start mdadm before mounting datasets
2026-05-29 08:41:07 +02:00
Bert Proesmans and Michael Hoang
5c7406ecc5
Fix(zfs_volume); Volume mount/unmount with encryption
...
- Fix consistent use of fully qualified dataset path
- Add idempotent unmounting with encryption keys
2026-05-29 08:41:07 +02:00
Bert Proesmans and Michael Hoang
03e19b4f67
Feature(zfs_volume); Add internal option for fully qualified zfs path
2026-05-29 08:41:07 +02:00
Bert Proesmans and Jörg Thalheim
a799338d17
fix(luks); Passthrough filesystems of content for unmounting
2025-11-20 14:10:46 +00:00
Bert Proesmans and Jörg Thalheim
fa7a23d0ef
fix(nodev); Set device default to fstype config
...
The value for device is copied into the SOURCE column of findmnt.
By default this is "none". The mount and unmount scripts
branch on SOURCE=fsType specifically, and the existence of "none"
in the SOURCE column causes wrong branches to be executed.
For a list of special filesystems, the default value "none"
is replaced by the value for fsType.
2025-11-20 14:10:46 +00:00
Bert Proesmans and Jörg Thalheim
d9e12a2c7f
fix(zpool); Ignore shadow-mount error during recreate of zpool at existing non-empty path
2025-11-20 14:10:46 +00:00
Bert Proesmans and Jörg Thalheim
d8a3e367bd
Fix(mdadm); unmount not passing through filesystems set from content
2025-11-20 14:10:46 +00:00
Bert Proesmans and Jörg Thalheim
436fd911cf
Fix(zfs_fs); Mount/Unmount with encryption
...
- Fix typo against full dataset path argument
- Make unmount with encryption keys idempotent
2025-11-20 14:10:46 +00:00