Skip to content

Commit

Permalink
osd: supplement doc
Browse files Browse the repository at this point in the history
Signed-off-by: lishuhao <[email protected]>
  • Loading branch information
letterwuyu committed May 6, 2019
1 parent e9f328e commit 7148dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/dev/osd_internals/partial_object_recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7148dda

Please sign in to comment.