Proxmox: Transfer machines images from 3.x to 4.x lvm-thin storage

Posted on Fri 06 April 2018 in Wirtualizacja, komunikacja • 1 min read

I want to migrate all my machines from old 3.x Proxmox box to new 4.4.

There's lvm-thin storage on new machine that I cannot directly access from the old one.

So after many attemps I found a way:

  1. create new storage inside ‚data’ logical volume:
lvcreate -n …

Continue reading