]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: supplement doc
authorletterwuyu <lishuhao@unitedstack.com>
Sun, 5 May 2019 06:05:15 +0000 (14:05 +0800)
committerletterwuyu <lishuhao@unitedstack.com>
Mon, 6 May 2019 12:17:43 +0000 (20:17 +0800)
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
doc/dev/osd_internals/partial_object_recovery.rst

index 7b76971e654de19e6b47948f1815b836e0cbfa7e..da487d6018a32e37fddfaba0be6c5a288e834517 100644 (file)
@@ -23,6 +23,7 @@ class ObjectCleanRegion is introduced to do what we want.
 clean_offsets is a variable of interval_set<uint64_t>
 and is used to indicate the unmodified content in an object.
 clean_omap is a variable of bool indicating whether object_map is modified.
+new_object means that osd does not exist for an object
 max_num_intervals is an upbound of the number of intervals in clean_offsets
 so that the memory cost of clean_offsets is always bounded.