Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't put the homu database in /home/servo/homu directory #456
Labels
Comments
|
Yeah, that makes sense :-) |
|
This has been fixed in Homu, so this is open for anyone to work on! |
|
@aneeshusa I'd like to help out here. |
|
@Coder206 It's yours, please ask if you have any questions! |
bors-servo
added a commit
that referenced
this issue
Apr 22, 2017
Changing DB location for Homu Here is some code that attempts to solve #456. cc @aneeshusa <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/476) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently deleted the main
main.dbdatabase by accident while debugging a Homu problem; the/home/servo/homudirectory was blown away and the database with it.To make it harder to blow away the database inadvertently, we should put the database in a different location. I think
/var/homu/main.dbwould be a good option. We also need to add a Salt state to pre-create the/var/homudirectory with the correct permissions for Homu to use it.Homu first needs to land an option to change the
main.dblocation.Files:
No test necessary for now.
cc @larsbergstrom