Temporarily disable Direct IO by default
While some remaining issues are resolved with the recently merged Direct IO functionality disable it by default. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Brian Atkinson <batkinson@lanl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #16597
This commit is contained in:
@@ -78,7 +78,7 @@ static int zfs_bclone_wait_dirty = 0;
|
|||||||
* directed through the ARC acting as though the dataset property direct was
|
* directed through the ARC acting as though the dataset property direct was
|
||||||
* set to disabled.
|
* set to disabled.
|
||||||
*/
|
*/
|
||||||
static int zfs_dio_enabled = 1;
|
static int zfs_dio_enabled = 0;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user