From 93889035156b38bb3cb125afb3cedbe16d094606 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 18 May 2018 13:01:45 -0400 Subject: [PATCH] need a way to advise of corrupt mutable shares --- docs/proposed/http-storage-node-protocol.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index 03b7395c9..644eb294f 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -314,6 +314,12 @@ For example:: 7: ["bar"] } +``POST /v1/mutable/:storage_index/:share_number/corrupt`` +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Advise the server the data read from the indicated share was corrupt. +Just like the immutable version. + .. _RFC 7469: https://tools.ietf.org/html/rfc7469#section-2.4 .. [#]