From 2d5fbb85553893e80f6c7cc42498cfd8af61e8c6 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 1 Nov 2024 21:30:07 -0400 Subject: [PATCH] removed -O primarycache=metadata from installer --- tools/intaller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/intaller.py b/tools/intaller.py index a38cf75..08bb738 100644 --- a/tools/intaller.py +++ b/tools/intaller.py @@ -110,7 +110,6 @@ def create_zfs_pool(pool_disks: Sequence[str], mnt_dir: str) -> None: "-O relatime=on " "-O xattr=sa " "-O mountpoint=none " - "-O primarycache=metadata " "root_pool " ) if len(pool_disks) == 1: