mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 22:49:31 +00:00
Automatic merge from submit-queue (batch tested with PRs 38947, 50239, 51115, 51094, 51116) Call Fatalf instead of Errorf when mounter/unmounter is nil in volume tests If we get a nil mounter or unmounter, a panic will occur. Should call `Fatalf` instead of `Errorf`.