From 6c15d67df64b8c22b37d22429db049122a047534 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 7 May 2020 14:28:12 -0600 Subject: [PATCH] 'tahoe put' not 'tahoe mkdir' --- docs/proposed/grid-manager/managed-grid.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposed/grid-manager/managed-grid.rst b/docs/proposed/grid-manager/managed-grid.rst index c3ac29409..5dbb44e57 100644 --- a/docs/proposed/grid-manager/managed-grid.rst +++ b/docs/proposed/grid-manager/managed-grid.rst @@ -310,7 +310,7 @@ storage-servers. Make a client "alice" and try! tahoe create-client --introducer $(cat introducer/private/introducer.furl) --nickname alice --webport 6401 --shares-total=3 --shares-needed=2 --shares-happy=3 ./alice daemonize tahoe -d alice run - tahoe -d alice mkdir # prints out a dir-cap + tahoe -d alice put README.rst # prints out a read-cap find storage2/storage/shares # confirm storage2 has a share Now we want to make Alice only upload to the storage servers that the @@ -338,7 +338,7 @@ DECIDE: Now, re-start the "alice" client. Since we made Alice's parameters require 3 storage servers to be reachable (``--happy=3``), all their -uploads should now fail (so ``tahoe mkdir`` will fail) because they +uploads should now fail (so ``tahoe put`` will fail) because they won't use storage2 and thus can't "achieve happiness". You can check Alice's "Welcome" page (where the list of connected servers