I have freebsd 13.2 server on ESXI.
There is only 5Gb is in use, but my VM backup is too big.
I see that my zfs has a strange size:
Is it possible to clean free spase on zfs?
If I understand correctly, I have additional images, but how do I properly and safely delete them?
The default snapshot has the largest size, while it is active and has a size of 19.6GB.
I don't understand this because all the disk space I have is 5GB. Why is this snapshot so big?
There is only 5Gb is in use, but my VM backup is too big.
Code:
# df -m
Filesystem 1M-blocks Used Avail Capacity Mounted on
zroot/ROOT/default 12375 5038 7337 41% /
devfs 0 0 0 100% /dev
zroot/tmp 7337 0 7337 0% /tmp
zroot 7337 0 7337 0% /zroot
zroot/usr/src 7337 0 7337 0% /usr/src
zroot/usr/home 7373 36 7337 0% /usr/home
zroot/var/audit 7337 0 7337 0% /var/audit
zroot/var/crash 7337 0 7337 0% /var/crash
zroot/var/log 7363 26 7337 0% /var/log
zroot/usr/ports 7337 0 7337 0% /usr/ports
zroot/var/mail 7337 0 7337 0% /var/mail
zroot/var/tmp 7337 0 7337 0% /var/tmp
I see that my zfs has a strange size:
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zroot 19.7G 7.17G 88K /zroot
zroot/ROOT 19.6G 7.17G 88K none
zroot/ROOT/12.3-RELEASE-p12_2023-08-19_090920 8K 7.17G 12.6G /
zroot/ROOT/12.4-RELEASE-p4_2023-08-19_091757 8K 7.17G 12.6G /
zroot/ROOT/12.4-RELEASE-p4_2023-08-20_133240 8K 7.17G 13.7G /
zroot/ROOT/13.2-RELEASE-p2_2023-08-20_133623 8K 7.17G 13.8G /
zroot/ROOT/13.2-RELEASE-p2_2023-08-20_150850 8K 7.17G 14.1G /
zroot/ROOT/default 19.6G 7.17G 4.92G /
zroot/tmp 328K 7.17G 328K /tmp
zroot/usr 36.8M 7.17G 88K /usr
zroot/usr/home 36.5M 7.17G 36.5M /usr/home
zroot/usr/ports 88K 7.17G 88K /usr/ports
zroot/usr/src 88K 7.17G 88K /usr/src
zroot/var 26.8M 7.17G 88K /var
zroot/var/audit 88K 7.17G 88K /var/audit
zroot/var/crash 88K 7.17G 88K /var/crash
zroot/var/log 26.4M 7.17G 26.4M /var/log
zroot/var/mail 120K 7.17G 120K /var/mail
zroot/var/tmp 88K 7.17G 88K /var/tmp
If I understand correctly, I have additional images, but how do I properly and safely delete them?
Code:
# bectl list
BE Active Mountpoint Space Created
12.3-RELEASE-p12_2023-08-19_090920 - - 171M 2023-08-19 09:09
12.4-RELEASE-p4_2023-08-19_091757 - - 7.40M 2023-08-19 09:17
12.4-RELEASE-p4_2023-08-20_133240 - - 7.17M 2023-08-20 13:32
13.2-RELEASE-p2_2023-08-20_133623 - - 6.43M 2023-08-20 13:36
13.2-RELEASE-p2_2023-08-20_150850 - - 31.9M 2023-08-20 15:08
default NR / 19.6G 2017-10-10 14:45
I don't understand this because all the disk space I have is 5GB. Why is this snapshot so big?