Radostin Stoyanov
Radostin Stoyanov
> It is not clear from existing api description if there is a definite sequence/order in which these will be invoked. To checkpoint opened files, CRIU iterates through an array...
@rerrabolu checkpoint/restore of processes that use GPUs is a relatively new CRIU feature. I also encountered a couple of problems when evaluating it (https://github.com/checkpoint-restore/criu/issues/2248). If you want to add a...
@bizzbyster The following recent paper discusses some of the performance issues of QUIC over satellite networks: [Performance of QUIC Implementations Over Geostationary Satellite Links](https://arxiv.org/abs/2202.08228v1)
> Do you know why the code coverage dropped so much? Are there any drivers not pre-loaded in the new Ubuntu image? Maybe you need to run modprobe before running...
> Looking at the logs I see that less tests are being run on 22.04. 41 skipped instead of 39 skipped Hmm, I can see 41 skipped for Alpine Test...
> You only need to look at the code coverage CI run, that is the only one doing the report. Thank you for pointing this out! Comparing the logs of...
> > These tests appear to be skipped on intentionally because Ubuntu 22.04 switched to cgroups v2. > > Do we have any jobs that are running on cgroupv1 and...
Thanks, I've updated the pull request. @adrianreber Do you know why the inotify tests in Fedora Rawhide might fail? ``` ################### 4 TEST(S) FAILED (TOTAL 452/SKIPPED 41) #################### * zdtm/static/inotify00(ns)...
Closing in favour of https://github.com/checkpoint-restore/criu/pull/2373
> Question are: do we want this in mainstream? is there a better way? It looks like we would need functionality similar to `--nftables-mode` in mainstream CRIU to fix the...