]> 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>
Wed, 8 May 2019 22:38:56 +0000 (15:38 -0700)
commitb698e34fc8e931623671b501855099050859a18a
treec8b40ca2319d8c825b48f0d6d2263e247523b373
parent7a28272c34d4e604594c0ff44b5e6471eb46de6f
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>
src/osd/PGLog.cc