Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Vzmigrate filesystem aware

5 bytes removed, 11:24, 8 June 2012
Other issues
To get Openvz mount the filesystem before starting the container, '''vps.premount''' can have:
<pre>
#!/bin/bash
source ${VE_CONFFILE}
[ -d ${VE_PRIVATE} ] || mkdir ${VE_PRIVATE}
[[Image:Vzmigrate_b.jpeg|400px]]
<pre>
vzmigrate --dst-device /dervdev/sdg1 HN_target 123
</pre>
Remove VE_DEVICE parameter from 123.conf and operate the same as shared-shared
 
Mount/unmount container's filesystem if appropriated.
mount /dev/sda1 /vz/private/123
mv /var/tmp/123/* /vz/private/123
# reflect this change in VE_PRIVATE parameter these changes in /etc/vz/conf/123.conf...VE_PRIVATE="/vz/private/$VEID"VE_DEVICE="/dev/sda1"...
</pre>
26
edits