Merge pull request #762 from rjnagal/docker
Make graceful degradation of OOM events clearer.
This commit is contained in:
commit
c2f60493a6
@ -227,7 +227,7 @@ func (self *manager) Start() error {
|
|||||||
// Watch for OOMs.
|
// Watch for OOMs.
|
||||||
err = self.watchForNewOoms()
|
err = self.watchForNewOoms()
|
||||||
if err != nil {
|
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.
|
// If there are no factories, don't start any housekeeping and serve the information we do have.
|
||||||
|
Loading…
Reference in New Issue
Block a user