]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSDMap: corret osd_info_t last_clean comment 36418/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Fri, 31 Jul 2020 02:36:35 +0000 (10:36 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 3 Aug 2020 01:08:53 +0000 (09:08 +0800)
This is to align with commit 600bda47.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/osd/OSDMap.h

index f53c5a646101e402a2a7954db42ce7f1d66ba4d1..424d9869cca091de2e6185548b52b17b02b5aa1e 100644 (file)
@@ -51,7 +51,7 @@ class health_check_map_t;
  * bound on the actual osd death.  down_at (if it is > up_from) is an
  * upper bound on the actual osd death.
  *
- * the second is the last_clean interval [first,last].  in that case,
+ * the second is the last_clean interval [begin,end).  in that case,
  * the last interval is the last epoch known to have been either
  * _finished_, or during which the osd cleanly shut down.  when
  * possible, we push this forward to the epoch the osd was eventually