Live migration with snapshots should be possible for zfspool storage, but I am getting the error "online storage migration not possible if snapshot exists".
The block at line 520 in QemuMigrate.pm is never reached because of the die statement at line 519.If I comment out line 519 and restart, live migration works correctly. EDIT: Loses snapshots, see reply in thread.
qemu-server 7.1-4
Read more
The block at line 520 in QemuMigrate.pm is never reached because of the die statement at line 519.
qemu-server 7.1-4
513 if (defined($snaprefs)) {
514...Read more