runtime-rs: Set default_maxvcpus to 0

Otherwise we just cannot start a container that requests more than 1
vcpu.

Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
Fabiano Fidêncio
2025-06-25 14:35:49 +02:00
parent 9ff30c6aeb
commit bebe377f0d

View File

@@ -221,7 +221,7 @@ ifneq (,$(DBCMD))
CONFIGS += $(CONFIG_DB) CONFIGS += $(CONFIG_DB)
# dragonball-specific options (all should be suffixed by "_DB") # dragonball-specific options (all should be suffixed by "_DB")
VMROOTFSDRIVER_DB := virtio-blk-pci VMROOTFSDRIVER_DB := virtio-blk-pci
DEFMAXVCPUS_DB := 1 DEFMAXVCPUS_DB := 0
DEFBLOCKSTORAGEDRIVER_DB := virtio-blk-mmio DEFBLOCKSTORAGEDRIVER_DB := virtio-blk-mmio
DEFNETWORKMODEL_DB := tcfilter DEFNETWORKMODEL_DB := tcfilter
KERNELPARAMS_DB = console=ttyS1 agent.log_vport=1025 KERNELPARAMS_DB = console=ttyS1 agent.log_vport=1025