From 2e86c4ff6083af12d1dbe01ef98ed07526cfa9f2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 11 Oct 2019 14:55:23 -0400 Subject: [PATCH] note about known misbehavior --- src/_zkapauthorizer/foolscap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_zkapauthorizer/foolscap.py b/src/_zkapauthorizer/foolscap.py index fd0eba5..c9b865a 100644 --- a/src/_zkapauthorizer/foolscap.py +++ b/src/_zkapauthorizer/foolscap.py @@ -129,6 +129,9 @@ class RIPrivacyPassAuthorizedStorageServer(RemoteInterface): """ Get the size of the given shares in the given storage index. If there are no shares, ``None``. + + The reported size may be larger than the actual share size if there + are more than four leases on the share. """ return ChoiceOf(None, Offset) -- GitLab