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
commit 79173ce76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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