[ARVADOS] updated: 1.1.0-10-g1f9e34a
Git user
git at public.curoverse.com
Fri Oct 6 10:20:24 EDT 2017
Summary of changes:
services/keepstore/handlers.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1f9e34a95ed8eefdab52b105a38582eb1533e47a (commit)
from 3910be3219ace18462a128571bfac0b35446a392 (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 1f9e34a95ed8eefdab52b105a38582eb1533e47a
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Oct 6 10:15:39 2017 -0400
Update BytesAllocated -> BytesAllocatedCumulative in status report.
The number reported is the total of all buffer allocations since
startup. It doesn't take into account how many of those buffers have
since been freed.
refs #12402
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go
index 0a540f5..2d90aba 100644
--- a/services/keepstore/handlers.go
+++ b/services/keepstore/handlers.go
@@ -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"`
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list