Actions
Task #2561
closedBug #2449: New Keep server can write
Keep: /index and /status handlers
Status:
Closed
Priority:
Normal
Assigned To:
Tim Pierce
Category:
-
Target version:
Start date:
04/01/2014
Due date:
% Done:
0%
Estimated time:
16.00 h
Description
- GET /index.txt → one line per block stored on disk: hash+size <space> modtime_unix_timestamp
- GET /status.json → a json document something like this
{
"volumes":[
{"mount_point":"/data/disk0","bytes_free":4882337792,"bytes_used":5149708288},
{"mount_point":"/data/disk1","bytes_free":39614472192,"bytes_used":3314229248}
]
}
Updated by Tim Pierce about 11 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) changed from 16.0 to 0.0
Actions