]> 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, 16 Oct 2015 16:53:02 +0000 (17:53 +0100)
commita20ebb883a83ce18db2a9fbac7d3c9ae1b2fdb39
tree2cb283d9a0b3b042c7746edefa9de842ba321d21
parente883f600506e4095d8230dd8e76cb0de0f0ef451
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