- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
qdev_id, iops = _update_device_iops(instance, device_for_change)
try:
qemu.volumes.set_io_throttle(controller.qemu(), qdev_id, iops)
except Exception as e:
# Check if we turn off this instance? just a moment ago.
if "'NoneType' object has no attribute 'connected'" in e:
LOG.warning("kemu process seems to be killed")
else:
raise
Анонимус 30.10.2014 23:32 # −2
Код в любом случае говно, ибо делать exception filtering по строчке это какой-то пхпячка в моём питончике!