Merge pull request #486 from vmarmol/aufs

Specify that stats writing continued in error.
This commit is contained in:
Vish Kannan 2015-02-03 16:45:15 -08:00
commit c147e49e08

View File

@ -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