Merge pull request #486 from vmarmol/aufs
Specify that stats writing continued in error.
This commit is contained in:
commit
c147e49e08
@ -252,6 +252,7 @@ func (c *containerData) updateStats() error {
|
||||
}
|
||||
|
||||
// Stats may be partially populated, push those before we return an error.
|
||||
statsErr = fmt.Errorf("%v, continuing to push stats", statsErr)
|
||||
}
|
||||
if stats == nil {
|
||||
return statsErr
|
||||
|
Loading…
Reference in New Issue
Block a user