From bebe377f0d0f60a3e5130066ca41349084ef6374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 25 Jun 2025 14:35:49 +0200 Subject: [PATCH] runtime-rs: Set default_maxvcpus to 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise we just cannot start a container that requests more than 1 vcpu. Signed-off-by: Fabiano FidĂȘncio --- src/runtime-rs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index cf6a348a84..61668f7c61 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -221,7 +221,7 @@ ifneq (,$(DBCMD)) CONFIGS += $(CONFIG_DB) # dragonball-specific options (all should be suffixed by "_DB") VMROOTFSDRIVER_DB := virtio-blk-pci - DEFMAXVCPUS_DB := 1 + DEFMAXVCPUS_DB := 0 DEFBLOCKSTORAGEDRIVER_DB := virtio-blk-mmio DEFNETWORKMODEL_DB := tcfilter KERNELPARAMS_DB = console=ttyS1 agent.log_vport=1025