docs: update Storage

This commit is contained in:
Administrator 2026-01-31 14:49:47 +00:00 committed by John Smith
parent 3797f76e35
commit 512eb7aed8

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-31T14:44:07.519Z date: 2026-01-31T14:49:37.139Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-01-22T21:10:37.035Z dateCreated: 2026-01-22T21:10:37.035Z
@ -72,3 +72,6 @@ vault/docker | /srv/vault/docker |10.1T
- Space Avail to pool: `zpool list` - Space Avail to pool: `zpool list`
- Space avail to datasets: `zfs list` - Space avail to datasets: `zfs list`
- Dataset configuration: `zfs get -r compression,dedup,recordsize,atime,quota,reservation vault` - Dataset configuration: `zfs get -r compression,dedup,recordsize,atime,quota,reservation vault`
- Create a snapshot: `zfs snapshot vault/Docker@before-upgrade`
- List snapshots: `zfs list -t snapshot`