]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: remove a ceph_assert() from a legitimate path 40185/head
authorRonen Friedman <rfriedma@redhat.com>
Wed, 17 Mar 2021 15:21:10 +0000 (17:21 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 18 Mar 2021 15:13:42 +0000 (17:13 +0200)
commit437456ecf9429dd5623cda105e1399234fcc86de
tree7d40db0ce736fc08ba8877650d51c549282bac30
parent5d10b6995c976d261f21e0e68649ae9822d13514
osd: remove a ceph_assert() from a legitimate path

on_replica_init() might be legitimately called twice,
if the replica was waiting for updates to complete
before servicing the request.

Fixes: https://tracker.ceph.com/issues/49867
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/pg_scrubber.cc