]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add CorruptStoredShareError as a superclass for all corrupt share errors raised by...
authorDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:35:52 +0000 (01:35 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:38:05 +0000 (05:38 +0100)
commit3447e69c4952d7a06a0e1e221960ec952668ee13
tree15ed1710b1ded88a339032efcaf781c8e3fe5dfe
parent2d2c08b8fa28b7b32512364aa1374ac9944fbba4
Add CorruptStoredShareError as a superclass for all corrupt share errors raised by a storage server (rebased). refs #1566

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/storage/backends/cloud/immutable.py
src/allmydata/storage/backends/cloud/mutable.py
src/allmydata/storage/backends/disk/disk_backend.py
src/allmydata/storage/backends/disk/immutable.py
src/allmydata/storage/backends/disk/mutable.py
src/allmydata/storage/common.py