Fix typo variable
This commit is contained in:
parent
1f2df8db38
commit
333b54ba96
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue