Skip to content

Commit

Permalink
Merge pull request #12930 from liangxia/reclaim_policy
Browse files Browse the repository at this point in the history
Fix persistent volume reclaim policy, bug 1652782
  • Loading branch information
vikram-redhat committed Nov 23, 2018
2 parents 5044032 + 704e3c2 commit 5370fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions architecture/additional_concepts/storage.adoc
Expand Up @@ -123,9 +123,9 @@ to policy.
=== Reclaim volumes

The reclaim policy of a `PersistentVolume` tells the cluster what to do with
the volume after it is released. Volumes reclaim policy can either be `Retained`, `Recycled`, or `Deleted`.
the volume after it is released. Volumes reclaim policy can either be `Retain`, `Recycle`, or `Delete`.

`Retained` reclaim policy allows manual reclamation of the resource for those volume plug-ins that support it. `Deleted` reclaim policy deletes both the `PersistentVolume` object from {product-title} and the associated storage asset in external infrastructure, such as AWS EBS, GCE PD, or Cinder volume.
`Retain` reclaim policy allows manual reclamation of the resource for those volume plug-ins that support it. `Delete` reclaim policy deletes both the `PersistentVolume` object from {product-title} and the associated storage asset in external infrastructure, such as AWS EBS, GCE PD, or Cinder volume.

[NOTE]
====
Expand Down

0 comments on commit 5370fbe

Please sign in to comment.