Skip to content

Commit

Permalink
Temporarilly disable Direct IO by default
Browse files Browse the repository at this point in the history
While some remaining issues are resolved with the recently merged
Direct IO functionality disable it by default.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Oct 2, 2024
1 parent d34d4f9 commit d2779b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/zfs_vnops.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int zfs_bclone_wait_dirty = 0;
* directed through the ARC acting as though the dataset property direct was
* set to disabled.
*/
static int zfs_dio_enabled = 1;
static int zfs_dio_enabled = 0;


/*
Expand Down

0 comments on commit d2779b2

Please sign in to comment.