<div dir="ltr">Hi there,<br><br>I&#39;m migrating from OpenVZ 6 to OpenVZ 7 using the recommended script (ovztransfer.sh) however I&#39;m getting the following error when trying to start the node on the new host:<br><br># vzctl start 201 --wait<br>Starting Container ...<br>Mount image: /vz/private/201/root.hdd <br>Container is mounted<br>Setting permissions for image=/vz/private/201/root.hdd<br>Running quotacheck ...<br>quotacheck: Unknown quota format: vfsv1<br>Supported formats are:<br>  vfsold - original quota format<br>  vfsv0 - new quota format<br>  rpc - use RPC calls<br>  xfs - XFS quota format<br>Unmount image: /vz/private/201/root.hdd (190)<br>Container is unmounted<br>Failed to start the Container<br><br>The error message suggests that there is an issue with the quota settings in the container&#39;s root filesystem. The specific error &quot;quotacheck: Unknown quota format: vfsv1&quot; indicates that the system is trying to use the &quot;vfsv1&quot; quota format, which is not supported.<br><br>I imagine I want to set vfsold somehow, but it&#39;s not clear how/where this is achieved.<br></div>