Skip to content

Commit 421ca29

Browse files
committed
Rebase with latest template and add e2e test links
1 parent 9eb8e63 commit 421ca29

File tree

1 file changed

+6
-2
lines changed
  • keps/sig-storage/3141-prevent-volume-mode-conversion

1 file changed

+6
-2
lines changed

keps/sig-storage/3141-prevent-volume-mode-conversion/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ mode when creating a `PVC` from a `VolumeSnapshot`:
403403
- With `Spec.SourceVolumeMode` populated and `snapshot.storage.kubernetes.io/allow-volume-mode-change: true`
404404
annotation present.
405405
- With `Spec.SourceVolumeMode` populated but no `snapshot.storage.kubernetes.io/allow-volume-mode-change: true`
406-
annotation.
406+
annotation - https://github.com/kubernetes-csi/external-provisioner/pull/832: https://testgrid.k8s.io/sig-storage-csi-external-provisioner#canary
407407
- With `Spec.SourceVolumeMode` set to `nil`.
408408
409409
### Graduation Criteria
@@ -676,12 +676,16 @@ The latency of CSI's `CreateVolume` may increase due to this change, when the
676676
`Spec.DataSource` field points to a `VolumeSnapshot` instance. This is because
677677
there is an additional check to determine whether volume provisioning must
678678
continue. However, this increase is expected to be minimal as there are no new
679-
API calls.
679+
API calls and the volume spec has already been loaded into memory of the external-provisioner.
680680
681681
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
682682
683683
No.
684684
685+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
686+
687+
No. This feature does not introduce any resource exhaustive operations.
688+
685689
### Troubleshooting
686690
687691
<!--

0 commit comments

Comments
 (0)