From d2779b251b7c4ecb4aae19bb43eb0b354c45c3e0 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 2 Oct 2024 14:07:43 -0700 Subject: [PATCH] Temporarilly disable Direct IO by default While some remaining issues are resolved with the recently merged Direct IO functionality disable it by default. Signed-off-by: Brian Behlendorf --- 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 f9cc5b0109d9..a96f508ffac0 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; /*