Skip to content

Commit df7da88

Browse files
committed
fix(database): add missing temperature parameter in SCSI migration
1 parent 7384f7d commit df7da88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/backend/pkg/database/scrutiny_repository_migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func m20201107210306_FromPreInfluxDBSmartResultsCreatePostInfluxDBSmartResults(d
654654
postScsiErrorCounterLog.Write.TotalUncorrectedErrors = int64(preScsiAttribute.Value)
655655
}
656656
}
657-
postDeviceSmartData.ProcessScsiSmartInfo(postScsiGrownDefectList, postScsiErrorCounterLog)
657+
postDeviceSmartData.ProcessScsiSmartInfo(postScsiGrownDefectList, postScsiErrorCounterLog, nil)
658658
} else {
659659
return fmt.Errorf("Unknown device protocol: %s", preDevice.DeviceProtocol), postDeviceSmartData
660660
}

0 commit comments

Comments
 (0)