wyang
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/shell/command_ec_encode.go
|
|
@ -324,7 +324,7 @@ func collectVolumeIdsForEcEncode(commandEnv *CommandEnv, selectedCollection stri |
|
|
|
} |
|
|
|
} else { |
|
|
|
if diskInfo.FreeVolumeCount < 2 { |
|
|
|
glog.V(0).Infof("skip %d %d on %s, no free disk", v.Collection, v.Id, dn.Id) |
|
|
|
glog.V(0).Infof("skip %s %d on %s, no free disk", v.Collection, v.Id, dn.Id) |
|
|
|
vidMap[v.Id] = false |
|
|
|
} else { |
|
|
|
vidMap[v.Id] = true |
|
|
|