Even allocation of files among writable branches#89
Conversation
|
good feature, seems stable, using it on couple occasions |
|
thanks for the (independent) feedback! ...i'll try to spare some to review the patch. first impressions from a quick look:
|
|
Quick fix for the move problem was |
|
PS I would not call it "poor man's clustered storage". |
|
Is this available with fstab at this time? I'm interested in making use of this :D |
|
And will this be merged eventually? Looks extremely neat! |
Unionfs can be used as poor man's clustered storage. To make this use case feasible, it's desired that file creations are distributed evenly among the writable branches (using a heuristics that a given new file is randomly placed on branches with likelihoods proportional to available space).
To ease debugging while I was working on this feature, I added timestamps to the debug messages. I include that in the PR as a nicety, but it's not essential for the feature delivered.