Actions
Bug #9491
closed[keepproxy] Does not respect X-Keep-Desired-Replicas
Start date:
06/24/2016
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Description
9tee4 is currently running keepproxy 0.1.20160606192603.55febaa-1. It has one proxy and two disk services.
% echo 'hello, alice' >alice.txt % curl -H 'X-Keep-Desired-Replicas: 1' -H 'Authorization: …' -T alice.txt -D response.headers.log https://keep.9tee4.arvadosapi.com/03032680d3fa0561ef4f85071140861e 03032680d3fa0561ef4f85071140861e+13+A… % cat response.headers.log HTTP/1.1 100 Continue HTTP/1.1 200 OK Server: nginx/1.8.1 Date: Fri, 24 Jun 2016 15:16:20 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 86 Connection: keep-alive Access-Control-Allow-Headers: Authorization, Content-Length, Content-Type, X-Keep-Desired-Replicas Access-Control-Allow-Methods: GET, HEAD, POST, PUT, OPTIONS Access-Control-Allow-Origin: * Access-Control-Max-Age: 86486400 X-Keep-Replicas-Stored: 2
I expect X-Keep-Replicas-Stored in the response to be 1.
Actions