1,433
edits
Changes
Importing a new version from external source
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''
vzctl stop ''CTID''
rm -rf /vz/root/''CTID'';mkdir /vz/root/''CTID''
vzctl start ''CTID''