This commit is contained in:
Chris Lu
2021-10-07 21:13:31 -07:00
parent 0a856241fe
commit e4830bd93d
11 changed files with 30 additions and 31 deletions

View File

@@ -323,7 +323,7 @@ func (vl *VolumeLayout) AddGrowRequest() {
vl.growRequestCount++
}
func (vl *VolumeLayout) DoneGrowRequest() {
vl.growRequestTime = time.Unix(0,0)
vl.growRequestTime = time.Unix(0, 0)
vl.growRequestCount = 0
}