This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata_agent: Remove sharedDirVirtioFSOptions
Although in the earlier stages of development those FUSE client mount options were needed, when virtiofs got merged the default option values were baked into virtiofs.ko. Those options are not only unneeded, but they'd also cause issues when trying to run recent enough kernels, as shown below: ``` [root@f32 runtime]# podman run --security-opt label=disable --runtime=/usr/local/bin/kata-runtime --rm -id fedora sh Error: rpc error: code = Internal desc = Could not mount kataShared to /run/kata-containers/shared/containers/: invalid argument: OCI runtime error ``` Fixes: #2464 Signed-off-by: Fabiano Fidêncio <[email protected]>
- Loading branch information