From: Leif Ryge <leif@synthesize.us>
Date: Sat, 22 Nov 2014 04:30:02 +0000 (+0000)
Subject: add available-space to VERSION_DEFAULTS
X-Git-Tag: allmydata-tahoe-1.10.1a1~101
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/%22file:/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=b9e0d1994475d20d504f664f8506ccd079581de6;p=tahoe-lafs%2Ftahoe-lafs.git

add available-space to VERSION_DEFAULTS

as per warner's suggestion in https://github.com/warner/tahoe-lafs/pull/4
---

diff --git a/src/allmydata/storage_client.py b/src/allmydata/storage_client.py
index f8b19d66..e532db1a 100644
--- a/src/allmydata/storage_client.py
+++ b/src/allmydata/storage_client.py
@@ -182,6 +182,7 @@ class NativeStorageServer:
           "maximum-mutable-share-size": 2*1000*1000*1000, # maximum prior to v1.9.2
           "tolerates-immutable-read-overrun": False,
           "delete-mutable-shares-with-zero-length-writev": False,
+          "available-space": None,
           },
         "application-version": "unknown: no get_version()",
         }