[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 --- Comment #6 from James Hung --- (In reply to commit-hook from comment #5) After apply the patches, I can load the VM without problem. Thanks! -- You are receiving this mail because: You are on the CC list for the

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 Toomas Soome changed: What|Removed |Added Resolution|--- |FIXED

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU As the support for large blocks was enabled in loader zfs code, the heap in userboot was left not changed, resulting with failure of detecting and accessing zfs pools for bhyve virtual machines. This fix does set the heap to use same

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 Bug 212038 depends on bug 212114, which changed state. Bug 212114 Summary: loader: zio_checksum_verify() must test spa for NULL pointer https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212114 What|Removed

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 --- Comment #4 from Toomas Soome --- The fix is posted as https://reviews.freebsd.org/D7635 but also note the bug this one is depending on - for full fix, you need both. -- You are receiving this mail because: You are

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 Toomas Soome changed: What|Removed |Added Depends on||212114

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 Toomas Soome changed: What|Removed |Added CC|

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 --- Comment #3 from Toomas Soome --- *Assuming* the issue is related to userboot.so size, building with -Os should help. If you could try the patch from https://reviews.freebsd.org/D7600, it would help to confirm this

[Bug 212038] svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212038 --- Comment #2 from James Hung --- (In reply to Andriy Gapon from comment #1) I don't have make.conf & src.conf. export MALLOC_PRODUCTION=1 export KERNCONF=GENERIC-NODEBUG export NO_CLEAN=1 cd /usr/src make -j8