Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reactor: print more informative error when io_submit fails
when io_submit() fails with errno of ENOTSUP, there are good chances that the application is sending i/o requests to a network filesystem or a stacked filesystem. instead of printing > seastar - io_submit: Operation not supported let's print > seastar - could not submit io. this happens when accessing filesystem which does not support asynchronous direct I/O Refs #1947 Signed-off-by: Kefu Chai <[email protected]> Closes #1949
- Loading branch information