Re: some bhyve guests showing high load on host

2016-07-24 Thread Shane Ambler
ou using the -H option? From man bhyve - -H Yield the virtual CPU thread when a HLT instruction is detected. If this option is not specified, virtual CPUs will use 100% of a host CPU. -- FreeBSD - the place to B...Software Developing Shane Ambler

bhyve in endless loop after filling host disk quota

2016-08-04 Thread Shane Ambler
error cmd=write 60261136-60261151 vtbd0: hard error cmd=write 60261152-60261167 vtbd0: hard error cmd=write 60261168-60261183 vtbd0: hard error cmd=write 116882640-116882719 vtbd0: hard error cmd=write 116882720-116882735 -- FreeBSD - the place to B...Software

Re: bhyve use 100% CPU, but guest are idle. clock issue?

2016-08-14 Thread Shane Ambler
to B...Software Developing Shane Ambler ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"

Re: bhyve and dynamic allocation

2016-09-06 Thread Shane Ambler
-allocation. For disk, the same effect can be achieved by using a sparse volume, e.g. 'truncate -s ' on UFS. And if your using ZFS on the host you can create a sparse zvol with zfs create -sV zpool/guestvol -- FreeBSD - the place to B...Sharing Devices Sh

Re: 11-STABLE guest under bhyve is unstable on a 11-STABLE host

2016-11-14 Thread Shane Ambler
eeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"

Re: Status of bhyve

2017-02-15 Thread Shane Ambler
av. -- FreeBSD - the place to B...Sharing Devices Shane Ambler ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"

Re: bhyve uses all available memory during IO-intensive operations

2017-12-01 Thread Shane Ambler
or 12 >>>>    kernel: pid 41123 (bhyve), uid 0, was killed: out of swap space That's the type of errors I see when wired jumps high. I'm not seeing this from bhyve but when your watching top, keep an eye on the wired amount. -- FreeBSD - the place to B...Sharing Devices Shane Ambler ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"

Re: bhyve uses all available memory during IO-intensive operations

2017-12-01 Thread Shane Ambler
irtual machine illusion. At the least it would involve a system telling the hardware what memory is used and what is not, which just isn't something any system does. Maybe that is an idea for the vm guest aware systems of the future. -- FreeBSD - t

Re: bhyve and contention

2018-02-13 Thread Shane Ambler
arently there is work on getting the guest to notify the host of released ram. Until that is available you may want to restart guests that temporarily allocate large amounts of ram. -- FreeBSD - the place to B...Sharing Devices Shane Ambler ___ freebs

Re: bhyve and contention

2018-02-14 Thread Shane Ambler
usually ends up killing random processes, and > random usually means the most important things you are running! The host has 64G swap setup. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-virtualization@freebsd.org mailing

Re: freebsd bhyve instance does not show kernel messages after boot screen

2018-06-17 Thread Shane Ambler
will be messages after the kernel has loaded but includes a lot of what you expect during startup. Maybe one of these logs shows an odd char that the console has an issue with. Can you find an odd char that doesn't exist in other guest logs? -- FreeBSD - the place to B...Sharing Device