mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
put this comment back and merge info from the two versions
This commit is contained in:
parent
c3cb0ebaea
commit
85977e48a7
@ -635,12 +635,13 @@ class StorageServer(service.MultiService, Referenceable):
|
||||
"""
|
||||
Read data from shares and conditionally write some data to them.
|
||||
|
||||
:param bool renew_leases: If and only if this is ``True`` and the test
|
||||
vectors pass then shares mentioned in ``test_and_write_vectors``
|
||||
that still exist after the changes are made will also have an
|
||||
updated lease applied to them.
|
||||
|
||||
See ``allmydata.interfaces.RIStorageServer`` for details about other
|
||||
parameters and return value.
|
||||
|
||||
:param bool renew_leases: If and only if this is ``True`` then renew
|
||||
leases on all shares mentioned in ``test_and_write_vectors` that
|
||||
still exist after the changes are made.
|
||||
"""
|
||||
start = self._get_current_time()
|
||||
self.count("writev")
|
||||
|
Loading…
Reference in New Issue
Block a user