-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CC-30766] disallow 0 as a value for disk_iops
0 is a valid value to pass into the api for disk_iops. That, along with omitting the value in the api call results in the default iops value. However, the api returns the actual value for the iops that was chosen. This results in a configuration conflict with the set value of 0 and the actual value that was returned from the server. For this reason we now disallow 0 from being set and we clarify in the docs that omitting the value is the correct way to ask for the default.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters