Skip to content

Commit

Permalink
[cinder-csi-plugin] update topology feature docs (kubernetes#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramineni authored Oct 29, 2020
1 parent ce2c6d7 commit 49f4969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cinder-csi-plugin/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This feature enables driver to consider the topology constraints while creating

* Supported topology keys:
`topology.cinder.csi.openstack.org/zone` : Availability by Zone
* `--feature-gates=Topology=true` needs to be enabled in external-provisioner. From the external-provisoner v1.6.0 , its enabled by default.
* `--feature-gates=Topology=true` needs to be enabled in external-provisioner.
* `allowedTopologies` can be specified in storage class to restrict the topology of provisioned volumes to specific zones and should be used as replacement of `availability` parameter.

## Block Volume
Expand Down Expand Up @@ -91,4 +91,4 @@ To avail the multiattach feature of cinder, specify the ID/name of cinder volume

This volume type must exist in cinder already (`openstack volume type list`)

This should enable to attach a volume to multiple hosts/servers simultaneously.
This should enable to attach a volume to multiple hosts/servers simultaneously.

0 comments on commit 49f4969

Please sign in to comment.