diff options
| author | Vishnu kannan <vishnuk@google.com> | 2017-03-01 16:57:26 -0800 |
|---|---|---|
| committer | Vishnu kannan <vishnuk@google.com> | 2017-03-01 16:57:26 -0800 |
| commit | ff03f56708245544a4b2bf081214202e61a4344f (patch) | |
| tree | c7956feb9d7a0ba397c231e1c4634027883f0baf | |
| parent | 9d4f582732628cc210619d9e3d4ffff50854300c (diff) | |
extending related features
Signed-off-by: Vishnu kannan <vishnuk@google.com>
| -rw-r--r-- | contributors/design-proposals/local-storage-overview.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributors/design-proposals/local-storage-overview.md b/contributors/design-proposals/local-storage-overview.md index 8281a5e1..8cacfba1 100644 --- a/contributors/design-proposals/local-storage-overview.md +++ b/contributors/design-proposals/local-storage-overview.md @@ -381,10 +381,11 @@ Since local PVs are only accessible from specific nodes, a new PV-node associati # Related Features * Protecting system daemons from abusive IO to primary partition -* Raw device/block volume support. This will benefit both remote and local devices. +* Raw device/block volume support. This will benefit both remote and local devices. * Do applications need access to performant local storage for ephemeral use cases? Ex. A pod requesting local SSDs for use as ephemeral scratch space. * Typically referred to as “inline PVs” in kube land * Support for encrypted secondary partitions in order to make wiping more secure and reduce latency +* Co-locating PVs and pods across zones. Binding PVCs in the scheduler will help with this feature. # Recommended Storage best practices * Have the primary partition on a reliable storage device |
