mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-21 16:57:08 +00:00
ppc64le: switch virtiofsd from C to rust version
We have been using the C version of virtiofsd on ppc64le. Now that the issue with rust virtiofsd have been fixed, let's switch to it. Fixes: #4259 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
bfdf0144aa
commit
c5a59caca1
@@ -341,7 +341,7 @@ generate_qemu_options() {
|
||||
qemu_options+=(functionality:--disable-virtiofsd)
|
||||
;;
|
||||
ppc64le)
|
||||
qemu_options+=(functionality:--enable-virtiofsd)
|
||||
qemu_options+=(functionality:--disable-virtiofsd)
|
||||
;;
|
||||
s390x)
|
||||
qemu_options+=(functionality:--disable-virtiofsd)
|
||||
|
Reference in New Issue
Block a user