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:
Brian Behlendorf 2024-10-02 18:24:29 -07:00 committed by GitHub
parent d34d4f97a8
commit 412105977c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
/*