mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #12726 from liewegas/wip-18372
osd: _exit() intead of exit() for failure injection Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
commit
d4f033c687
@ -4795,7 +4795,7 @@ void OSD::RemoveWQ::_process(
|
||||
|
||||
if (cct->_conf->osd_inject_failure_on_pg_removal) {
|
||||
generic_derr << "osd_inject_failure_on_pg_removal" << dendl;
|
||||
exit(1);
|
||||
_exit(1);
|
||||
}
|
||||
t.remove_collection(coll);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user