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

Implement a File-system pre-population feature #38

Open
vschiavoni opened this issue Jun 1, 2015 · 0 comments
Open

Implement a File-system pre-population feature #38

vschiavoni opened this issue Jun 1, 2015 · 0 comments

Comments

@vschiavoni
Copy link
Member

Provide each of the selected splayds for a given job with some content already available
in their virtual file-system.
At first, the system should allow the submission of some content (single files or zipped content).
Users can submit/list/delete contents to/from the controller (splay-list-content).
When submitting a job, users can:

  1. specify the content_id(s) to be included in the virtualfs: in this case, a copy of the file is shipped to ALL the selected splayds
  2. specify a content_id_map, a simple text file where it is specified to which splayd send which content_id. Example:
  13 abc
  123 def
  200 ghi,lmn

This file says that:

  • the file whose content_id is 'abc' must be shipped to splayd 13
  • content_id 'def' is for 123.
  • splayd 200 must receive two files, whose content_ids are 'ghi' and 'lmn'.

Only these two splayds should then receive their own files

vschiavoni added a commit that referenced this issue Jun 1, 2015
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