Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
ZFS pool + dataset operations
v0.1.3Pool status, dataset inventory, snapshot listing, scrub status, ARC stats, plus operator surface for storage incident response: scrub start/stop, clear pool errors, take/destroy snapshots, dataset rollback.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:530a8cda3da17199f2b8a12e45c757fcc7e0d42f633d460ee6fbb46eaf90abfc
sudo emisar pack install zfs \ --hash sha256:530a8cda3da17199f2b8a12e45c757fcc7e0d42f633d460ee6fbb46eaf90abfc \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 13 total
View on GitHub-
/proc/spl/kstat/zfs/arcstats
-
zpool clear <pool> [device]
-
zfs list
-
zfs rollback <dataset>@<snap>
-
zpool iostat (5s sample)
-
zpool list
-
zpool status -v
-
zfs get all <dataset>
-
zpool scrub -s <pool>
-
zfs destroy <pool>/<dataset>@<snap>
-
zfs list -t snapshot
-
zpool scrub <pool>
-
zfs snapshot <dataset>@<name>