2
0
mirror of https://opendev.org/x/pyghmi synced 2026-03-29 06:13:30 +00:00
Jarrod Johnson 9e31a70f5f Correct pool usage count on failed login
If trying to establish a session and an error occurs, pyghmi
was not decrementing the usage count on the pool, leading for
more than expected filehandles being created over time.  Fix
this by correctly decrementing the count in the case where
something is not yet broken, but is also not yet logged in.

Change-Id: I1b27f9b3b902a253d38293182305cc4dac26b765
2014-05-22 13:37:46 -04:00
2013-08-17 22:29:25 -04:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2013-06-30 14:21:20 -04:00

This is a pure python implementation of IPMI protocol.

pyghmicons and pyghmiutil are example scripts to show how one may incorporate
this library into python code
Description
No description provided
Readme Apache-2.0 16 MiB
Languages
Python 99.9%
Shell 0.1%