Skip to content
New issue

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

Sane handling of ccache storage #33

Open
TheJJ opened this issue Apr 23, 2018 · 1 comment
Open

Sane handling of ccache storage #33

TheJJ opened this issue Apr 23, 2018 · 1 comment

Comments

@TheJJ
Copy link
Member

TheJJ commented Apr 23, 2018

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.

@TheJJ
Copy link
Member Author

TheJJ commented May 1, 2018

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.

@zuntrax zuntrax changed the title Limit run-count of single machine Sane handling of ccache storage May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant