Hello
From
http://pve.proxmox.com/wiki/ZFS
If you are experimenting with an installation inside a VM, don't use Virtio for disks, since are not supported by ZFS. Use IDE or SCSI instead.
Can someone explain this
"experimenting with an installation inside a VM" please
So in new VMs with proxomx 3.4 and ZFS can someone select virtio for disks or not?
In a 2 disk mirror zfs Proxmox 3.4 test server, i have created 2 vms
One with ZFS storage (Datacenter-> Add -> ZFS -> rpool etc) and one with local storage
Both with Bus virtio and Raw disks (in ZFS this is the only option)
The local storage VM must have cache to Write Back in order to worl
But both seem to work with virtio Bus selected in disks
So my question is, can we have virtio bus with ZFS?
Some more notes
Snapshots are available only with ZFS storage in raw disks (not with local storage)
Local storage images are stored the usual way
root@host:/var/lib/vz/images/1602#
rw-r--r-- 1 root root 34359738368 Feb 22 15:00 vm-1602-disk-1.raw
But ZFS images are stored this way
lrwxrwxrwx 1 root root 10 Feb 22 14:44 swap -> ../../zd16
lrwxrwxrwx 1 root root 10 Feb 22 14:44 vm-1601-disk-1 -> ../../zd32
lrwxrwxrwx 1 root root 12 Feb 22 14:44 vm-1601-disk-1-part1 -> ../../zd32p1
lrwxrwxrwx 1 root root 12 Feb 22 14:44 vm-1601-disk-1-part2 -> ../../zd32p2
lrwxrwxrwx 1 root root 9 Feb 22 14:44 vm-1601-state-s1 -> ../../zd0
So in order to move a image from one host to an other, what is the proper way with ZFS-style images ?