Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Union/Stacked support in the reference server (or as an external project ?) #4

Open
unbit opened this issue Jan 14, 2015 · 1 comment

Comments

@unbit
Copy link
Owner

unbit commented Jan 14, 2015

The 9spock project server implements union/stacked support. We can port this code to SpockFS uWSGI plugin.

The rule to follow is that the last item in the chain is the writable one:

---spockfs-union-mount /foo,/bar,/writeme

will build a union of /foo, /bar and /writeme with every write redirected to /writeme (in copy on write mode).

Maybe it is better to have spockfs-union as an external plugin and leave the official one as simple/tiny ?

@piranna
Copy link

piranna commented Jan 16, 2017

I think it's better to don't add that extra functionality, you can be able already to use an OverlayFS to combine several directories in a single mountpoint, and later use SpockFS to serve its content.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants