mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 18:30:03 +00:00
Merge pull request #9974 from squarti/sharedfs
runtime: Initialize SharedFS for remote hypervisor
This commit is contained in:
@@ -1341,6 +1341,7 @@ func newRemoteHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) {
|
|||||||
RemoteHypervisorSocket: h.getRemoteHypervisorSocket(),
|
RemoteHypervisorSocket: h.getRemoteHypervisorSocket(),
|
||||||
RemoteHypervisorTimeout: h.getRemoteHypervisorTimeout(),
|
RemoteHypervisorTimeout: h.getRemoteHypervisorTimeout(),
|
||||||
DisableGuestSeLinux: true, // The remote hypervisor has a different guest, so Guest SELinux config doesn't work
|
DisableGuestSeLinux: true, // The remote hypervisor has a different guest, so Guest SELinux config doesn't work
|
||||||
|
SharedFS: config.NoSharedFS,
|
||||||
|
|
||||||
// No valid value so avoid to append block device to list in kata_agent.appendDevices
|
// No valid value so avoid to append block device to list in kata_agent.appendDevices
|
||||||
BlockDeviceDriver: "dummy",
|
BlockDeviceDriver: "dummy",
|
||||||
|
Reference in New Issue
Block a user