From 141c45c3079357666049a1bc0a3aa951d9488832 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 24 Nov 2008 11:39:51 -0800 Subject: [PATCH] osd: comment --- 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 b196b43a2009a..df78234871452 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -79,7 +79,7 @@ struct osd_info_t { epoch_t last_clean_first; // last interval that ended with a clean osd shutdown epoch_t last_clean_last; epoch_t up_from; // epoch osd marked up - epoch_t up_thru; // lower bound on actual osd death + epoch_t up_thru; // lower bound on actual osd death (if > up_from) epoch_t down_at; // upper bound on actual osd death (if > up_from) osd_info_t() : last_clean_first(0), last_clean_last(0), -- 2.39.5