Open main menu

OpenVZ Virtuozzo Containers Wiki β

Editing Vzmigrate filesystem aware

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 24: Line 24:
 
To get Openvz mount the filesystem before starting the container, '''vps.premount''' can have:
 
To get Openvz mount the filesystem before starting the container, '''vps.premount''' can have:
 
<pre>
 
<pre>
#!/bin/bash
 
 
source ${VE_CONFFILE}
 
source ${VE_CONFFILE}
 
[ -d ${VE_PRIVATE} ] || mkdir ${VE_PRIVATE}
 
[ -d ${VE_PRIVATE} ] || mkdir ${VE_PRIVATE}
Line 54: Line 53:
 
[[Image:Vzmigrate_b.jpeg|400px]]
 
[[Image:Vzmigrate_b.jpeg|400px]]
 
<pre>
 
<pre>
vzmigrate --dst-device /dev/sdg1 HN_target 123
+
vzmigrate --dst-device /derv/sdg1 HN_target 123
 
</pre>
 
</pre>
  
Line 62: Line 61:
  
 
Remove VE_DEVICE parameter from 123.conf and operate the same as shared-shared
 
Remove VE_DEVICE parameter from 123.conf and operate the same as shared-shared
 +
 +
Mount/unmount container's filesystem if appropriated.
  
  
Line 95: Line 96:
 
mount /dev/sda1 /vz/private/123
 
mount /dev/sda1 /vz/private/123
 
mv /var/tmp/123/* /vz/private/123
 
mv /var/tmp/123/* /vz/private/123
# reflect these changes in /etc/vz/conf/123.conf
+
# reflect this change in VE_PRIVATE parameter in /etc/vz/conf/123.conf
...
 
VE_PRIVATE="/vz/private/$VEID"
 
VE_DEVICE="/dev/sda1"
 
...
 
 
</pre>
 
</pre>
  

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)