diff --git a/src/runtime/virtcontainers/remote.go b/src/runtime/virtcontainers/remote.go index ba583a21db..0250566736 100644 --- a/src/runtime/virtcontainers/remote.go +++ b/src/runtime/virtcontainers/remote.go @@ -267,7 +267,7 @@ func (rh *remoteHypervisor) GetPids() []int { } func (rh *remoteHypervisor) GetVirtioFsPid() *int { - panic(notImplemented("GetVirtioFsPid")) + return nil } func (rh *remoteHypervisor) fromGrpc(ctx context.Context, hypervisorConfig *HypervisorConfig, j []byte) error {