]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correctly report multiattach in Pure drivers
authorPatrick East <patrick.east@purestorage.com>
Tue, 8 Sep 2015 18:06:36 +0000 (11:06 -0700)
committerPatrick East <patrick.east@purestorage.com>
Tue, 8 Sep 2015 20:10:17 +0000 (13:10 -0700)
commit327df72aec6f9b03f513e74e0a22bb40ce590712
tree3c07813b1cd25fa5e68da0bf92f245cc637ce885
parentcb790c0979665f376c0c01c0443301f8e7362d66
Correctly report multiattach in Pure drivers

As-is we end up ‘reporting’ to the scheduler that Pure backends do not
support multiattach. This is confusing because volumes created on a
Pure FlashArray will always be capable of doing multiattach even if not
specified by Cinder.

This change syncs up the reporting to the scheduler and what is actually
happening on the array.

Change-Id: I3a1e519efdd0c27f63b049aa686ff9045c260ab7
Closes-Bug: #1493478
cinder/tests/unit/test_pure.py
cinder/volume/drivers/pure.py