From: Mitchell E Berger Date: Sat, 2 Feb 2019 21:55:37 +0000 (-0500) Subject: Fix autoinstall logic when configured memory is lower than needed X-Git-Tag: 0.0.57^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/98e4d64197543617031240c55b9bd261912d7613?ds=sidebyside;hp=98e4d64197543617031240c55b9bd261912d7613 Fix autoinstall logic when configured memory is lower than needed invirt-database: Fix the autoinstall logic so that if we've increased the memory temporarily for the autoinstall above the machine's database setting, we also bring maxmem up to the same level. Otherwise the machine doesn't turn on because it's requesting to start with more memory than maxmem, and this failure mode is silent to the user. ---