Closed
Description
Currently when cri-o fails to mount artifacts, it always fallback to mount images, but there're some cases that we don't have to fallback.
cri-o/server/container_create_linux.go
Lines 211 to 235 in fd5db98
This issue intends to figure out what errors are fallback-able, and avoid fallback in other cases.