Search results

  1. C

    [SOLVED] cannot migrate from storage type 'lvmthin' to 'zfspool'

    Hi, I found a thread as follow, now I have a work around to avoid restart VM https://forum.proxmox.com/threads/online-migration-fails-with-cloud-init.65198/#post-294385 1. in shell, using command to remove cloud init drive, this will not restart VM, Make sure you know what you're doing qm set...
  2. C

    [SOLVED] cannot migrate from storage type 'lvmthin' to 'zfspool'

    Thx shrdlicka reply :). I remove VM 101 cloud init drive, and restart the VM. Then it can migrate from pve to pve-2 with 'Target storage' 'local-zfs' Will, My pve-2 node have a storage local-lvm, I can migrate my VM form pve to pve-2 with 'Target storage' 'local-lvm'. And then I move the big...
  3. C

    [SOLVED] cannot migrate from storage type 'lvmthin' to 'zfspool'

    I have one pve cluster, nodes : pve, pve-2, pve-3. pve storage: local(dir), local-lvm(LVM-Thin), local-lvm2(LVM) pve-2 storage: local(dir), local-lvm(LVM-Thin), local-zfs(zfs) PS: migrate VM from pve to pve-2 and change the 'Target storage' to 'local-lvm' will success! I migrate a VM from pve...