From: Sage Weil Date: Tue, 1 Sep 2015 17:13:47 +0000 (-0400) Subject: os/newstore: update todo X-Git-Tag: v9.1.0~242^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05d79b66cf67f65ced819e6d03dfe35b04c86ab7;p=ceph.git os/newstore: update todo Signed-off-by: Sage Weil --- diff --git a/src/os/newstore/NewStore.cc b/src/os/newstore/NewStore.cc index 8ca130424cce..58d3aff9d85c 100644 --- a/src/os/newstore/NewStore.cc +++ b/src/os/newstore/NewStore.cc @@ -37,19 +37,8 @@ * write path should ideally tolerate any fragment pattern, but only generate a fixed layout (since the tunable may be changed over time). * rocksdb: use db_paths (db/ and db.bulk/ ?) * rocksdb: auto-detect use_fsync option when not xfs or btrfs - * hobject sorting - - backfill - - scrub - - pgnls - - tiering agent position - - ObjectStore::collection_list_range - - ObjectStore::collection_list_partial - - DBObjectMap::clone lock ordering - - HashIndex::get_path_contents_by_hash - - HashIndex::list_by_hash * avoid mtime updates when doing open-by-handle * fid xattr backpointer - * kill collection_list_range * inline first fsync_item in TransContext to void allocation? * refcounted fragments (for efficient clone)