Actions
Task #2561
closedBug #2449: New Keep server can write
Keep: /index and /status handlers
Status:
Closed
Priority:
Normal
Assigned To:
Tim Pierce
Target version:
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 almost 11 years ago
- Status changed from New to In Progress
Updated by Tim Pierce almost 11 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) changed from 16.0 to 0.0
Updated by Tim Pierce almost 11 years ago
- Status changed from Resolved to Closed
Actions