Correct release note formatting
The release note for change Icf3c8dc4ba2fd96cda0 was not consistent in second-level list spacing and thus sphinx changed some lists into really large blockquotes. Also, change one of the lists to a description list so the info is displayed more clearly. Change-Id: Id5fa35afc2ad89dec4c9029a01efe01196fd794e
This commit is contained in:
parent
c827e5f886
commit
2c255011f6
@ -3,6 +3,7 @@ features:
|
|||||||
- |
|
- |
|
||||||
Hitachi driver: Add a config option ``hitachi_group_name_format`` for
|
Hitachi driver: Add a config option ``hitachi_group_name_format`` for
|
||||||
hostgroup name format.
|
hostgroup name format.
|
||||||
|
|
||||||
When using this option, users can specify the name format of
|
When using this option, users can specify the name format of
|
||||||
host groups or iSCSI targets.
|
host groups or iSCSI targets.
|
||||||
Rules of the format:
|
Rules of the format:
|
||||||
@ -12,22 +13,25 @@ features:
|
|||||||
* The specified value must start with ``HBSD-``.
|
* The specified value must start with ``HBSD-``.
|
||||||
* You can use the following variables:
|
* You can use the following variables:
|
||||||
|
|
||||||
* ``{wwn}``: FC driver only. This is replaced with the smallest
|
``{wwn}``
|
||||||
WWPN of the WWPNs of the connecting node.
|
`FC driver only.` This is replaced with the smallest
|
||||||
* ``{ip}``: iSCSI driver only. This is replaced with the IP address of
|
WWPN of the WWPNs of the connecting node.
|
||||||
the connecting node.
|
``{ip}``
|
||||||
* ``{host}``: This is replaced with the host name of the connecting node.
|
`iSCSI driver only.` This is replaced with the IP address of
|
||||||
|
the connecting node.
|
||||||
|
``{host}``
|
||||||
|
This is replaced with the host name of the connecting node.
|
||||||
|
|
||||||
* You can use each variable in the specified value no more than once.
|
* You can use each variable in the specified value no more than once.
|
||||||
* The specified value must include the following variables:
|
* The specified value must include the following variables:
|
||||||
|
|
||||||
* FC driver: ``{wwn}``
|
* FC driver: ``{wwn}``
|
||||||
* iSCSI driver: ``{ip}``
|
* iSCSI driver: ``{ip}``
|
||||||
|
|
||||||
* The maximum length of a specified value is as follows:
|
* The maximum length of a specified value is as follows:
|
||||||
|
|
||||||
* FC driver: 64
|
* FC driver: 64
|
||||||
* iSCSI driver: 32
|
* iSCSI driver: 32
|
||||||
|
|
||||||
* In the length calculation, use the following values as the length of
|
* In the length calculation, use the following values as the length of
|
||||||
each variable:
|
each variable:
|
||||||
@ -46,8 +50,10 @@ features:
|
|||||||
iSCSI targets do not exceed the maximum length.
|
iSCSI targets do not exceed the maximum length.
|
||||||
|
|
||||||
If you specify this parameter, it is recommended that you specify ``True``
|
If you specify this parameter, it is recommended that you specify ``True``
|
||||||
for the hitachi_group_create parameter to collect necessary
|
for the ``hitachi_group_create`` parameter to collect necessary
|
||||||
information automatically.
|
information automatically.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
* FC driver: ``HBSD-{host}-{wwn}``
|
* FC driver: ``HBSD-{host}-{wwn}``
|
||||||
* iSCSI driver: ``HBSD-{host}-{ip}``
|
* iSCSI driver: ``HBSD-{host}-{ip}``
|
||||||
|
Loading…
Reference in New Issue
Block a user