We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We set up ccache for openage (SFTtech/openage#1000), which requires a persistent storage device for each VM.
This implies that this storage device must not be mounted twice at once. Which is only possible if each VM can only run alone at a given moment.
Enabling such a "limit" is a missing feature in falk and kevin. It should be configured in the falk.conf for each machine.
falk.conf
The text was updated successfully, but these errors were encountered:
Better solution: Use NFS instead of the persistent storage device. Then this feature is obsolete and the file system can't corrupt.
Parallel access has to be handled anyway by applications like ccache.
ccache
Sorry, something went wrong.
No branches or pull requests
We set up ccache for openage (SFTtech/openage#1000), which requires a persistent storage device for each VM.
This implies that this storage device must not be mounted twice at once. Which is only possible if each VM can only run alone at a given moment.
Enabling such a "limit" is a missing feature in falk and kevin. It should be configured in the
falk.conf
for each machine.The text was updated successfully, but these errors were encountered: