mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
avoid verbose log message when some volumes are full
This commit is contained in:
parent
f457eef144
commit
c2a6012ba5
|
@ -153,7 +153,7 @@ func (vl *VolumeLayout) SetVolumeCapacityFull(vid storage.VolumeId) bool {
|
|||
vl.accessLock.Lock()
|
||||
defer vl.accessLock.Unlock()
|
||||
|
||||
log.Println("Volume", vid, "reaches full capacity.")
|
||||
// log.Println("Volume", vid, "reaches full capacity.")
|
||||
return vl.removeFromWritable(vid)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue