Files
nova-powervm/nova_powervm/virt/powervm/volume
Eric Fried ca95eaa466 Parallel discovery in VSCSI (dis)connect_volume
To avoid having to use the 'storage' extended attribute group, and thus
slowing down every retrieval and retry, the VSCSI volume driver uses a
separate VIOS GET to perform hdisk discovery for connect_volume and
disconnect_volume.  Previously, this was being done sequentially for all
VIOSes.  Since hdisk discovery is a fairly long-running procedure, we
realize some performance benefit by parallelizing these calls.  This
change set employs a separate local FeedTask to achieve this result.

Change-Id: I69b49cd7eaf1ec9053441750ae75a465f3b66338
Closes-Bug: 1502227
2015-10-05 10:04:20 -05:00
..