Codebase list cinder / 22a2a9e
Merge "Follow up: Hitachi and OEM: Update documents" Zuul authored 1 year, 2 months ago Gerrit Code Review committed 1 year, 2 months ago
3 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
142142 san_login = hitachiuser
143143 san_password = password
144144 hitachi_storage_id = 123456789012
145 hitachi_pool = pool0
145 hitachi_pools = pool0
146146
147147 If you use iSCSI:
148148
155155 san_login = hitachiuser
156156 san_password = password
157157 hitachi_storage_id = 123456789012
158 hitachi_pool = pool0
158 hitachi_pools = pool0
159159
160160 This table shows configuration options for Hitachi block storage driver.
161161
181181 - ``hitachi_storage_id``
182182 Product number of the storage system.
183183
184 - ``hitachi_pool``
185 Pool number or pool name of the DP pool.
184 - ``hitachi_pools``
185 Pool number(s) or pool name(s) of the DP pool.
8383 san_login = hpexpuser
8484 san_password = password
8585 hpexp_storage_id = 123456789012
86 hpexp_pool = pool0
86 hpexp_pools = pool0
8787
8888 If you use iSCSI:
8989
9696 san_login = hpexpuser
9797 san_password = password
9898 hpexp_storage_id = 123456789012
99 hpexp_pool = pool0
99 hpexp_pools = pool0
100100
101101 This table shows configuration options for HPE XP block storage driver.
102102
120120 - ``hpexp_storage_id``
121121 Product number of the storage system.
122122
123 - ``hpexp_pool``
124 Pool number or pool name of the THP pool.
123 - ``hpexp_pools``
124 Pool number(s) or pool name(s) of the THP pool.
125125
9595 san_login = userid
9696 san_password = password
9797 nec_v_storage_id = 123456789012
98 nec_v_pool = pool0
98 nec_v_pools = pool0
9999
100100 If you use iSCSI:
101101
109109 san_login = userid
110110 san_password = password
111111 nec_v_storage_id = 123456789012
112 nec_v_pool = pool0
112 nec_v_pools = pool0
113113
114114 This table shows configuration options for NEC V series storage driver.
115115
133133 - ``nec_v_storage_id``
134134 Product number of the storage system.
135135
136 - ``nec_v_pool``
137 Pool number or pool name of the DP pool.
136 - ``nec_v_pools``
137 Pool number(s) or pool name(s) of the DP pool.
138138