]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
tahoefuse: return bogus but useful data to statfs call
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 7 May 2008 23:40:09 +0000 (16:40 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 7 May 2008 23:40:09 +0000 (16:40 -0700)
commit8179daee4adf1a3224d3e2666a8a296d76ea6179
tree8c5f374ce7941393278f12fc8f88fbcff001c903
parent15a9f3d01b8a6ab78b36d912db8ba10e1b412595
tahoefuse: return bogus but useful data to statfs call

previously tahoefuse returned the fs stat for the filesystem the fuse plugin
was running upon (e.g. '/').  this works ok until you need to copy more to
tahoe than the local machine has free disk space, at which point Finder will
refuse to copy 'too much' data.

this changes it so that tahoe always reports 2TiB used of an 8TiB filesystem
this is entirely bogus, but allows copies of up to 2TiB to be initiated.
mac/tahoefuse.py