Merge pull request #762 from rjnagal/docker

Make graceful degradation of OOM events clearer.
This commit is contained in:
Victor Marmol 2015-06-09 10:13:17 -07:00
commit c2f60493a6

View File

@ -227,7 +227,7 @@ func (self *manager) Start() error {
// Watch for OOMs.
err = self.watchForNewOoms()
if err != nil {
glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
glog.Warningf("Could not configure a source for OOM detection, disabling OOM events: %v", err)
}
// If there are no factories, don't start any housekeeping and serve the information we do have.