]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Merge pull request #96 from zooko/warn-about-FUSE-performance
authorDaira Hopwood <daira@jacaranda.org>
Thu, 7 Aug 2014 14:30:00 +0000 (15:30 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 7 Aug 2014 14:30:00 +0000 (15:30 +0100)
add warning about performance problems with FUSE

src/allmydata/node.py

index 1a6bb94f087d04501340b110aa54b7b37ec57d44..d29ad22ce4c202edf3ca8772afbd5097eaec753e 100644 (file)
@@ -384,7 +384,6 @@ class Node(service.MultiService):
                            os.path.join(self.basedir, "log_gatherer.furl"))
         self.tub.setOption("bridge-twisted-logs", True)
         incident_dir = os.path.join(self.basedir, "logs", "incidents")
-        # this doesn't quite work yet: unit tests fail
         foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))
 
     def log(self, *args, **kwargs):