mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 21:49:41 +00:00
qemu_ppc64le: EXpose fs support explicitly
Since fs sharing is not assumed as supported by default, expose explicitly that the qemu_ppc64le supports it. Fixes: #2584 Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
parent
705713b4f9
commit
5eec8bdf9d
@ -95,6 +95,7 @@ func (q *qemuPPC64le) capabilities() types.Capabilities {
|
||||
}
|
||||
|
||||
caps.SetMultiQueueSupport()
|
||||
caps.SetFsSharingSupport()
|
||||
|
||||
return caps
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user