zun/zun/tests/unit/volume
Hongbin Lu 1bb78daacd Use volume uuid based mountpoint
In before, we use the uuid of volume mapping as the basic to
compute the mountpoint. However, volume mapping represents
a mapping between a container and a local volume. If there is
multiple containers mapping to a volume, the computed mountpoint
is problematic because each container will compute a different
mountpoint.

This commits use the uuid of volume to compute the mountpoint.
As a result, in the shared volume case, all container will
compute the same mountpoint as long as they share the volume.

Change-Id: I0af30ecef043da000fea38776891feb19da018e6
2018-09-27 03:38:07 +00:00
..
__init__.py Implement Cinder attach workflow 2017-10-18 18:00:04 -04:00
test_cinder_api.py Rename 'volume_id' to 'cinder_volume_id' 2018-09-22 22:10:08 +00:00
test_cinder_workflow.py Rename 'volume_id' to 'cinder_volume_id' 2018-09-22 22:10:08 +00:00
test_driver.py Use volume uuid based mountpoint 2018-09-27 03:38:07 +00:00