nova-powervm/nova_powervm/tests/virt/powervm/disk
Eric Fried ceca475b21 LPAR-specific SSP ops target VIOSes on same host
When nova is managing an SSP Cluster whose VIOSes span multiple
accessible hosts (e.g. nova is running against a single HMC managing
multiple hosts), it is important that operations specific to a
particular instance - such as creating and removing disk connections -
be invoked only on the VIOS(es) residing on the same host as that
instance.  This change set fixes the SSP Disk Driver to ensure this is
the case.

Ancillary to this change is an expansion and refactoring of the vm
utility to retrieve quick properties for an LPAR.  Invoking the new
vm.get_vm_qp method without the qprop parameter will return a dictionary
of all the quick properties available for the LPAR.

Change-Id: Ib1d02743baf041c9abc69b25201d33e516fa6cb3
2015-04-16 12:11:18 -05:00
..
__init__.py Initial refactoring for Volume Driver 2015-02-24 10:21:34 -06:00
test_driver.py Rename the blockdev to disk driver 2015-03-04 15:14:28 -06:00
test_localdisk.py Rebase on pypowervm Enums 2015-04-16 13:30:39 +00:00
test_ssp.py LPAR-specific SSP ops target VIOSes on same host 2015-04-16 12:11:18 -05:00