You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows QoS (maxIOPS, maxBWS) to be set on
Unity volume.
To enable this function, User needs to set `maxIOPS` and/or
`maxBWS` on qos specs and associate it with a volume type.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,3 +187,16 @@ Over subscription allows that the sum of all volumes' capacity (provisioned capa
187
187
`max_over_subscription_ratio` in the back-end section is the ratio of provisioned capacity over total capacity.
188
188
189
189
The default value of `max_over_subscription_ratio` is 20.0, which means the provisioned capacity can be 20 times of the total capacity. If the value of this ratio is set larger than 1.0, the provisioned capacity can exceed the total capacity.
190
+
191
+
## QoS support
192
+
193
+
Unity driver now supports QoS. To enable this function, User needs to set
194
+
`maxIOPS` and/or `maxBWS` on QoS specs and associate it with a volume type.
0 commit comments