Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Vzmigrate filesystem aware

12 bytes added, 11:15, 8 June 2012
Motivation
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}
26
edits