Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodsley authored Oct 1, 2021
1 parent d6de875 commit 3047147
Showing 1 changed file with 29 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,62 +13,34 @@ when configuring in a red Hat OpenStack Platform 16.x deployment.

.. _table-7.15:

+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| FlashArray Attribute | Default | Description
|
+======================================================+============================+===================================================================================================================
==============================================================================================+
| ``pure_eradicate_on_delete`` | False | Enable auto-eradication of deleted volumes, snapshots and consistency groups on deletion.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_host_personality`` | None | Set the host personality to tune the communication protocol between the FlashArray and the hypervisors. Recommende
d to leave this at the default setting. |
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``driver_ssl_cert_verify`` | False | Set verification of FlashArray SSL certificates.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``driver_ssl_cert_path`` | None | Non-default directory path to ``CA_Bundle`` file with certificates of trusted CAs.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_automatic_max_oversubscription_ratio`` | True | Allow FlashArray to calculate the array oversubscription ratio.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``replication_device`` | None | FlashArray Target for Replication. This option uses the format ``backend_id:<backend-id>,san_ip:<target-vip>,api_t
oken:<target-api-token>,type:<replication-type>`` |
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replica_interval_default`` | 3600 | Snapshot replication interval in seconds.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replica_retention_short_term_default`` | 14400 | Retain all snapshots on target for this time (in seconds).
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replica_retention_long_term_per_day_default`` | 3 | Retain how many snapshots for each day.
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replica_retention_long_term_default`` | 7 | Retain snapshots per day on target for this time (in days).
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replication_pg_name`` | ``cinder-group`` | Pure Protection Group name to use for async replication (will be created if it does not exist).
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_replication_pod_name`` | ``cinder-pod`` | Pure Pod name to use for sync replication (will be created if it does not exist).
|
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
| ``pure_iscsi_cidr`` | ``0.0.0.0/0`` | CIDR of FlashArray iSCSI targets hosts are allowed to connect to. Default will allow connection to any IPv4 addres
s. |
+------------------------------------------------------+----------------------------+-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------+
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| FlashArray Attribute | Default | Description |
+======================================================+============================+=================================================================================================================================================================================================================+
| ``pure_eradicate_on_delete`` | False | Enable auto-eradication of deleted volumes, snapshots and consistency groups on deletion. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_host_personality`` | None | Set the host personality to tune the communication protocol between the FlashArray and the hypervisors. Recommended to leave this at the default setting. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``driver_ssl_cert_verify`` | False | Set verification of FlashArray SSL certificates. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``driver_ssl_cert_path`` | None | Non-default directory path to ``CA_Bundle`` file with certificates of trusted CAs. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_automatic_max_oversubscription_ratio`` | True | Allow FlashArray to calculate the array oversubscription ratio. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``replication_device`` | None | FlashArray Target for Replication. This option uses the format ``backend_id:<backend-id>,san_ip:<target-vip>,api_token:<target-api-token>,type:<replication-type>`` |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replica_interval_default`` | 3600 | Snapshot replication interval in seconds. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replica_retention_short_term_default`` | 14400 | Retain all snapshots on target for this time (in seconds). |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replica_retention_long_term_per_day_default`` | 3 | Retain how many snapshots for each day. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replica_retention_long_term_default`` | 7 | Retain snapshots per day on target for this time (in days). |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replication_pg_name`` | ``cinder-group`` | Pure Protection Group name to use for async replication (will be created if it does not exist). |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_replication_pod_name`` | ``cinder-pod`` | Pure Pod name to use for sync replication (will be created if it does not exist). |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``pure_iscsi_cidr`` | ``0.0.0.0/0`` | CIDR of FlashArray iSCSI targets hosts are allowed to connect to. Default will allow connection to any IPv4 address. |
+------------------------------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Table 7.15. Optional FlashArray Attributes for RHOSP16

0 comments on commit 3047147

Please sign in to comment.