Skip to content
Snippets Groups Projects
Commit 2e86c4ff authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

note about known misbehavior

parent dcb7c4d3
Branches
No related tags found
1 merge request!49Correct pass count for mutable writes
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment