@@ -63,31 +63,31 @@ There exist three property sets that can be referenced in the
63
63
64
64
.. _table-7.10 :
65
65
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
+ +----------------------------+-----------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
91
91
92
92
Table 7.10 Host statistics
93
93
@@ -139,7 +139,6 @@ Table 7.10 Host statistics
139
139
| ``metadata `` | General metadata. |
140
140
+-----------------------------------------+------------------------------------------------------------------------------------------+
141
141
142
-
143
142
Table 7.11 Volume properties available for Filter and Goodness functions
144
143
145
144
.. important ::
0 commit comments