-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add reference information for volume types, fix related howto
In the reference section, add a new subsection about volume types. Explain the cbs and cbs-encrypted volume types, their encryption support, and quality-of-service (QoS) caps. In addition, update the volume encryption how-to guide to also refer to the updated type names.
- Loading branch information
Showing
4 changed files
with
23 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ nav: | |
- features | ||
- limitations | ||
- flavors | ||
- volumes | ||
- images | ||
- quotas | ||
- versions | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Volume types | ||
|
||
The following volume types are available in {{brand}} for persistent block storage devices ("volumes") managed by OpenStack Cinder. | ||
|
||
If you create a volume without specifying a volume type, then the default volume type applies. | ||
|
||
The maximum IOPS specification is essentially a cap, which creates an upper bound for individual device performance under *ideal* conditions. | ||
Actual IOPS may vary based on system load and utilization. | ||
|
||
| Volume type name | Default | [Encryption](../../howto/openstack/cinder/encrypted-volumes.md) | max IOPS | | ||
| ------------------------------ | ----- | ----- | ----- | | ||
| `cbs` | :material-check: | :material-close: | 10000 | | ||
| `cbs-encrypted` | :material-close: | :material-check: | 10000 | | ||
|
||
It is possible --- though somewhat involved --- to [change the type of an existing volume](../../howto/openstack/cinder/retype-volumes.md) (also known as retyping). |