@@ -63,31 +63,31 @@ There exist three property sets that can be referenced in the
6363
6464.. _table-7.10 :
6565
66- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
67- | Property | Type | Description |
68- +========================================= +===========+== ============================================================================================================================================================+
69- | ``host `` | String | The name of the host. |
70- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
71- | ``volume_backend_name `` | String | Volume backend name as defined in ``cinder.conf `` |
72- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
73- | ``vendor_name `` | String | The name of the vendor. For FlashArray this is ``Pure Storage `` |
74- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
75- | ``driver_version `` | String | The Cinder driver version. |
76- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
77- | ``storage_protocol `` | String | The storage protocol supported. For FlashArray this is either ``iSCSI `` or ``FC ``. |
78- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
79- | ``multiattach_support `` | Boolean | Boolean signifying whether volume multiattach is supported. This is reported as ``True `` for FlashArray. |
80- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
81- | ``QoS_support `` | Boolean | Boolean signifying whether QoS is supported. This is reported as ``False `` for FlashArray. |
82- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
83- | ``total_capacity_gb `` | Float | The total capacity of each pool in GB. |
84- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
85- | ``allocated_capacity_gb `` | Float | The capacity that has been allocated for Cinder volumes on the cluster. This value is reported in GB. |
86- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
87- | ``free_capacity_gb `` | Float | The amount of free capacity of each pool in GB. |
88- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
89- | ``reserved_percentage `` | Float | The reserved percentage for each pool. This specifies how much space is to be reduced from total_capacity when performing over subscription calculations. |
90- +----------------------------------------- +-----------+-- ------------------------------------------------------------------------------------------------------------------------------------------------------------+
66+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
67+ | Property | Type | Description |
68+ +============================+===========+============================================================================================================================================================+
69+ | ``host `` | String | The name of the host. |
70+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
71+ | ``volume_backend_name `` | String | Volume backend name as defined in ``cinder.conf `` |
72+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
73+ | ``vendor_name `` | String | The name of the vendor. For FlashArray this is ``Pure Storage `` |
74+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
75+ | ``driver_version `` | String | The Cinder driver version. |
76+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
77+ | ``storage_protocol `` | String | The storage protocol supported. For FlashArray this is either ``iSCSI `` or ``FC ``. |
78+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
79+ | ``multiattach_support `` | Boolean | Boolean signifying whether volume multiattach is supported. This is reported as ``True `` for FlashArray. |
80+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
81+ | ``QoS_support `` | Boolean | Boolean signifying whether QoS is supported. This is reported as ``True `` for FlashArray. |
82+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
83+ | ``total_capacity_gb `` | Float | The total capacity of each pool in GB. |
84+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
85+ | ``allocated_capacity_gb `` | Float | The capacity that has been allocated for Cinder volumes on the cluster. This value is reported in GB. |
86+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
87+ | ``free_capacity_gb `` | Float | The amount of free capacity of each pool in GB. |
88+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
89+ | ``reserved_percentage `` | Float | The reserved percentage for each pool. This specifies how much space is to be reduced from total_capacity when performing over subscription calculations. |
90+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
9191
9292Table 7.10 Host statistics
9393
@@ -139,7 +139,6 @@ Table 7.10 Host statistics
139139| ``metadata `` | General metadata. |
140140+-----------------------------------------+------------------------------------------------------------------------------------------+
141141
142-
143142Table 7.11 Volume properties available for Filter and Goodness functions
144143
145144.. important ::
0 commit comments