docs: update Storage

This commit is contained in:
Administrator 2026-01-31 14:44:18 +00:00 committed by John Smith
parent 49f71eab35
commit 3797f76e35

View file

@ -2,7 +2,7 @@
title: Netgrimoire Storage title: Netgrimoire Storage
description: Where is it at description: Where is it at
published: true published: true
date: 2026-01-22T21:33:52.493Z date: 2026-01-31T14:44:07.519Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-01-22T21:10:37.035Z dateCreated: 2026-01-22T21:10:37.035Z
@ -66,3 +66,9 @@ vault/docker | /srv/vault/docker |10.1T
- Boot order - Boot order
- systemd mount timing - systemd mount timing
- NFS export dependencies - NFS export dependencies
## Command Reference
- Health: `zpool status`
- Space Avail to pool: `zpool list`
- Space avail to datasets: `zfs list`
- Dataset configuration: `zfs get -r compression,dedup,recordsize,atime,quota,reservation vault`