Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/persistent-storage-csi-gcp-hyperdisk-ha-overview.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Module included in the following assemblies:
//
// * storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc

:_mod-docs-content-type: CONCEPT
[id="persistent-storage-csi-gcp-hyperdisk-ha-overview_{context}"]
= Hyperdisk-balanced high availability disks overview

[role="_abstract"]
{product-title} supports Hyperdisk Balanced High Availability volumes.

Hyperdisk Balanced High Availability volumes are useful for:

* Protecting your applications from a zonal outage by synchronously replicating data across two zones in the same region

* When you require write access to the same volume in multiple zones

For a single Hyperdisk Balanced High Availability volume, you can specify up to 100,000 IOPS and 1,200 MiB/s of throughput.

To set up Hyperdisk Balanced High Availability disks, see Section _Setting up hyperdisk-balanced disks_.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ include::modules/persistent-storage-csi-gcp-pd-storage-class-ref.adoc[leveloffse

include::modules/persistent-storage-csi-gcp-hyperdisk-limitations.adoc[leveloffset=+2]

include::modules/persistent-storage-csi-gcp-hyperdisk-ha-overview.adoc[leveloffset=+2]

For complete limit information, see link:https://docs.cloud.google.com/compute/docs/disks/hd-types/hyperdisk-balanced-ha#size_limits[Size and performance limits].

include::modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-overview.adoc[leveloffset=+2]

To set up storage pools, see xref:../../storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc#persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure_persistent-storage-csi-gcp-pd[Setting up hyperdisk-balanced disks].
Expand Down