From ab90bc97a2116aebe682f2471d05dd57a955e69e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 2 Feb 2022 15:20:11 -0500 Subject: [PATCH] finish the sample session --- docs/source/designs/backup-recovery.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst index bcd1def..2b940fc 100644 --- a/docs/source/designs/backup-recovery.rst +++ b/docs/source/designs/backup-recovery.rst @@ -318,7 +318,10 @@ The expected interaction pattern involves two API calls. {"recovery-capability": "URI:DIR-RO:xxxx"} -#. After losing the Tahoe-LAFS node, +#. Normal use of the Tahoe-LAFS client node, + including redeeming vouchers and spending ZKAPs. + +#. After losing the Tahoe-LAFS client node, create a new Tahoe-LAFS client node and recover from the replica: .. code-block:: html @@ -330,11 +333,11 @@ The expected interaction pattern involves two API calls. {"recovery-capability": "URI:DIR-RO:xxxx"} 200 OK + Content-Type: application/json + {} - - - +#. The new Tahoe-LAFS client node now has the same ZKAPAuthorizer state as it did prior to lose of the original instance. Data Integrity -------------- -- GitLab