]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Handle attachment of second volume
authorPradeep Sathasivam <psathasi@brocade.com>
Mon, 29 Jun 2015 11:38:19 +0000 (17:08 +0530)
committerPradeep Sathasivam <psathasi@brocade.com>
Mon, 29 Jun 2015 12:12:25 +0000 (17:42 +0530)
commit9ce3dfba79ac3dc865a8613f92aea2633652f90c
tree4ced345f6978f89ccaa1366da1126830245d4dd8
parentab2b966ea1ee2a268f65dc17d8c33477c3def271
Handle attachment of second volume

When the zoning policy is initiator and a second volume is attached
to an instance, the current implementation deletes the existing zones
and then adds new zone data. While doing so, the configuration is deleted
and it is never added back.

The issue is due to delete/add design. When zones are deleted, active zone
set should also be updated, as based on active zone set config is either
created/updated. Added code to get active zone set before adding the zones.

Change-Id: Ib0cd51c3724142175eb1c602d6c1f87dd5e985fb
Closes-Bug: #1465207
cinder/tests/unit/zonemanager/test_brcd_fc_zone_client_cli.py
cinder/zonemanager/drivers/brocade/brcd_fc_zone_client_cli.py