Get dirFsInfo from docker image filesystem

This commit is contained in:
Pengfei Ni 2018-02-12 13:53:52 +08:00
parent b1361037ff
commit d8703eede3

View File

@ -78,5 +78,5 @@ func (cu *cadvisorClient) WatchEvents(request *events.Request) (*events.EventCha
}
func (cu *cadvisorClient) GetDirFsInfo(path string) (cadvisorapiv2.FsInfo, error) {
return cadvisorapiv2.FsInfo{}, nil
return cu.winStatsClient.GetDirFsInfo(path)
}