Skip to content

Releases: cbreak-black/ZetaWatch

Auto Load Key

30 Jul 15:15
Compare
Choose a tag to compare

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

28 Jul 13:15
Compare
Choose a tag to compare

A maybe somewhat dull but still improved application icon.

Force Unmount / Force Export

28 Jul 11:33
Compare
Choose a tag to compare

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

22 Jun 22:00
Compare
Choose a tag to compare

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

16 Jun 17:29
Compare
Choose a tag to compare

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

09 Jun 19:36
Compare
Choose a tag to compare

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

02 Jun 13:17
Compare
Choose a tag to compare

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

19 May 10:54
Compare
Choose a tag to compare

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

11 May 10:47
Compare
Choose a tag to compare

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

01 May 10:52
Compare
Choose a tag to compare

Report both scanned and issued progress for scrubbing, as well as data rate and expected duration.