Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2019 16:39:39 +0100
From:      Paul Vixie <paul@redbarn.org>
To:        freebsd-virtualization@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: freebsd-12 and bhyve and the azure platform
Message-ID:  <920a79f6-f7ea-fe2b-16cb-cde2a8112721@redbarn.org>
In-Reply-To: <20190126151701.GA87737@rpi3.zyxst.net>
References:  <20190126151701.GA87737@rpi3.zyxst.net>

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


tech-lists wrote on 2019-01-26 16:17:
> Is it possible to migrate a byve freebsd instance/image to Azure? Or
> does one have to have the instance initially provisioned via their 
> marketplace?

bhyve does not participate in the virtualbox/vmware/etc ecosystem where 
"appliances" in the form of "open virtualization format" files can be 
exported and imported. this in turn means that you would have to 
manually control the parameters of an azure instance to be sure that it 
can contain your existing system image.

i would expect you to use dump | restore, or zfs dump | zfs restore, to 
move a system image from one container strategy (or bare metal) to 
another (such as azure), after first booting a rescue image inside the 
destination container. you'd then fine-tune your /etc/rc.conf file to 
have whatever settings were appropriate for the new container.

i know that's somewhat old school, but, that's one reason to love bhyve.

-- 
P Vixie




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?920a79f6-f7ea-fe2b-16cb-cde2a8112721>