You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
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:
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 ?