10666: Added Crunch-run version to container logs.
[arvados.git] / services / keepstore / handlers.go
index 0a540f58e66eabe637750ad903bde1ec13dccca6..2d90aba14e4d36ddf41f035282b66100967d783b 100644 (file)
@@ -291,7 +291,7 @@ func (rtr *router) MountsHandler(resp http.ResponseWriter, req *http.Request) {
 
 // PoolStatus struct
 type PoolStatus struct {
-       Alloc uint64 `json:"BytesAllocated"`
+       Alloc uint64 `json:"BytesAllocatedCumulative"`
        Cap   int    `json:"BuffersMax"`
        Len   int    `json:"BuffersInUse"`
 }