]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/filestore: ceph_abort() on fsync(2) or fdatasync(2) failure 26366/head
authorSage Weil <sage@redhat.com>
Mon, 11 Feb 2019 17:11:22 +0000 (11:11 -0600)
committerSage Weil <sage@redhat.com>
Mon, 11 Feb 2019 19:02:00 +0000 (13:02 -0600)
commit3892b81303bcc35056ca06371651e13b7a4c4f2a
treeebef93f117e9e5134226ce5cd5460d371197868e
parente1e3dc934c5997dc37f166206e86570ef795b5a5
os/filestore: ceph_abort() on fsync(2) or fdatasync(2) failure

If we get an error from f[data]sync that is always a fatal error.

Fixes: http://tracker.ceph.com/issues/38258
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/filestore/FileStore.cc
src/os/filestore/LFNIndex.cc
src/os/filestore/WBThrottle.cc