Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 20:25:18 -0500
From:      Shawn Webb <shawn.webb@hardenedbsd.org>
To:        javocado <javocado@gmail.com>
Cc:        freebsd-virtualization@freebsd.org, freebsd-questions@freebsd.org, FreeBSD Filesystems <freebsd-fs@freebsd.org>
Subject:   Re: Re-sparse a file-backed IO device + zfs
Message-ID:  <20161213012518.GA77233@mutt-hardenedbsd>
In-Reply-To: <CAP1HOmQ6zXOqeD=DYe0rtnR6TkzyndLZHyutgynBXWNMVuiksA@mail.gmail.com>
References:  <CAP1HOmQ6zXOqeD=DYe0rtnR6TkzyndLZHyutgynBXWNMVuiksA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--J/dobhs11T7y2rNN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Dec 12, 2016 at 05:20:21PM -0800, javocado wrote:
> Hi,
>=20
> I'm setting up a bhyve wherein:
>=20
> host #  truncate -s 1T vol.file
> host #  du -ah vol.file
> 200K    vol.file
>=20
> host #  /usr/sbin/bhyve ... -s 4,ahci-hd,vol.file ...
>=20
> Then inside the bhyve I create a zpool (ada0 =3D vol.file):
>=20
> bhyve #  zpool create -O devices=3Doff -O atime=3Doff -O compression=3Don=
 -m
> /mnt/data1 data1 ada0
>=20
> And I put a bunch of stuff in the zpool ... and the vol.file grows in siz=
e:
>=20
> host #  du -ah vol.file
> 100G    vol.file
>=20
> Then I remove the files from the zpool and the zpool usage returns to 0 b=
ut
> of course the vol.file size does not shrink, the data is still there (but
> not referenced?)
>=20
> Normally I'd just write zeros to a file inside the zpool until the pool
> fills up, then maybe cp --sparse vol.file for good measure, but with
> compression on in the zpool the zeroing doesn't really fill up space or
> seem to overwrite anything. In my testing the zero file grew larger than
> 100G with no change to vol.file  I did not let it run forever, however.
>=20
> Any other ideas how to scrub off or clear out deleted data from a zpool
> and/or this kind of file-backed device?

Instead of dd'ing /dev/zero, try /dev/random. All zeros compress
extremely well, [pseudo-]random data does (or, ideally, should) not.

--=20
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:          0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE

--J/dobhs11T7y2rNN
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJYT038AAoJEGqEZY9SRW7u1g0P/impDd7fVDSFcO5i/3wlf8M6
8tUs1sg53pJYSNDtEbIfiSODiJDwaXl4+Kdp7o4WbFP68HCzhHPr/qKB4GTyhSPD
CgQRa9Jj90E+B7+/zSTba/b5axa30mfSeoVc0Ma1+id/Yq7J+rVEa951eXGCaE/5
bmkrPnWHilYfdRJLY2npVoVwjC44vxn3f1GlD06rrwTV+JCMaw6f7k6hkuAh9trg
UyoCJftEH1hzcpyAWYVS4Wn+t/6bXFICKv+tpwDwm+epVkf6tIKvNNFEYxE+TFik
PhTk5+i7Lz/12bR6Vh/hKiYKKxHa2rtYSA49TDBMeInOa5yCGQ6f98/Nz/MKc8d9
LUXUSovnVLZkMVObUK31dPF9TuZESK3SGRUTN6CzDArRIcl63xqRWevuv6Hk46Je
vurBhvtN89ROzd/BZ10rISuGv+TlyY5MvykggZ7v1obB7nkukFnGQ3PKwmL2DHP5
h1AMc+NFQOU6ym/qcMVDqX/BBuzFBvkgLzZyOjh5wPNsq1ScuBBYO7yFBBwzcQRl
rDLviLKBsUNsjHtOF38evqcbGYl19th92o6q4pWiE6hriO/WnaI6yI5WtfPHV7ta
oefL87gBeb98YegBF2cCMmE+e0kulJta8qFZQC5bLcIQoBF8Nk9fBfMHUYiGlBxZ
/iLIWlsGHOIQt86ev4Nt
=wvAw
-----END PGP SIGNATURE-----

--J/dobhs11T7y2rNN--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161213012518.GA77233>