]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
3PAR FC: add ability to add WWNs to host
authorJim Branen <james.branen@hp.com>
Fri, 6 Dec 2013 23:32:53 +0000 (15:32 -0800)
committerJim Branen <james.branen@hp.com>
Mon, 16 Dec 2013 19:06:36 +0000 (11:06 -0800)
commit96ef263f61385f486402c50f3f3abc7e614a8b49
treeb132c3cea1affe6eb527dd003ace452f2a746bc3
parent62617e656fe5895de30ce55971b07680f7b0a6b2
3PAR FC: add ability to add WWNs to host

When a host is created on the HP 3PAR array,
at initialize connection time, the host is
created with all WWNs provided in the connector
structure. However, the driver did not have
the ability to add new WWNs after a host is created.

This patch adds the ability to add WWNs to a
host, at initialize connection time, if a new
WWN is provided in the connector structure.

Change-Id: I6fd8a5511f83d5460da30ff5558a3e95964a95f5
Closes-bug: 1258229
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_fc.py