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

Allow multiple blob_dir #3704

Open
jessopb opened this issue Nov 9, 2022 · 2 comments · May be fixed by #3725
Open

Allow multiple blob_dir #3704

jessopb opened this issue Nov 9, 2022 · 2 comments · May be fixed by #3725
Assignees
Labels
consider soon Discuss this issue at the next planning meeting, then remove this label

Comments

@jessopb
Copy link
Member

jessopb commented Nov 9, 2022

A user said he would love to host more, but it's not easy for him to move to other/external hd.
This would allow users to host more content.

  • user can add additional blob_dir folders, mark default (like steam)
  • support freely moving blobs between blob_dir locations
  • handle disconnection of a blob_dir folder (external HD?) - mark db entries temporarily missing?
@jessopb jessopb added the consider soon Discuss this issue at the next planning meeting, then remove this label label Nov 9, 2022
@kodxana
Copy link
Contributor

kodxana commented Nov 13, 2022

Add support to S3 buckets mayby :)

@shyba
Copy link
Member

shyba commented Nov 23, 2022

first version:

  • specify new folder (first of the list in the conf file)
  • if we have permissions and everything is good, use it
  • otherwise, warn and fallback to next
  • fails startup if all items fail

for now, moving blobs: stop sdk, move, start (we check on startup already)

Handling disconnection of a blob directory might be another issue as it can already happen if the current directory is an external drive. Not sure what to do here yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consider soon Discuss this issue at the next planning meeting, then remove this label
Projects
None yet
4 participants