mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
Merge pull request #9827 from littlejawa/fix_panic_on_metrics_gathering
runtime: avoid panic on metrics gathering
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user