Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
ZFS pool + dataset operations
v0.1.6Pool 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.
zpool
zfs
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:e0e18fac732f7ef3f7527df9f4e6e3a538d1d6abdc8e8b084eb5d4fe1c6eb179
sudo emisar pack install zfs \ --hash sha256:e0e18fac732f7ef3f7527df9f4e6e3a538d1d6abdc8e8b084eb5d4fe1c6eb179 \ --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>