Hello!
I'm making a tool to migrate from vmware to proxmox. I've got everything done except for handling the disks.
I can't quite get the syntax right for creating LVM disks.
Ideally I want to create a bunch of 1gb LVMs when I import the configs, then resize them to the correct size later as I import the vmdk data into the LVMs.
If that's not something I can do through the API, I'll just create them to the full size initially.
I have qcow2 working, but not LVM. Syntax I am playing with is:
media=local-lvm:vm-1337-disk-1,size=250G
I am using proxmoxer/python for the tool, once i get approve from mgmt, I'll post a link to my repo
I'm making a tool to migrate from vmware to proxmox. I've got everything done except for handling the disks.
I can't quite get the syntax right for creating LVM disks.
Ideally I want to create a bunch of 1gb LVMs when I import the configs, then resize them to the correct size later as I import the vmdk data into the LVMs.
If that's not something I can do through the API, I'll just create them to the full size initially.
I have qcow2 working, but not LVM. Syntax I am playing with is:
media=local-lvm:vm-1337-disk-1,size=250G
I am using proxmoxer/python for the tool, once i get approve from mgmt, I'll post a link to my repo