Admin-Ahead Community

Linux => Virtualization => Topic started by: Jithin on November 08, 2013, 10:17:45 pm

Title: Error : vzctl exited with code 28
Post by: Jithin on November 08, 2013, 10:17:45 pm
Hi Guys,

You may get the following error while doing an online container migration.

Can't move/copy CT#1000001 -> CT#1000001, [], [] : /usr/sbin/vzctl exited with code 28
Resuming CT#1000001 ...
done
OfflineManagement CT#1000001 ...
done

If will happen when the the configuration files (  /etc/sysconfig/vz-scripts/ ) on a destination server is empty.

As a work around please do the following.

# rm -f /etc/sysconfig/vz-scripts/1000001.conf
# cp -a /vz/private/1000001/ve.conf /etc/sysconfig/vz-scripts/1000001.conf

Give it a try!