From 4cd018fc11d699d6cc2bd6e57aea59dbd35f2f16 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 27 Jun 2018 16:51:47 -0400 Subject: [PATCH] Consistently name the gbs information And replace the flag with the full information otherwise the client cannot find the gbs server without talking to the introducer again. --- docs/proposed/http-storage-node-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index 14935ad14..a1ea262a5 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -154,7 +154,7 @@ Such an announcement will resemble this:: { "anonymous-storage-FURL": "pb://...", # The old key - "anonymous-storage-gbs-FURL": "pb://...#v=2" # The new key + "gbs-anonymous-storage-url": "pb://...#v=2" # The new key } The transition process will proceed in three stages: @@ -250,7 +250,7 @@ For example:: "delete-mutable-shares-with-zero-length-writev": true, "fills-holes-with-zero-bytes": true, "prevents-read-past-end-of-share-data": true, - "http-protocol-available": true + "gbs-anonymous-storage-url": "pb://...#v=2" }, "application-version": "1.13.0" }