From b41e4e53d1a06ee757322c133ad5c74c5f279d82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=83=91=E5=B0=8F=E5=89=91?= Date: Tue, 26 Jul 2022 10:23:31 +0800 Subject: [PATCH] test/osd/TestPGLog: Fix wrong description that the log and the olog. Signed-off-by: dheart --- src/test/osd/TestPGLog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/osd/TestPGLog.cc b/src/test/osd/TestPGLog.cc index 004e3cd1c589..a9047d448556 100644 --- a/src/test/osd/TestPGLog.cc +++ b/src/test/osd/TestPGLog.cc @@ -1703,8 +1703,8 @@ TEST_F(PGLogTest, proc_replica_log) { | | | | +--------+-------+---------+ - The log entry (1,3) deletes the object x9 but the olog entry - (2,3) modifies it : remove it from omissing. + The log entry (2,3) deletes the object x9 but the olog entry + (1,3) modifies it : remove it from omissing. */ { -- 2.47.3