]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
global/signal_handler: avoid core dump on EIO
authorSage Weil <sage@redhat.com>
Thu, 4 Apr 2019 19:51:21 +0000 (14:51 -0500)
committerSage Weil <sage@redhat.com>
Mon, 8 Apr 2019 14:29:05 +0000 (09:29 -0500)
commit41a70db6042723de320419a578bfed4bea915d32
tree14804c689e0ef262c2a6ad017e001c0c6dfbc6ec
parent07e0d5c658d04384bb4c56a824d3245c031569ba
global/signal_handler: avoid core dump on EIO

Generating a core dump is overkill if we hit an EIO error from the
hardware.  Exit with an error code instead.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit e3464df47b2e83ee160362a897adc1191a922ce9)
src/global/signal_handler.cc