Just installed proxmox yesterday and have been busy migrating my old vmware hosts to the new proxmox server. The first 5 vms migrated without problems but when i try a larger (100GB) ovf vm i get an error "out of space"
but my small local zfs is only at 43% usage. So what im i missing?
Bash:
root@pve:/mnt/pve/network-datastore/web7# qm importovf 105 web7_1.ovf local-proxmox
import failed - zfs error: cannot create 'local-proxmox/vm-105-disk-0': out of space
root@pve:/mnt/pve/network-datastore/web7# pvesm status
Name Type Status Total Used Available %
local dir active 18963120 2146188 15830616 11.32%
local-lvm lvmthin active 38039552 3880034 34159517 10.20%
local-proxmox zfspool active 471334648 203317744 268016904 43.14%
network-datastore nfs active 1824961408 1350584576 474376832 74.01%
network-proxmox cifs active 475552745 1176015 474376730 0.25%
but my small local zfs is only at 43% usage. So what im i missing?