mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
kata-deploy: fix qemu-virtiofs entry on crio configuration
Use correct key for the kata-qemu-virtiofs runtime class definition in the crio configuration file. Fixes: #771. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
030dfd92ff
commit
84e004e426
@ -95,7 +95,7 @@ EOT
|
|||||||
cat <<EOT | tee -a "$crio_conf_file"
|
cat <<EOT | tee -a "$crio_conf_file"
|
||||||
|
|
||||||
# Path to the Kata Containers runtime binary that uses the QEMU hypervisor with virtiofs support.
|
# 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}"
|
runtime_path = "${kata_qemu_virtiofs_path}"
|
||||||
EOT
|
EOT
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user