[SOLVED] Migrating VBox to PVE4.2

MasterTH

Renowned Member
Jun 12, 2009
244
11
83
www.sonog.de
Hi,

i've to migrate some virtual machines from virtualbox to proxmox 4.2. Normally this wouldn't be a problem, but i'm struggeling with the lvm-thin storage-type which is used by default.

how can i create a volume that i can format with ext4 and mount it to copy the virtualbox files on?


Kind regards
 
You can also use the pvesm tool to allocate images:

# pvesm alloc <storage> <vmid> <filename> <size> [OPTIONS]

for example

# pvesm alloc local-lvm 400 vm-400-disk-1 4G
 
  • Like
Reactions: linkstat