Sascha Grunert
Sascha Grunert
A friendly reminder that this PR had no activity for 30 days.
> or is it the function [`PodIDForName`](https://github.com/cri-o/cri-o/blob/main/internal/lib/container_server.go#L530) the right one to retrieve this information Yeah this should return the ID.
Had a discussion with @alicefr on slack about the previous two comments. :)
> @saschagrunert I've implemented a couple of functional tests. However, I need to use the `--with-pull` option (like [here](https://github.com/alicefr/cri-o/blob/multi-storage/test/multi_storage.bats#L71)) because the images are not prepulled for the additional storage. Is...
I'll revisit this PR later this week. :+1:
/retest-required
Looks like there are still some issues left open: https://github.com/cri-o/cri-o/runs/7088306948?check_suite_focus=true
> > Looks like there are still some issues left open: https://github.com/cri-o/cri-o/runs/7088306948?check_suite_focus=true > > Yes, I missed one `errors.Wrap` in the unit tests. Hopefully, now the unit and lint are...