Hi
I was wondering if someone could shed some light on the issue im having.
Currently i have proxmox working with ZFS and a few vms, I have a VM running ubuntu with OS ext4 but created another virtual disk and within that VM also has a ZFS for snapshots (zentyal)
now here is the issue as the storage on the VM shows differently on the host
i have troubleshooted a while but cannot get it working, i think that there is an alignment issue
I first created virtual disk with volblock size 4k
on my Vm zentyal i have this usage 39.4 gigs and creating ashift 12
but the host shows this
i then tried with 8k block size and ashift 13 on the VM but i get this
on the vm
and on the host
Any ideas?
I was wondering if someone could shed some light on the issue im having.
Currently i have proxmox working with ZFS and a few vms, I have a VM running ubuntu with OS ext4 but created another virtual disk and within that VM also has a ZFS for snapshots (zentyal)
now here is the issue as the storage on the VM shows differently on the host
i have troubleshooted a while but cannot get it working, i think that there is an alignment issue
I first created virtual disk with volblock size 4k
Code:
rpool/data/vm-145-disk-2 volblocksize 4K
on my Vm zentyal i have this usage 39.4 gigs and creating ashift 12
zpool create -f -o ashift=12 -o autotrim=on data2 /dev/sdb
NAME USED AVAIL REFER MOUNTPOINT
data2 39.4G 83.6G 38.0G /data2
but the host shows this
rpool/data/vm-145-disk-2 63.9G 1.73T 63.9G -
i then tried with 8k block size and ashift 13 on the VM but i get this
on the vm
data3 40.5G 82.6G 38.5G /data3
and on the host
rpool/data/vm-145-disk-3 57.7G 1.68T 57.7G
Any ideas?