runtime
runtime copied to clipboard
Run I/O PnP tests with devicemapper
We want to do a run of this before making our relase to make sure #'s look correct, but adding this to CI shouldn't block release.
BTW, I assume this issue should really be "run i/o pnp CI on devicemapper", right?
If this is for the CI, then it is still valid. If it really was just a one off request, then it is done and can be closed.
Okay - I think it should be done for PnP CI, right? Who's an appropriate owner?
**assuming this CI is getting migrated also for kata?
Yes, this needs to be done as part of PNP CI. I have changed the title to make it clearer.
and the owner will be me. It may be a little tricky depending on how much hardware we have - I need to investigate if we can get away with multiple graph/mount types without having to re-config and reboot docker, but I suspect we cannot, which is where the 'tricky little dance' might come in.
@grahamwhaley Yes, to switch to a different storage driver, you will need to reconfigure docker, stop all containers and basically get rid of /var/lib/docker/ before restarting docker.
yeah. ouch :-( Not a fun thing to try and orchestrate reliably in a CI - so, we'll see what we can do at some point.