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

ChainFilesystem #13

Open
kbond opened this issue Jul 12, 2022 · 0 comments
Open

ChainFilesystem #13

kbond opened this issue Jul 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kbond
Copy link
Member

kbond commented Jul 12, 2022

  • accepts multiple filesystems
  • syncDown(): syncs files from first filesystem down to all others
  • syncUp(): syncs files from last filesystem up to all others
  • strategies
    • read-first-write-all: reads only from the first filesystem, writes to all
    • read-first-write-first: reads/writes only to the first filesystem
    • read-first-write-first-defer-all: reads/writes to the first filesystem synchronously and writes to the others asynchronously
@kbond kbond added the enhancement New feature or request label Jul 12, 2022
@kbond kbond transferred this issue from kbond/skunkworks Jul 19, 2022
@kbond kbond mentioned this issue Jul 19, 2022
@kbond kbond changed the title [filesystem] ChainFilesystem ChainFilesystem Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant