s3backer currently allows an unlimited number of blocks in the block cache
to be dirty at the same time.
Some situations may want to limit this number to avoid the degree of
inconsistency that can occur in case of a crash.
Suggest adding a new flag `--blockCacheMaxDirty=NUMBLOCKS`. When a new
write was attempted while the maximum number of dirty blocks had already
been reached, then the subsequent write would block.
Original issue reported on code.google.com by archie.c...@gmail.com on 1 Oct 2009 at 7:59
Original issue reported on code.google.com by
archie.c...@gmail.com
on 1 Oct 2009 at 7:59