]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Brick connector fix for NFS drivers
authorNavneet Singh <singn@netapp.com>
Sun, 20 Oct 2013 13:00:36 +0000 (18:30 +0530)
committerNavneet Singh <singn@netapp.com>
Sun, 20 Oct 2013 13:50:23 +0000 (19:20 +0530)
commitb6b9df2940ac07f715f759f4c315b2cf088c2320
tree8547fec0c05b946ed1060546e43313506bf6fcb6
parent727175b33955096ff5d023e26c78770f63ac2696
Brick connector fix for NFS drivers

This change fixes the error that comes
while getting brick connector and attaching volumes
in case of NFS drivers in cinder. The attribute for
mount point base was not passed to attach_volume method
as the connector initialization logic is common for all
types of protocols. It is fixed by populating
the required parameter in the RemoteFsConnector
for NFS drivers.

Change-Id: I8601326b318f6f8c53a03610f1b4f2bfd14070ff
Closes-Bug: #1238085
cinder/brick/initiator/connector.py
cinder/tests/test_coraid.py
cinder/volume/driver.py
cinder/volume/drivers/nfs.py