Clarify BUGS wrt. reserving memory for the hypervisor
authorkn <kn@openbsd.org>
Wed, 17 Nov 2021 15:13:36 +0000 (15:13 +0000)
committerkn <kn@openbsd.org>
Wed, 17 Nov 2021 15:13:36 +0000 (15:13 +0000)
commit34ad8cc0aa3b606a4b5cde2a72a0d8fef497172b
treefe1a001a445bc983724d6d41e7bb9e07beff8c7e
parent797b9a34d17289a9ecd7af93047480a6488f1a47
Clarify BUGS wrt. reserving memory for the hypervisor

The previous wording might be understood as "leave memory unused in the
primary domain", which is precisely what causes the hypervisor to reject
the configuration since ldomctl(8) would implicitly allocate all remaining
memory for the primary domain.

Make sure that primary domain memory should be assigned explicitly so the
total amount of allocated memory is less than physically available, i.e.
the hypervisor will have even more memory available and configurations can
boot again.

OK stsp
usr.sbin/ldomctl/ldom.conf.5