The setup I do use at home is "just the standard installation" with a ZFS mirror as "rpool" resp. "local-zfs" as a Storage for my VMs.with working live migration?
~# grep -A 4 local-zfs /etc/pve/storage.cfg
zfspool: local-zfs
pool rpool/data
content rootdir,images
sparse 1
Thats not right - I use local storage and live migrate fine.Live migration is only possible with shared storage. Choose one from the list [1]. I would recommend using Ceph.
[1] https://pve.proxmox.com/wiki/Storage#_storage_types
Live migration is only possible with shared storage. Choose one from the list [1]. I would recommend using Ceph.
[1] https://pve.proxmox.com/wiki/Storage#_storage_types
to clarify: yes, live-migration is possible with local storage too. It's just that the disks need to be migrated additionally, so it will take longer. With a shared storage only the RAM/state of the VM needs to be migrated.Thats not right - I use local storage and live migrate fine.
you need to declared storage only once, and enable shared option.Can you explain me how to set up 3 nodes with working live migration? Every node has own storage but live migration needs the same name storage on all nodes.
It's not possible to add the same name storage more than once.