cinder/cinder/volume
Navneet Singh b15118a78d Brick connector revised 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
by extracting it from connection properties. The infrastructure
for fixing this situation for remote fs drivers is implemented
in this fix. The drivers need to override the method
_get_mount_point_base in their implementation. NFS driver
implements it. GlusterFs implementation of the method to follow
in a separate patch. Hence marking it partial fix.

Change-Id: Id61a437fca1870529fa8b85f7fc2f73eae665294
Partial-Bug: #1238085
(cherry picked from commit 1cd3626306)
2013-11-19 00:12:06 +05:30
..
drivers Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
flows Quotas roll back failure of create volume task 2013-10-02 18:07:17 -06:00
__init__.py Fix oslo.config.cfg.NoSuchOptError when running individual tests 2013-07-23 09:12:20 +00:00
api.py Merge "Fixes bug to allow for encrypted volume deletion" 2013-09-01 14:06:39 +00:00
configuration.py Fix indent in cincer/volume/configuration.py 2013-07-17 14:10:08 +09:00
driver.py Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
manager.py long flashcopy operation may block volume service 2013-10-10 11:49:50 -05:00
qos_specs.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
rpcapi.py Call to_primitive on volumes.rpcapi.create_volume 2013-09-10 11:29:16 +02:00
utils.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
volume_types.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00