Improve tracking of segments and segment utilization.
authorMichael Vrable <vrable@cs.hmc.edu>
Fri, 21 Sep 2012 22:50:14 +0000 (15:50 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 22 Jan 2014 05:11:09 +0000 (21:11 -0800)
commit3d780590edec4583eb3ef0ca16120afd0f7451f9
tree8d7c637ea4d007cb4a6bf3782616c8e466303283
parentdd3fe2c70bef48563e0f67b7cb259f00bb42f45c
Improve tracking of segments and segment utilization.

Update the local database and cumulus binary to keep better track of
segment utilization data, with an eventual goal of improving cleaning
algorithms.
14 files changed:
localdb.cc
localdb.h
main.cc
metadata.cc
python/cumulus/__init__.py
python/cumulus/cmd_util.py
python/cumulus/config.py
python/cumulus/main.py
python/cumulus/retention.py
ref.h
schema.sql
store.cc
store.h
subfile.cc