diff options
author | Sage Weil <sage@newdream.net> | 2010-01-14 23:26:19 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-01-15 01:00:58 +0100 |
commit | ca27bd6fdb6e3543163c572cc62c885c90c3ba5d (patch) | |
tree | 3b10c7fb78c68cef15215950dee6f7e94e2257c2 /src/TODO | |
parent | logger: use larger buffer, snprinf instead of sprintf (diff) | |
download | ceph-ca27bd6fdb6e3543163c572cc62c885c90c3ba5d.tar.xz ceph-ca27bd6fdb6e3543163c572cc62c885c90c3ba5d.zip |
todo
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34,17 +34,13 @@ v0.19 - feature bits during connection handshake - remove erank from ceph_entity_addr -- kclient: handle enomem on reply using tid in msg header +- compat/incompat bits +- kclient: handle enomem on reply using tid in msg header -- get recovered filestore files - audit truncation sequence - should mds recovery recover truncation metadata? -- compat/incompat features for ondisk format? - - mds format - - osd format - - qa: snap test. maybe walk through 2.6.* kernel trees? - osd: rebuild pg log @@ -74,6 +70,10 @@ pending mon format changes - compat/incompat flags bugs +- 'mount.ceph server:/ relpath' puts relpath (not canonicalized name) in /etc/mtab. df gets confused +uml:~# grep ceph /etc/mtab +10.0.1.252:/ mnt ceph rw 0 0 + - kclient: on umount -f [ 4683.361323] INFO: task umount:15840 blocked for more than 120 seconds. [ 4683.367910] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. |