// the total usage of pod exceeds the total size limit of containers, evict the pod
returnm.evictPod(pod,v1.ResourceEphemeralStorage,fmt.Sprintf("pod ephemeral local storage usage exceeds the total limit of containers %v",podLimits[v1.ResourceEphemeralStorage]))
returnm.evictPod(pod,v1.ResourceEphemeralStorage,fmt.Sprintf("container's ephemeral local storage usage exceeds the limit %q",ephemeralStorageThreshold.String()))