Merge pull request #25869 from rallytime/bp-25788

Back-port #25788 to 2015.5
This commit is contained in:
Thomas S Hatch 2015-07-30 11:33:33 -06:00
commit f26310ff0b

View file

@ -24,7 +24,7 @@ def running(opts):
data = _read_proc_file(path, opts)
if data is not None:
ret.append(data)
except IOError:
except (IOError, OSError):
# proc files may be removed at any time during this process by
# the minion process that is executing the JID in question, so
# we must ignore ENOENT during this process