Sorry to ask again but I could use some definitive advice. I have a couple of Proxmox servers that have a zfs mirror for the os and a 4 disk storage array in zfs raidz1. Everything works as expected or so I thought. When I take a snapshot of any VM it seems to increase the storage used on Proxmox by the amount of data in the VM. Problematic as the VM I want to snapshot had 10TB of data. I see references to "zfs set refreservation=none pool_name/dataset_name" but this is normally followed by a lot of other things to set/look at. And seems to be VM disk specific. So I really need to know is...
Will this command result in a small snapshot?
Can this be run at the ZFS pool level so all snapshots for every VM are small when created?
We need to do this on a critical production machine so IS THIS SAFE
zfs list
NAME USED AVAIL REFER MOUNTPOINT
Primary-ZFS 47.3T 10.7T 291G /Primary-ZFS
Primary-ZFS/base-499-disk-0 60.4G 10.8T 5.08G -
Primary-ZFS/base-499-disk-1 111G 10.8T 3.18M -
Primary-ZFS/base-499-disk-2 221G 10.9T 4.37M -
Primary-ZFS/base-599-disk-0 60.4G 10.8T 5.08G -
Primary-ZFS/base-599-disk-1 111G 10.8T 3.18M -
Primary-ZFS/vm-103-disk-0 22.1G 10.7T 12.8G -
Primary-ZFS/vm-103-disk-1 1.08T 10.8T 992G -
Primary-ZFS/vm-103-disk-2 1.08T 10.8T 997G -
Primary-ZFS/vm-103-disk-3 1.08T 10.8T 1000G -
Primary-ZFS/vm-132-disk-0 166G 10.8T 100G -
Primary-ZFS/vm-141-disk-0 166G 10.9T 35.9G -
Primary-ZFS/vm-305-disk-0 55.3G 10.7T 37.3G -
.............................. etc etc
Thanks all.
Will this command result in a small snapshot?
Can this be run at the ZFS pool level so all snapshots for every VM are small when created?
We need to do this on a critical production machine so IS THIS SAFE
zfs list
NAME USED AVAIL REFER MOUNTPOINT
Primary-ZFS 47.3T 10.7T 291G /Primary-ZFS
Primary-ZFS/base-499-disk-0 60.4G 10.8T 5.08G -
Primary-ZFS/base-499-disk-1 111G 10.8T 3.18M -
Primary-ZFS/base-499-disk-2 221G 10.9T 4.37M -
Primary-ZFS/base-599-disk-0 60.4G 10.8T 5.08G -
Primary-ZFS/base-599-disk-1 111G 10.8T 3.18M -
Primary-ZFS/vm-103-disk-0 22.1G 10.7T 12.8G -
Primary-ZFS/vm-103-disk-1 1.08T 10.8T 992G -
Primary-ZFS/vm-103-disk-2 1.08T 10.8T 997G -
Primary-ZFS/vm-103-disk-3 1.08T 10.8T 1000G -
Primary-ZFS/vm-132-disk-0 166G 10.8T 100G -
Primary-ZFS/vm-141-disk-0 166G 10.9T 35.9G -
Primary-ZFS/vm-305-disk-0 55.3G 10.7T 37.3G -
.............................. etc etc
Thanks all.
