v0.4, todos

This commit is contained in:
Sage Weil 2008-10-01 11:53:38 -07:00
parent a00dc4d120
commit 2909ef79ce
2 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
AM_INIT_AUTOMAKE(ceph, 0.3)
AM_INIT_AUTOMAKE(ceph, 0.4)
AM_PROG_CC_C_O
# Platform

View File

@ -1,10 +1,7 @@
v0.4
/- btrfs latency. update howto.
/- snap garbage collection
/- journal
v0.5
- ENOSPC
- efficient snap recovery
- throttle osd recovery?
- finish client failure recovery (reconnect after long eviction; and slow delayed reconnect)
- make kclient use ->sendpage?
- rip out io interruption?
@ -83,6 +80,8 @@ mds
- whats with the 'clear if dirtyscattered' bit in decode_import_inode()?
- what if a recovery is queued, or in progress, and the inode is then cowed? can that happen?
- proper handling of cache expire messages during rejoin phase?
-> i think cache expires are fine; the rejoin_ack handler just has to behave if rejoining items go missing
- try_remove_unlinked_dn thing