diff --git a/docs/cinder-csi-plugin/features.md b/docs/cinder-csi-plugin/features.md index 805f1b24fa..f542b75ee3 100644 --- a/docs/cinder-csi-plugin/features.md +++ b/docs/cinder-csi-plugin/features.md @@ -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 @@ -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. \ No newline at end of file +This should enable to attach a volume to multiple hosts/servers simultaneously.