CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/22 15:40:16
Modified files:
usr.sbin/ldomctl: config.c
Log message:
Make "init-system -n" check vcpu and memory constraints
kmos noted that "-n" wouldn't bark at overallocation, only running without
it would do so.
Hoit setup code and delay the noaction bailout just after constraint checks
such that they're always done.
OK kmos
