From 3f038f5b2cb3e6582998a5defa8fc163b1a5e5d5 Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 12 May 2023 00:06:53 +0000 Subject: [PATCH] staggered deployment parallelism defaults to number of *online* CPUs vmd looks at hw.ncpuonline not hw.ncpu[found], which can differ w/o SMT. --- usr.sbin/vmd/vm.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5 index c99c26092dc..ed6cd41df64 100644 --- a/usr.sbin/vmd/vm.conf.5 +++ b/usr.sbin/vmd/vm.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vm.conf.5,v 1.62 2023/02/19 17:10:38 deraadt Exp $ +.\" $OpenBSD: vm.conf.5,v 1.63 2023/05/12 00:06:53 kn Exp $ .\" .\" Copyright (c) 2015 Mike Larkin .\" Copyright (c) 2015 Reyk Floeter @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 19 2023 $ +.Dd $Mdocdate: May 12 2023 $ .Dt VM.CONF 5 .Os .Sh NAME @@ -143,7 +143,7 @@ instances in parallel every seconds. Defaults to .Ar parallelism -equal to number of CPUs and a +equal to number of online CPUs and a .Ar delay of 30 seconds. .El -- 2.20.1