Skip to content

Commit d005707

Browse files
committed
Create Zed version
1 parent c028450 commit d005707

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

source/cinder/configuration/cinder_config_files/section_flasharray-conf.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ the cluster admin login credentials
4545
pure_api_token=
4646

4747
For ``PURE_VOLUME_DRIVER`` use either ``cinder.volume.drivers.pure.PureISCSIDriver`` for iSCSI or
48-
``cinder.volume.drivers.pure.PureFCDriver`` for Fibre Channel connectivity.
48+
``cinder.volume.drivers.pure.PureFCDriver`` for Fibre Channel or
49+
``cinder.volume.drivers.pure.PureNVMEDriver`` for NVMe connectivity.
4950

5051
Optional Cinder Configuration Attributes
5152
----------------------------------------
@@ -87,6 +88,12 @@ system and the OpenStack Cinder service. (See Table 7.14.)
8788
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8889
| ``pure_iscsi_cidr_list`` | ``[]`` | List of IPv4 and IPv6 CIDR ranges of FlashArray iSCSI targets hosts are allowed to connect to. Default allows connection to any IPv4 or IPv6 address. This parameter supercedes ``pure_iscsi_cidr`` if set. |
8990
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
91+
| ``pure_nvme_cidr`` | ``0.0.0.0/0`` | CIDR of FlashArray NVMe targets hosts are allowed to connect to. Default will allow connection to any IPv4 address. This parameter now support IPv6 CIDRs. It is overriden by ``pure_nvme_cidr_list`` if set. |
92+
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
93+
| ``pure_nvme_cidr_list`` | ``[]`` | List of IPv4 and IPv6 CIDR ranges of FlashArray NMVe targets hosts are allowed to connect to. Default allows connection to any IPv4 or IPv6 address. This parameter supercedes ``pure_nvme_cidr`` if set. |
94+
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
95+
| ``pure_nvme_transport`` | ``roce`` | The NVMe transport layer to be used by the NVMe driver. This only supports RoCE at this time. |
96+
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
9097

9198
Table 7.14. Optional FlashArray Attributes
9299

source/cinder/key_concepts/section_cinder-key-concepts.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and writable block storage that could be utilized as the root disk for a
1212
compute instance, or as secondary storage that could be attached and/or
1313
detached from a compute instance. The underlying connection between the
1414
consumer of the volume and the Cinder service providing the volume can
15-
be achieved with the iSCSI, NFS, or Fibre Channel storage protocols
15+
be achieved with the iSCSI, NFS, NVMe or Fibre Channel storage protocols
1616
(dependent on the support of the Cinder driver deployed).
1717

1818
Cinder volumes can be identified uniquely through a UUID assigned by the
@@ -34,7 +34,7 @@ create the necessary metadata within the Cinder database to allow it to
3434
be managed like any other Cinder volume. The operation will also rename
3535
the volume to a name appropriate to the particular Cinder driver in use.
3636
The imported storage object could be a file, LUN, or a volume depending
37-
on the protocol (iSCSI/FC/NFS). This feature is
37+
on the protocol (iSCSI/FC/NVMe/NFS). This feature is
3838
useful in migration scenarios where virtual machines or other data need
3939
to be managed by Cinder; refer to the section called
4040
":ref:`cinder-manage`" for an example of the ``cinder manage`` command.
@@ -117,8 +117,8 @@ are created on storage backends that meet the specified criteria.
117117

118118
.. note::
119119

120-
Pure Storage drivers support multi-attachment of volumes for iSCSI
121-
and FC protocols from the Stein release. This enables attaching a
120+
Pure Storage drivers support multi-attachment of volumes for iSCSI, FC
121+
and NVMe protocols from the Stein release. This enables attaching a
122122
volume to multiple servers simultaneously and can be configured
123123
by creating an extra-spec ``multiattach="<is> True`` for the associated
124124
Cinder volume type.
@@ -270,3 +270,9 @@ As of Victoria release the FlashArray driver supports the revert to snapshot fea
270270
This feature can be used to overwrite the current state and data of a volume to the most
271271
recent snapshot taken. The volume can not be reverted if it was extended after
272272
taking the snapshot.
273+
274+
NVMe Support
275+
------------
276+
277+
As of the Zed release the FlashArray driver supports NVMe as a transport protocol,
278+
with the initial release of this driver only supporting the RoCE/RDMA layer.

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
).read().strip(' \n\t').lower().split('\n'))
9696
if len(stable_branches) == 0 or '' in stable_branches:
9797
# Can be removed as soon as we have stable branches
98-
watermark = "YOGA DRAFT"
98+
watermark = "ZED DRAFT"
9999
else:
100100
last_stable_release = stable_branches[-1].split('stable/')[-1]
101101
try:

source/spelling_wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Multipath
5656
NFS
5757
Navneet
5858
Nondisruptive
59+
NVMe
5960
OSTK
6061
Ocata
6162
Olby
@@ -70,8 +71,10 @@ PureStorage
7071
PureStorageDriver
7172
QoS
7273
Rackspace
74+
RDMA
7375
Resizing
7476
Resync
77+
RoCE
7578
Rushi
7679
SLA
7780
SSD

0 commit comments

Comments
 (0)