ea1ac5f448
Export locations are usually too difficult to memo rize.Currently, there is no way to determine the export location before the share is created, so users wait until the share creation request gets completed, and then they check the export locations to mount the share. The generated export locations are often not human readable and it is hard to memorize and control them. Implements: bp/human-readable-export-locations Change-Id: I72ac7e24ddd4330d76cafd5e7f78bac2b0174883
12 lines
644 B
YAML
12 lines
644 B
YAML
---
|
|
features:
|
|
- A human readable ``mount_point_name`` can now be specified
|
|
while creating shares through the mount_point_name parameter.
|
|
Manila will prepend a prefix to the mount point name which
|
|
can be configured through the ``provisioning:mount_point_prefix``
|
|
share type extra spec. In case this extra spec is not available
|
|
in the share type, Manila will prepend a project identification
|
|
to the mount point name. Project id will be added to this friendly
|
|
name ``provisioning:mount_point_prefix`` share type is not
|
|
provided during provisioning. The LVM driver now supports
|
|
human readable export locations. |