[ARVADOS] updated: 2.1.0-926-g1da6be3bc

Git user git at public.arvados.org
Wed Jun 23 18:11:52 UTC 2021


Summary of changes:
 services/keepproxy/keepproxy.go | 3 +++
 1 file changed, 3 insertions(+)

       via  1da6be3bc6c4afb3a38147507293abddcc7f15bf (commit)
      from  d02322793e6182040afd5b4f3964da9bd0e177e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1da6be3bc6c4afb3a38147507293abddcc7f15bf
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Jun 23 15:11:23 2021 -0300

    17389: Adds clarifying comment.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/services/keepproxy/keepproxy.go b/services/keepproxy/keepproxy.go
index fadb9585a..3191a373f 100644
--- a/services/keepproxy/keepproxy.go
+++ b/services/keepproxy/keepproxy.go
@@ -538,6 +538,9 @@ func (h *proxyHandler) Put(resp http.ResponseWriter, req *http.Request) {
 	case nil:
 		status = http.StatusOK
 		if len(kc.StorageClasses) > 0 {
+			// A successful PUT request with storage classes means that all
+			// storage classes were fulfilled, so the client will get a
+			// confirmation via the X-Storage-Classes-Confirmed header.
 			hdr := ""
 			isFirst := true
 			for _, sc := range kc.StorageClasses {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list