From def66bb03a5cfe8f817e8bedec361c82565b6fc6 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Fri, 31 Jul 2020 10:36:35 +0800 Subject: [PATCH] osd/OSDMap: corret osd_info_t last_clean comment This is to align with commit 600bda47. Signed-off-by: Changcheng Liu --- src/osd/OSDMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index f53c5a646101..424d9869cca0 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 -- 2.47.3