mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
common: Add share fs information for dragonball
This PR adds the share fs information for dragonball using kata-ctl to avoid the failures in runk tests saying that shared_fs is an unbound variable. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
2056eda5f0
commit
4477b4c9dc
@ -152,6 +152,7 @@ function extract_kata_env() {
|
||||
hypervisor_path=".hypervisor.path"
|
||||
virtio_fs_daemon_path=".hypervisor.virtio_fs_daemon"
|
||||
initrd_path=".initrd.path"
|
||||
shared_fs=".hypervisor.shared_fs"
|
||||
;;
|
||||
*)
|
||||
cmd=kata-runtime
|
||||
|
Loading…
Reference in New Issue
Block a user