Project

General

Profile

Actions

Task #2561

closed

Bug #2449: New Keep server can write

Keep: /index and /status handlers

Added by Tim Pierce about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Tim Pierce

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}
 ]
}
Actions #1

Updated by Tim Pierce about 10 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Tim Pierce about 10 years ago

  • Description updated (diff)
Actions #3

Updated by Tim Pierce about 10 years ago

  • Status changed from In Progress to Resolved
  • Remaining (hours) changed from 16.0 to 0.0
Actions #4

Updated by Tim Pierce about 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF