From: Sage Weil Date: Fri, 12 Dec 2008 05:13:02 +0000 (-0800) Subject: todos X-Git-Tag: v0.6~86 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=625e9502306a7fd97744d8611d9bfaf90b81ce9a;p=ceph.git todos --- diff --git a/src/TODO b/src/TODO index 639c7266300..f29528bc078 100644 --- a/src/TODO +++ b/src/TODO @@ -79,8 +79,12 @@ vfs issues 3- drops mutex, then calld d_revalidate. if that fails, we return ENOENT (instead of looping?) - vfs_rename_dir() +filestore +- sort object lists by ino +- get file csum? + btrfs -- investigate __mntput warning +- inode_lock vs tree->lock lockdep warning - clone compressed inline extents - ioctl to pull out data csum? diff --git a/src/vstart.sh b/src/vstart.sh index 3705f60597d..2b4a71496e7 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -36,7 +36,7 @@ if [ $debug -eq 0 ]; then else echo "** going verbose **" CMON_ARGS="--lockdep 1 --debug_mon 20 --debug_ms 1 --debug_paxos 20" - COSD_ARGS="--lockdep 1 --debug_osd 20 --debug_journal 20 --debug_ms 1" # --debug_journal 20 --debug_osd 20 --debug_filestore 20 --debug_ebofs 20 + COSD_ARGS="--lockdep 1 --debug_osd 20 --debug_journal 20 --debug_filestore 10 --debug_ms 1" # --debug_journal 20 --debug_osd 20 --debug_filestore 20 --debug_ebofs 20 CMDS_ARGS="--lockdep 1 --mds_cache_size 500 --mds_log_max_segments 2 --debug_ms 1 --debug_mds 20 --mds_thrash_fragments 0 --mds_thrash_exports 0" fi