ProxMox Migration

mhammett

Renowned Member
Mar 11, 2009
165
2
83
DeKalb, Illinois, United States
When you migrate from OpenVZ to ProxMox, it maintains the files in the original locations. When you migrate from one ProxMox to another, does it maintain that same location, or will it move it to where it is supposed to be?

OpenVZ defaults to /vz/ while ProxMox defaults to /var/lib/vz.
 
the default openvz location is /vz on rpm based systems, on Debian (and Proxmox VE) its /var/lib/vz.

you can just create a symlink to /vz it this helps.
(ln -s /var/lib/vz /vz)