Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

block_device doc: Fix supported volume types #219

Open
runephilosof-karnovgroup opened this issue Apr 29, 2024 · 0 comments
Open

block_device doc: Fix supported volume types #219

runephilosof-karnovgroup opened this issue Apr 29, 2024 · 0 comments
Labels
bug stage/accepted Confirmed, and intend to work on. No timeline commitment though.

Comments

@runephilosof-karnovgroup

The documentation lists the supported volume types with _, but it should be -.

// * pd_standard: persistent, HDD-backed disk
// * pd_balanced: persistent, SSD-backed disk
// * pd_ssd: persistent, SSD-backed disk, with extra performance guarantees
// * pd_extreme: persistent, fastest SSD-backed disk, with custom IOPS

But it should be

	// * pd-standard: persistent, HDD-backed disk
	// * pd-balanced: persistent, SSD-backed disk
	// * pd-ssd: persistent, SSD-backed disk, with extra performance guarantees
	// * pd-extreme: persistent, fastest SSD-backed disk, with custom IOPS
@lbajolet-hashicorp lbajolet-hashicorp added the stage/accepted Confirmed, and intend to work on. No timeline commitment though. label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stage/accepted Confirmed, and intend to work on. No timeline commitment though.
Projects
None yet
Development

No branches or pull requests

2 participants