From 412105977c5cb1dcdd9a0b742ceaf04c75da24d0 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 2 Oct 2024 18:24:29 -0700 Subject: [PATCH] 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 Signed-off-by: Brian Atkinson Signed-off-by: Brian Behlendorf Closes #16597 --- module/zfs/zfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/zfs_vnops.c b/module/zfs/zfs_vnops.c index f9cc5b010..a96f508ff 100644 --- a/module/zfs/zfs_vnops.c +++ b/module/zfs/zfs_vnops.c @@ -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; /*