FreeBSD Fortune on Nostr: Don't let your zpool fill up completely by creating a dataset with reservation. # zfs ...
Don't let your zpool fill up completely by creating a dataset with
reservation.
# zfs create -o refreservation=<5% of total pool space> <poolname>/reserved
You can always shrink the reserve if you need the space, but your pool will
always have space left this way.
-- Benedict Reuschling <bcr@FreeBSD.org>
reservation.
# zfs create -o refreservation=<5% of total pool space> <poolname>/reserved
You can always shrink the reserve if you need the space, but your pool will
always have space left this way.
-- Benedict Reuschling <bcr@FreeBSD.org>