I want to use virtiofsd for mounting storage points into VMs without the guests having root access to the storage. virtiofsd supports --uid-map and --gid-map options, but if I use
--uid-map=:0:65534:1 (by replacing the binary with a wrapper script) then the VM won't start. I don't see any error messages or anything so I'm not quite sure how to debug further. Any ideas?
--uid-map=:0:65534:1 (by replacing the binary with a wrapper script) then the VM won't start. I don't see any error messages or anything so I'm not quite sure how to debug further. Any ideas?