]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileStore: Added O_DSYNC write scheme 7752/head
authorSomnath Roy <somnath.roy@sandisk.com>
Thu, 19 Nov 2015 23:15:03 +0000 (18:15 -0500)
committerSomnath Roy <somnath.roy@sandisk.com>
Thu, 10 Mar 2016 17:22:29 +0000 (12:22 -0500)
commitd8f4d9eec74c8a4e76bc2b735509459d555c4709
tree6ce3eb6460ffbe5495d17cda343ea47924aa4c96
parent70d3e1306f54fee2f36831e65c8bdf2cd1869012
FileStore: Added O_DSYNC write scheme

lfn_open can now open file handle in O_DSYNC mode based on the
filestore_odsync_write config option. This should help in getting
more stable and higher performance out in case of SSDs configured as
OSD data store.

Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
src/common/config_opts.h
src/os/filestore/FileStore.cc
src/os/filestore/FileStore.h