summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2016-10-13 12:18:03 -0400
committerGitHub <noreply@github.com>2016-10-13 12:18:03 -0400
commitfd1f790d30c6c6f57778da117d5276c4ef064ca4 (patch)
tree96c4e6bdd0da8c9014038dc3fd43f7e3bce35ad7
parenta6c1429012443ecd101892153c33b80009ca9c46 (diff)
Fix description of considered PVs for unset claim.Spec.Class
-rw-r--r--volume-provisioning.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/volume-provisioning.md b/volume-provisioning.md
index 34d58328..68b30b69 100644
--- a/volume-provisioning.md
+++ b/volume-provisioning.md
@@ -112,8 +112,7 @@ We propose that:
1. If the claim has non-empty `claim.Spec.Class`, only PVs with the same
`pv.Spec.Class` are considered.
- 2. If the claim has empty `claim.Spec.Class`, all existing PVs are
- considered.
+ 2. If the claim has empty `claim.Spec.Class`, only PVs with an unset `pv.Spec.Class` are considered.
All "considered" volumes are evaluated and the
smallest matching volume is bound to the claim.