]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
storage: introduce v2 immutable shares, with 8-byte offsets fields, to remove two...
authorBrian Warner <warner@allmydata.com>
Fri, 10 Oct 2008 01:13:27 +0000 (18:13 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 10 Oct 2008 01:13:27 +0000 (18:13 -0700)
commit7031a69beeed4abbf20b2903f10894d7545411b2
tree87efa01d82924ae516071a532df7d5dcf230d4e2
parenta0250e320b39868b656495fb2982b6e60842d848
storage: introduce v2 immutable shares, with 8-byte offsets fields, to remove two of the three size limitations in #346. This code handles v2 shares but does not generate them. We'll make a release with this v2-tolerance, wait a while, then make a second release that actually generates v2 shares, to avoid compatibility problems.
src/allmydata/immutable/layout.py
src/allmydata/test/test_storage.py