thread 'main' panicked at 'assertion failed: `(left == right)`
left: `"objset-0xe751ca"`,
right: `"objset-0x402343"`', src/app/freebsd.rs:53:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The cause is the lack of nunlinked and nunlinks fields in FreeBSD 12's ZFS dataset stats. Shouldn't be too hard to fix.
On FreeBSD 12, ztop panics like this:
The cause is the lack of
nunlinked
andnunlinks
fields in FreeBSD 12's ZFS dataset stats. Shouldn't be too hard to fix.