Activity log for bug #1640932

Date Who What changed Old value New value Message
2016-11-10 20:40:19 Félix Bouliane bug added bug
2016-11-10 21:02:58 OpenStack Infra ironic: status New In Progress
2016-11-10 21:02:58 OpenStack Infra ironic: assignee Félix Bouliane (fbouliane)
2016-11-10 21:04:16 Mathieu Mitchell tags rfe
2016-11-10 21:05:17 Félix Bouliane description Some PDU seems to take a long time to respond. The default configuration of snmpset (retries=5, timeout=1) is sometimes not sufficient to be able to snmp set/get. It would be nice, as an openstack operator, to make ironic's udp timeout and retries configurable in the global configuration. # Conductor log WARNING ironic.conductor.manager [-] During sync_power_state, could not get power state for node XX-XX-XX-XX, attempt 1 of 3. Error: SNMP operation 'GET' failed: No SNMP response received before timeout. # Behavior when SNMP set with insufficient timeout Timeout: No Response from 10.209.1.20. # Time for a response (in the case of SNMPSET) $ time snmpset -t5 -r0 -v2c X.X.X.X ${OID} i 0 ${OID} = INTEGER: 0 real 0m2.711s user 0m0.000s sys 0m0.006s Raw Some PDU seems to take a long time to respond. The default configuration of snmpset (retries=5, timeout=1) is sometimes not sufficient to be able to snmp set/get. It would be nice, as an openstack operator, to make ironic's udp timeout and retries configurable in the global configuration. # Conductor log WARNING ironic.conductor.manager [-] During sync_power_state, could not get power state for node XX-XX-XX-XX, attempt 1 of 3. Error: SNMP operation 'GET' failed: No SNMP response received before timeout. # Behavior when SNMP set with insufficient timeout Timeout: No Response from X.X.X.X. # Time for a response (in the case of SNMPSET) $ time snmpset -t5 -r0 -v2c X.X.X.X ${OID} i 0 ${OID} = INTEGER: 0 real 0m2.711s user 0m0.000s sys 0m0.006s Raw
2016-11-28 20:05:40 Ruby Loo ironic: importance Undecided Wishlist
2016-11-28 20:06:11 Ruby Loo summary SNMP UDP timeout / retries are not configurable [RFE] SNMP UDP timeout / retries are not configurable
2016-12-01 19:37:00 Ruby Loo ironic: status In Progress Won't Fix
2017-01-23 13:55:59 Dmitry Tantsur ironic: status Won't Fix Confirmed
2017-02-23 19:53:05 OpenStack Infra ironic: status Confirmed In Progress
2017-08-18 14:42:29 OpenStack Infra ironic: assignee Félix Bouliane (fbouliane) Vladyslav Drok (vdrok)
2017-08-18 14:45:46 Vladyslav Drok ironic: assignee Vladyslav Drok (vdrok) Félix Bouliane (fbouliane)
2017-08-19 04:19:33 OpenStack Infra ironic: status In Progress Fix Released
2017-08-21 11:21:53 OpenStack Infra tags rfe in-stable-pike rfe