From: Changcheng Liu Date: Fri, 31 Jul 2020 02:36:35 +0000 (+0800) Subject: osd/OSDMap: corret osd_info_t last_clean comment X-Git-Tag: wip-pdonnell-testing-20200918.022351~357^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=def66bb03a5cfe8f817e8bedec361c82565b6fc6;p=ceph-ci.git osd/OSDMap: corret osd_info_t last_clean comment This is to align with commit 600bda47. Signed-off-by: Changcheng Liu --- diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index f53c5a64610..424d9869cca 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -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