Skip to content
#

persistent-volume

Here are 21 public repositories matching this topic...

JohnStrunk
JohnStrunk commented Jul 14, 2021

Describe the feature you'd like to have.
When describing how data should be replicated, we have 3 methods defined: Snapshot, Clone, and None. The "none" method was originally meant to signify that neither a clone nor a snapshot would be used, so there would be no point-in-time image.

I propose to change None to Direct. That is to say, we are copying data directly to/from the PVC.

Improve this page

Add a description, image, and links to the persistent-volume topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the persistent-volume topic, visit your repo's landing page and select "manage topics."

Learn more