From b9e0d1994475d20d504f664f8506ccd079581de6 Mon Sep 17 00:00:00 2001
From: Leif Ryge <leif@synthesize.us>
Date: Sat, 22 Nov 2014 04:30:02 +0000
Subject: [PATCH] add available-space to VERSION_DEFAULTS

as per warner's suggestion in https://github.com/warner/tahoe-lafs/pull/4
---
 src/allmydata/storage_client.py | 1 +
 1 file changed, 1 insertion(+)

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()",
         }
-- 
2.45.2