2008-12-15 19:34:11 +00:00
|
|
|
v0.7
|
2009-01-27 22:42:31 +00:00
|
|
|
/- smart osd sync
|
|
|
|
/- osd bug fixes
|
2009-01-30 23:00:53 +00:00
|
|
|
/- fast truncate
|
2009-02-25 00:51:09 +00:00
|
|
|
/- updated debian package
|
|
|
|
- improved start/stop scripts
|
2009-02-24 20:29:28 +00:00
|
|
|
- proc/sysfs cleanup
|
2008-11-06 18:56:51 +00:00
|
|
|
|
2008-12-15 19:34:11 +00:00
|
|
|
v0.8
|
2009-01-28 00:18:06 +00:00
|
|
|
- fully async file creation
|
|
|
|
- ENOSPC
|
2008-10-08 23:45:31 +00:00
|
|
|
- cas?
|
2008-06-19 03:59:50 +00:00
|
|
|
|
2008-05-10 23:31:14 +00:00
|
|
|
big items
|
2008-10-08 23:45:31 +00:00
|
|
|
- finish client failure recovery (reconnect after long eviction; and slow delayed reconnect)
|
2008-06-16 22:52:07 +00:00
|
|
|
- ENOSPC
|
2008-10-08 17:49:12 +00:00
|
|
|
- space reservation in ObjectStore, redeemed by Transactions?
|
|
|
|
- reserved as PG goes active; reservation canceled when pg goes inactive
|
|
|
|
- something similar during recovery
|
|
|
|
- ?
|
2008-09-15 23:01:30 +00:00
|
|
|
- repair
|
2008-07-25 23:23:00 +00:00
|
|
|
- enforceable quotas?
|
2008-05-10 23:31:14 +00:00
|
|
|
- mds security enforcement
|
|
|
|
- client, user authentication
|
|
|
|
- cas
|
2008-07-25 23:23:00 +00:00
|
|
|
- osd failure declarations
|
|
|
|
|
|
|
|
|
2008-09-18 22:39:54 +00:00
|
|
|
repair
|
|
|
|
- are we concerned about
|
|
|
|
- scrubbing
|
|
|
|
- reconstruction after loss of subset of cdirs
|
|
|
|
- reconstruction after loss of md log
|
|
|
|
- data object
|
|
|
|
- path backpointers?
|
|
|
|
- parent dir pointer?
|
|
|
|
- cdir objects
|
|
|
|
- parent dir pointer
|
|
|
|
- update on rename? or on cdir store?
|
|
|
|
on cdir store is sufficient if mdlog survives...
|
|
|
|
- or what the hell, full trace?
|
|
|
|
- mds scrubbing
|
2008-07-25 23:23:00 +00:00
|
|
|
|
2008-04-18 15:10:33 +00:00
|
|
|
|
2007-11-20 18:19:11 +00:00
|
|
|
kernel client
|
2009-02-19 21:59:15 +00:00
|
|
|
- flush unsafe mds requests when closing mds sessions
|
2009-02-18 22:13:49 +00:00
|
|
|
- async mds requests
|
|
|
|
- pass dentries directly into mds requests; rebuild messages on message retry
|
|
|
|
- optional or no fill_trace?
|
2009-01-21 18:38:06 +00:00
|
|
|
- flock, fnctl locks
|
2009-01-28 00:18:06 +00:00
|
|
|
- async xattrs
|
2009-01-08 21:38:07 +00:00
|
|
|
- avoid pinning inodes with expireable caps?
|
2009-01-02 17:26:15 +00:00
|
|
|
- avoid flushing tcp socket when sending client_lease release messages (when the request is about to follow)
|
2008-10-16 23:34:44 +00:00
|
|
|
- make osd retry writes if failure after ack..
|
2008-10-16 19:13:09 +00:00
|
|
|
- ACLs
|
|
|
|
- reconnect path should include pathbase, not just a string?
|
2008-06-23 13:45:49 +00:00
|
|
|
- make writepages maybe skip pages with errors?
|
|
|
|
- EIO, or ENOSPC?
|
|
|
|
- ... writeback vs ENOSPC vs flush vs close()... hrm...
|
2008-06-16 22:52:07 +00:00
|
|
|
- set mapping bits for ENOSPC, EIO?
|
2008-04-17 01:53:13 +00:00
|
|
|
- flush caps on sync, fsync, etc.
|
2008-10-02 16:57:48 +00:00
|
|
|
- do we need to block? how do we track that?
|
2008-03-07 18:37:33 +00:00
|
|
|
- procfs/debugfs
|
2008-03-03 06:41:06 +00:00
|
|
|
- adjust granular debug levels too
|
|
|
|
- should we be using debugfs?
|
2008-03-07 18:37:33 +00:00
|
|
|
- a dir for each client instance (client###)?
|
|
|
|
- hooks to get mds, osd, monmap epoch #s
|
2008-10-02 16:57:48 +00:00
|
|
|
- populate sysfs?
|
|
|
|
- things that would be useful to see
|
|
|
|
- fsid
|
|
|
|
- map versions on client
|
|
|
|
- outstanding mds, osd, mon requests?
|
2008-06-12 21:23:43 +00:00
|
|
|
- fix readdir vs fragment race by keeping a separate frag pos, and ignoring dentries below it
|
2008-10-01 22:17:27 +00:00
|
|
|
- reconnect after being disconnected from the mds
|
2007-05-25 20:10:48 +00:00
|
|
|
|
2008-06-23 13:45:49 +00:00
|
|
|
vfs issues
|
|
|
|
- real_lookup() race:
|
|
|
|
1- hash lookup find no dentry
|
|
|
|
2- real_lookup() takes dir i_mutex, but then finds a dentry
|
|
|
|
3- drops mutex, then calld d_revalidate. if that fails, we return ENOENT (instead of looping?)
|
|
|
|
- vfs_rename_dir()
|
2009-01-30 23:00:53 +00:00
|
|
|
- a getattr mask would be really nice
|
2007-05-25 20:10:48 +00:00
|
|
|
|
2008-12-12 05:13:02 +00:00
|
|
|
filestore
|
|
|
|
- get file csum?
|
|
|
|
|
2008-12-10 00:47:40 +00:00
|
|
|
btrfs
|
|
|
|
- clone compressed inline extents
|
|
|
|
- ioctl to pull out data csum?
|
|
|
|
|
|
|
|
|
2008-09-18 22:39:54 +00:00
|
|
|
userspace client
|
|
|
|
- handle session STALE
|
|
|
|
- time out caps, wake up waiters on renewal
|
|
|
|
- link caps with mds session
|
|
|
|
- validate dn leases
|
|
|
|
- fix lease validation to check session ttl
|
|
|
|
- clean up ll_ interface, now that we have leases!
|
2008-03-20 16:41:09 +00:00
|
|
|
- clean up client mds session vs mdsmap behavior?
|
2008-09-18 22:39:54 +00:00
|
|
|
- stop using mds's inode_t?
|
|
|
|
- fix readdir vs fragment race by keeping a separate frag pos, and ignoring dentries below it
|
2007-12-19 04:54:23 +00:00
|
|
|
|
2008-06-04 18:08:06 +00:00
|
|
|
mds
|
2009-02-19 23:22:12 +00:00
|
|
|
- already completed replies should wait for journal to flush, if necessary
|
2009-01-14 22:12:30 +00:00
|
|
|
- linkage vs cdentry replicas and remote rename....
|
2009-01-09 22:58:49 +00:00
|
|
|
- move root inode into stray dir
|
2009-01-08 21:38:07 +00:00
|
|
|
- make recovery work with early replies
|
|
|
|
- purge each session's unused preallocated inodes
|
2008-12-18 19:31:36 +00:00
|
|
|
- dftlock is missing from rejoin phase
|
2008-12-10 23:31:25 +00:00
|
|
|
- file size recovery gives (wrong) 4MB-increment results?
|
2008-09-18 22:39:54 +00:00
|
|
|
- hard link backpointers
|
|
|
|
- anchor source dir
|
|
|
|
- build snaprealm for any hardlinked file
|
|
|
|
- include snaps for all (primary+remote) parents
|
2008-10-20 22:37:49 +00:00
|
|
|
- how do we properly clean up inodes when doing a snap purge?
|
|
|
|
- when they are mid-recover? see 136470cf7ca876febf68a2b0610fa3bb77ad3532
|
2008-10-01 18:53:38 +00:00
|
|
|
- what if a recovery is queued, or in progress, and the inode is then cowed? can that happen?
|
2007-09-13 03:58:22 +00:00
|
|
|
- proper handling of cache expire messages during rejoin phase?
|
2007-11-16 21:46:52 +00:00
|
|
|
-> i think cache expires are fine; the rejoin_ack handler just has to behave if rejoining items go missing
|
2008-12-17 22:06:15 +00:00
|
|
|
- add an up:shadow mode?
|
2008-12-15 23:30:50 +00:00
|
|
|
- tail the mds log as it is written
|
|
|
|
- periodically check head so that we trim, too
|
2008-07-18 21:04:26 +00:00
|
|
|
- rename: importing inode... also journal imported client map?
|
2007-11-16 21:46:52 +00:00
|
|
|
- rerun destro trace against latest, with various journal lengths
|
2009-01-12 00:56:48 +00:00
|
|
|
- cap/lease length heuristics
|
2008-03-31 17:27:12 +00:00
|
|
|
- mds lock last_change stamp?
|
2008-06-05 14:14:45 +00:00
|
|
|
- handle slow client reconnect (i.e. after mds has gone active)
|
2008-02-29 00:58:28 +00:00
|
|
|
- fix reconnect/rejoin open file weirdness
|
2008-06-04 18:08:06 +00:00
|
|
|
- anchor_destroy needs to xlock linklock.. which means it needs a Mutation wrapper?
|
|
|
|
- ... when it gets a caller.. someday..
|
2007-10-12 22:46:27 +00:00
|
|
|
- FIXME how to journal/store root and stray inode content?
|
2007-05-16 21:53:22 +00:00
|
|
|
- in particular, i care about dirfragtree.. get it on rejoin?
|
|
|
|
- and dir sizes, if i add that... also on rejoin?
|
2007-10-12 22:46:27 +00:00
|
|
|
- add FILE_CAP_EXTEND capability bit
|
|
|
|
|
2007-05-16 21:53:22 +00:00
|
|
|
|
2007-02-17 22:49:47 +00:00
|
|
|
journaler
|
|
|
|
- fix up for large events (e.g. imports)
|
|
|
|
- use set_floor_and_read for safe takeover from possibly-not-quite-dead otherguy.
|
|
|
|
- should we pad with zeros to avoid splitting individual entries?
|
|
|
|
- make it a g_conf flag?
|
|
|
|
- have to fix reader to skip over zeros (either <4 bytes for size, or zeroed sizes)
|
|
|
|
- need to truncate at detected (valid) write_pos to clear out any other partial trailing writes
|
|
|
|
|
|
|
|
|
2008-12-10 00:47:40 +00:00
|
|
|
mon
|
|
|
|
- paxos need to clean up old states.
|
|
|
|
- default: simple max of (state count, min age), so that we have at least N hours of history, say?
|
|
|
|
- osd map: trim only old maps < oldest "in" osd up_from
|
|
|
|
|
2008-09-18 22:39:54 +00:00
|
|
|
osdmon
|
|
|
|
- monitor needs to monitor some osds...
|
|
|
|
|
|
|
|
pgmon
|
2009-01-30 23:00:53 +00:00
|
|
|
/- include osd vector with pg state
|
2008-09-18 22:39:54 +00:00
|
|
|
- check for orphan pgs
|
|
|
|
- monitor pg states, notify on out?
|
|
|
|
- watch osd utilization; adjust overload in cluster map
|
|
|
|
|
2008-12-10 00:47:40 +00:00
|
|
|
crush
|
|
|
|
- allow forcefeed for more complicated rule structures. (e.g. make force_stack a list< set<int> >)
|
2008-09-18 22:39:54 +00:00
|
|
|
|
2008-10-17 20:30:33 +00:00
|
|
|
osd
|
2008-11-26 22:48:52 +00:00
|
|
|
- pg split should be a work queue
|
2008-11-26 19:23:15 +00:00
|
|
|
- pg split needs to fix up pg stats. this is tricky with the clone overlap business...
|
2008-11-17 17:15:44 +00:00
|
|
|
- generalize ack semantics? or just change ack from memory to journal? memory/journal/disk...
|
2006-08-03 19:59:26 +00:00
|
|
|
- rdlocks
|
2006-09-15 21:53:31 +00:00
|
|
|
- optimize remove wrt recovery pushes
|
2007-07-13 17:29:26 +00:00
|
|
|
|
2007-02-17 22:49:47 +00:00
|
|
|
simplemessenger
|
2008-12-10 00:47:40 +00:00
|
|
|
- close idle connections?
|
2006-08-02 18:00:24 +00:00
|
|
|
|
|
|
|
objectcacher
|
2008-11-07 00:14:18 +00:00
|
|
|
- read locks?
|
|
|
|
- maintain more explicit inode grouping instead of wonky hashes
|