Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Mar 2022 10:37:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261059] Kernel panic XEN + ZFS volume.
Message-ID:  <bug-261059-227-guqwGwQX0f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261059-227@https.bugs.freebsd.org/bugzilla/>

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

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261059

Roger Pau Monné <royger@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |royger@freebsd.org

--- Comment #3 from Roger Pau Monné <royger@freebsd.org> ---
Using only 2GB of memory for dom0 together with ZFS is likely too less, you
should use at least 4GB of memory for dom0 when using ZFS. Try to change the
line:

xen_cmdline="dom0_mem=2048M cpufreq=dom0-kernel dom0_max_vcpus=2 dom0=pvh
console=vga,com1 com1=9600,8n1 guest_loglvl=all loglvl=all"

To:

xen_cmdline="dom0_mem=4096M dom0_max_vcpus=2 dom0=pvh console=vga,com1
com1=9600,8n1 guest_loglvl=all loglvl=all"

Note that cpufreq=dom0-kernel is likely not functional, and also not a good
idea. The FreeBSD dom0 kernel has no idea about the real load of the system, as
it doesn't see the load created by VMs. Xen (the hypervisor) is the only one
that has the full picture of the system.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261059-227-guqwGwQX0f>