Automatic merge from submit-queue (batch tested with PRs 55977, 56198, 57202, 57254, 57214). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove mutation from pvc validation Remove mutation from pvc validation. pvc status is already being reset back in `PrepareForUpdate` function. Fixes https://github.com/kubernetes/kubernetes/issues/56393 cc @kubernetes/sig-storage-bugs @liggitt @deads2k