Re: Building ZFS disk images

From: David Chisnall <theraven_at_FreeBSD.org>
Date: Thu, 05 Aug 2021 14:29:32 UTC
On 05/08/2021 13:53, Alan Somers wrote:
> I don't know of any way to do it using the official release scripts 
> either. One problem is that every ZFS pool and file system is supposed 
> to have a unique GUID.  So any kind of ZFS release builder would need to 
> re-guid the pool on first boot.

Is there a tool / command to do this?  I've hit this problem in the 
past: I have multiple FreeBSD VMs that are all created from the same 
template and if one dies I can't import its zpool into another because 
they have the same UUID.

It doesn't matter for modern deployments where the VM is stateless and 
reimaged periodically but it's annoying for classic deployments where I 
have things I care about on the VM.

David