12
edits
Changes
→Converting an existing CT: added section about removing old container files that are not needed anymore
3. Convert:
vzctl convert ''CTID''
4. Once your CT is well tested, you can free disk space by removing files that may have remained from the old container file system in /vz/root/''CTID''. VERY CAREFULLY (and after testing your converted container) you can stop, remove old files and start container again, e.g.:
vzctl stop ''CTID''
rm -rf /vz/root/''CTID'';mkdir /vz/root/''CTID''
vzctl start ''CTID''
== Resizing a ploop image ==