Skip to content

Commit d2185e7

Browse files
authored
Merge pull request ceph#65528 from mkogan1/wip-d4n-odsync
rgw/d4n: change cache write ::open() flags
2 parents 9293a32 + b2e44e6 commit d2185e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/common/options/rgw.yaml.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3932,8 +3932,11 @@ options:
39323932
long_desc: For example, to configure synchronized I/O, fcntl-linux.h defines (converted from octal)
39333933
O_SYNC = 1052672
39343934
O_DSYNC = 4096
3935+
O_DIRECT = 16384
3936+
O_SYNC | O_DIRECT = 1118208
3937+
O_DSYNC | O_DIRECT = 65552
39353938
(0 for no modification of the flags)
3936-
default: 1052672
3939+
default: 4096
39373940
services:
39383941
- rgw
39393942
with_legacy: true

0 commit comments

Comments
 (0)