mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
storage servers announce that they will support clients as old as v0.8.0
Not that anyone pays attention to what storage servers claim about what versions they will support.
This commit is contained in:
parent
d30f8547db
commit
0aa0efa123
@ -1,4 +1,5 @@
|
||||
import os, re, weakref, stat, struct, time
|
||||
from distutils.version import LooseVersion
|
||||
from itertools import chain
|
||||
|
||||
from foolscap import Referenceable
|
||||
@ -677,8 +678,7 @@ class StorageServer(service.MultiService, Referenceable):
|
||||
implements(RIStorageServer, IStatsProducer)
|
||||
name = 'storage'
|
||||
|
||||
# we're pretty narrow-minded right now
|
||||
OLDEST_SUPPORTED_VERSION = allmydata.__version__
|
||||
OLDEST_SUPPORTED_VERSION = LooseVersion("0.8.0")
|
||||
|
||||
def __init__(self, storedir, sizelimit=None,
|
||||
discard_storage=False, readonly_storage=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user