if you do use this temporary fix, then before doing a pve software upgrade, make /etc/vz/conf a regular directory and not a symlink, else the pve upgrade may fail.
then vzrestore as normal
the above worked for 4 squeeze vz's
Code:
mv /etc/vz/conf /etc/vz/conf-
ln -s /etc/pve/local/openvz /etc/vz/conf
then vzrestore as normal
Code:
vzrestore vzdump-openvz-525-2011_09_24-23_33_30.tar 3525
INFO: restore openvz backup 'vzdump-openvz-525-2011_09_24-23_33_30.tar' using ID 3525
INFO: extracting archive 'vzdump-openvz-525-2011_09_24-23_33_30.tar'
tar: write error
INFO: Total bytes read: 428308480 (409MiB, 9.5MiB/s)
INFO: extracting configuration to '/etc/vz/conf/3525.conf'
INFO: restore openvz backup 'vzdump-openvz-525-2011_09_24-23_33_30.tar' successful
Code:
vzctl start 3525
Starting container ...
Container is mounted
Adding IP address(es): 10.100.100.253
Setting CPU units: 1000
Setting CPUs: 1
Container start in progress...
vzctl enter 3525
entered into CT 3525
the above worked for 4 squeeze vz's
Last edited: