Fix typo variable

This commit is contained in:
greatbn 2019-09-12 21:44:38 +09:00
parent 1f2df8db38
commit 333b54ba96
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ func (o *OSDCollector) collectOSDPerf() error {
return err return err
} }
osdPerf := &CephOSDPerfStat{} osdPerf := &cephOSDPerfStat{}
if err := json.Unmarshal(buf, osdPerf); err != nil { if err := json.Unmarshal(buf, osdPerf); err != nil {
return err return err
} }