diff --git a/doc/source/admin/capabilities_and_extra_specs.rst b/doc/source/admin/capabilities_and_extra_specs.rst index 45e45b499a..c73b42c697 100644 --- a/doc/source/admin/capabilities_and_extra_specs.rst +++ b/doc/source/admin/capabilities_and_extra_specs.rst @@ -259,11 +259,11 @@ Share type common capability extra-specs that are not visible to end users: shares of that type in pools without regard for whether IPv6 is supported. * **provisioning:max_share_size** can set the max size of share, the value - must be integers and greater than 0. If administrators set this capability + must be an integer and greater than 0. If administrators set this capability as an extra-spec in a share type, the size of share created with the share - type can not greater than the specified value. + type can not be greater than the specified value. * **provisioning:min_share_size** can set the min size of share, the value - must be integers and greater than 0. If administrators set this capability + must be an integer and greater than 0. If administrators set this capability as an extra-spec in a share type, the size of share created with the share - type can not less than the specified value. + type can not be less than the specified value. diff --git a/manila/api/openstack/api_version_request.py b/manila/api/openstack/api_version_request.py index 877954b06f..31500b686e 100644 --- a/manila/api/openstack/api_version_request.py +++ b/manila/api/openstack/api_version_request.py @@ -161,8 +161,8 @@ REST_API_VERSION_HISTORY = """ * 2.59 - Add driver ``details`` field to migration get progress. * 2.60 - API URLs no longer need to include a project_id parameter. * 2.61 - Added optional provisioning:max_share_size and - provisioning:min_share_size extra spec, - which was add minimum and maximum share size restrictions + provisioning:min_share_size extra specs, + which can add minimum and maximum share size restrictions on a per share-type granularity. """