diff --git a/ansible/roles/bhyve/files/bhyve_netgraph_bridge.bash b/ansible/roles/bhyve/files/bhyve_netgraph_bridge.bash index 6c3d2b2..e93e2bf 100644 --- a/ansible/roles/bhyve/files/bhyve_netgraph_bridge.bash +++ b/ansible/roles/bhyve/files/bhyve_netgraph_bridge.bash @@ -68,7 +68,7 @@ IP_RANGE="$IP_RANGE" BRIDGE_NAME="$BRIDGE_NAME" INTERFACE_NAME="$INTERFACE_NAME" EOF - zfs create -s "-V${gigabytes}G" -o volmode=dev "$zfs_path/disk0" + zfs create -s "-V${gigabytes}G" -o volmode=dev -o primarycache=metadata -o secondarycache=none "$zfs_path/disk0" } function start_vm {