Merge pull request #772 from chavafg/topic/fix-crio-qemu-cfg

kata-deploy: fix qemu-virtiofs entry on crio configuration
This commit is contained in:
GabyCT
2019-10-29 16:40:47 -06:00
committed by GitHub

View File

@@ -95,7 +95,7 @@ EOT
cat <<EOT | tee -a "$crio_conf_file"
# Path to the Kata Containers runtime binary that uses the QEMU hypervisor with virtiofs support.
[$kata_qemu_conf]
[$kata_qemu_virtiofs_conf]
runtime_path = "${kata_qemu_virtiofs_path}"
EOT
fi