Add a cache around getpwuid/getgrgid to avoid repeated calls.
[cumulus.git] / TODO
1 * Allow different fields to be written out to the metadata log and the
2 statcache file.
3
4 * Implement a scheme for cleaning metadata log segments when metadata is
5 re-used.
6
7 * Improve the interface for remote upload scripts.  The current
8 interface is preliminary and is subject to change.
9
10 * Continue to investigate schemes for adding parity blocks for error
11 recovery.
12
13 * Switch over to a new hash algorithm beyond SHA-1, probably SHA-256.
14 (The system is designed to allow this, but see how it works in
15 practice.)
16
17 * Add snapshot deletion to cumulus-util, with some simple way to specify
18 what snapshots to keep so that automatic snapshot pruning can be done.