Re: ldomctl: Fail on incomplete domain parameters

2020-01-09 Thread Mark Kettenis
> Date: Thu, 9 Jan 2020 21:53:09 +0100 > From: Klemens Nanni > > Each guest needs vcpu and memory, otherwise it's invalid. > Each guest also needs at least one of vdisk, vnet or iodevice, otherwise > it has nothing to boot from. > > Consider this example: > > # cat foo.conf > domain

ldomctl: Fail on incomplete domain parameters

2020-01-09 Thread Klemens Nanni
Each guest needs vcpu and memory, otherwise it's invalid. Each guest also needs at least one of vdisk, vnet or iodevice, otherwise it has nothing to boot from. Consider this example: # cat foo.conf domain no-boot { vcpu 1 memory 32G }