From fce9657ce31c19175faa589f29fc319942aca0b6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 14 Aug 2019 13:03:58 -0400 Subject: [PATCH] it doesn't matter if any writes happen, only if the test vectors pass --- src/allmydata/storage/server.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/allmydata/storage/server.py b/src/allmydata/storage/server.py index b540d268a..e5f5a6c40 100644 --- a/src/allmydata/storage/server.py +++ b/src/allmydata/storage/server.py @@ -576,9 +576,9 @@ 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`` then shares - which are written to will also have an updated lease applied to - them. + :param bool renew_leases: If and only if this is ``True`` and the test + vectors pass then shares in this slot will also have an updated + lease applied to them. See ``allmydata.interfaces.RIStorageServer`` for details about other parameters and return value.