]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Fix off by 1 error in trim handling of osd_pg_log_dups_tracked
authorDavid Zafman <dzafman@redhat.com>
Thu, 2 May 2019 02:44:04 +0000 (19:44 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 13 May 2019 22:30:20 +0000 (15:30 -0700)
commitfcbe84253e4bab96fe429f59e34e3936ad8c3c6f
treec3424bc1408e2cce688c8603c81e0f45f1f3438f
parent2e4431d545796f592e3f91b51b6ebd4c0f8edf55
osd: Fix off by 1 error in trim handling of osd_pg_log_dups_tracked

Move log message out of loop so it doesn't repeat for no reason

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b698e34fc8e931623671b501855099050859a18a)
src/osd/PGLog.cc