Date: Wed, 18 Oct 2023 13:58:12 +0100 From: void <void@f-m.fm> To: freebsd-fs@freebsd.org Subject: free space considerations writing bhyve image to a zvol Message-ID: <ZS_WZD-JlHEo_Em5@int21h>
next in thread | raw e-mail | index | archive | help
A linux file-backed vm was created initially like this: truncate -s 2T linuxvm.img Within the vm, df -h reports 1.1Tb used in total. Externally, on the freebsd host, the linuxvm.img is 2Tb. If i write the vm to a 1.6Tb zvol with compression set (lz4), would it be feasible to expect the vm to work? I expect it might break the vm's filesystem internally, now, thinking about it. --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZS_WZD-JlHEo_Em5>