mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 07:26:56 +00:00
Fix code to process volumes which were skipped during reconstruction
This commit is contained in:
@@ -215,6 +215,10 @@ type ActualStateOfWorldMounterUpdater interface {
|
||||
// MarkForInUseExpansionError marks the volume to have in-use error during expansion.
|
||||
// volume expansion must not be retried for this volume
|
||||
MarkForInUseExpansionError(volumeName v1.UniqueVolumeName)
|
||||
|
||||
AddVolumeViaReconstruction(opts MarkVolumeOpts) error
|
||||
|
||||
IsVolumeReconstructed(volumeName v1.UniqueVolumeName, podName volumetypes.UniquePodName) bool
|
||||
}
|
||||
|
||||
// ActualStateOfWorldAttacherUpdater defines a set of operations updating the
|
||||
|
||||
Reference in New Issue
Block a user