mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 14:08:31 +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.SetMultiQueueSupport()
|
||||||
|
caps.SetFsSharingSupport()
|
||||||
|
|
||||||
return caps
|
return caps
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user