Re: freebsd-12 and bhyve and the azure platform

2019-01-28 Thread Pete French




On 26/01/2019 16:43, tech-lists wrote:

OK, thanks. I thought this might be the case. Just wanted to make sure I
wasn't trying to reinvent the wheel ;)


We use Azure extensivley with FreeBSD, and I havent installed from an 
image since the first one. Everything I do is taking a copy of an 
existing bootable machine and cloning the disc, or using 'zfs send' to 
send it to another place and dump onto a disc there ((OK, for that I 
spin up a temprary machine from the marketplace to attach the drive to I 
guess). Works great. You;ll need to install waaagent, but apart from 
that then just moving the machine will work fine.


Oh, and dont try using accelerated networking, as currently it panics

but we are pretty happy overall :-)

-pete.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: freebsd-12 and bhyve and the azure platform

2019-01-26 Thread tech-lists

On Sat, Jan 26, 2019 at 04:39:39PM +0100, Paul Vixie wrote:


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.


OK, thanks. I thought this might be the case. Just wanted to make sure I
wasn't trying to reinvent the wheel ;)
--
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: freebsd-12 and bhyve and the azure platform

2019-01-26 Thread Paul Vixie




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

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


freebsd-12 and bhyve and the azure platform

2019-01-26 Thread tech-lists

Hello,

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?


thanks,
--
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"