cinder/cinder/volume/drivers/san
Walter A. Boring IV 2c1701e2f5 Fixed nova VM live migration issue with 3PAR
Nova bypasses the cinder checks for a volume
being available, when it tries to attach a volume
to a new host during live migration.  The assumption
in cinder to this point has been that volumes can only
be attached to one host.  The 3PAR driver worked under
that assumption.  This assumption fell apart during detach
time as the driver was only looking for a VLUN on the
entire 3PAR, since it assumed it could only exist on one host.

This patch ensures that the driver looks for the VLUN on the
hostname it expects.

Change-Id: Ie894ad386990794d270ca1cb72f40095bd40c2e6
Closes-Bug: 1288927
2014-03-11 10:41:13 -07:00
..
hp Fixed nova VM live migration issue with 3PAR 2014-03-11 10:41:13 -07:00
__init__.py New HP LeftHand array iSCSI driver 2014-02-10 12:59:34 -08:00
san.py Remove vim header 2013-12-30 18:53:02 -06:00
solaris.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00