Re: patch: new fix for vmctl create

2021-05-12 Thread Dave Voutila
James Cook writes: > Hi tech@, > > The below patch removes calls to realpath(3) when looking up a qcow2 > base image. Previous thread: > https://marc.info/?t=16156249642&r=1&w=2 > > In short, the calls were failing inside vmctl, because of unveil. The > other thread has alternative solutions

Re: patch: new fix for vmctl create

2021-05-12 Thread Mike Larkin
On Mon, Mar 15, 2021 at 08:21:56AM +, James Cook wrote: > Hi tech@, > > The below patch removes calls to realpath(3) when looking up a qcow2 > base image. Previous thread: > https://marc.info/?t=16156249642&r=1&w=2 > > In short, the calls were failing inside vmctl, because of unveil. The >

patch: new fix for vmctl create

2021-03-15 Thread James Cook
Hi tech@, The below patch removes calls to realpath(3) when looking up a qcow2 base image. Previous thread: https://marc.info/?t=16156249642&r=1&w=2 In short, the calls were failing inside vmctl, because of unveil. The other thread has alternative solutions but I think this is simplest. I in