Releases: cbreak-black/ZetaWatch
Auto Load Key
Automatically load keys for file systems in newly discovered pools, if this is configured.
Also features redesigned error reporting and other internal changes.
Application Icon
A maybe somewhat dull but still improved application icon.
Force Unmount / Force Export
In addition to unmount / export, variants with force flag are available. These can cause problems, but also potentially solve problems. Use with caution. Unmount / Export errors should now be slightly more helpful.
Additionally, the property listing code is now improved.
Pool / Filesystem Properties
Show pool and filesystem properties in addition to the VDev Properties previously available. "All Properties" entries are created on demand. And minor bug fixes.
Password Pop Over
Use a Pop Over instead of a dialog box to enter the password to unlock file systems. That should give a more reliable and pleasant user experience.
Also fixed some bugs.
VDev Meta Data
Show more details for the pool / vdev list, including underlying device path and serial number.
Also provide disk metadata from DiskArbitration, with code copied from InvariantDisks. The the new information, as well as the original data from ZFS is copied to the PasteBoard when selecting the menu.
Individual Pool Import
Individual pools can now be imported with a sub menu. It is built on the fly, which can take time when many devices have to be checked for the presence of importable pools.
Hardened Runtime Entitlements
Add an entitlement that allows using libraries signed by anyone other than myself or apple, such as the ZFS Libraries. Change some other Code Signing settings, and the security defaults.
This build is tested with zfs-1.9.0-0-g876d7a.
Export / Scrub Command
Improved zpool interaction: ZetaWatch now can start and stop scrubs, and export pools. The old mount / unmount commands are now more context aware and only show when they make sense.
Admin Authentication requirements can be removed with the following commands from the default authenticate-admin
to allow
:
security authorizationdb write net.the-color-black.ZetaWatch.export allow
security authorizationdb write net.the-color-black.ZetaWatch.scrub allow
I'm considering to change the defaults in a future release.
Scrub Report Improvements
Report both scanned and issued progress for scrubbing, as well as data rate and expected duration.