From 189e1385c5eeb3073dd9f4cb01aa574dea284888 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 31 Aug 2017 21:09:00 -0400 Subject: [PATCH] osd/PrimaryLogPG: start_flush: update comment for a post-snapdir world Signed-off-by: Sage Weil --- src/osd/PrimaryLogPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 878bd399b9ba7..99610790ac440 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -8623,7 +8623,7 @@ int PrimaryLogPG::start_flush( * for snaps [7, 6] which has been trimmed since they no longer exist. * In the base pool, we'd have 5:[4,3,2]:[4(4,3,2)]+head. When we submit * the delete, the snap will be promoted to 5, and the head will become - * a snapdir. When the copy-from goes through, we'll end up with + * a whiteout. When the copy-from goes through, we'll end up with * 8:[8,4,3,2]:[4(4,3,2)]+head. * * Another complication is the case where there is an interval change -- 2.39.5