mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
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:
parent
d34d4f97a8
commit
412105977c
@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user