Bug #17270
closed
Test for docker cgroups issues in crunch-run works on ubuntu 20.04
Added by Peter Amstutz about 4 years ago.
Updated about 4 years ago.
Description
the 2 options we have here is
1) Test with a single node arvados salt install and make sure that workflows run on ubuntu 20.04
2) have a compute image baked with 20.04 in one of our current clusters
Related issues
1 (1 open — 0 closed)
- Subject changed from Test for docker cgroups issues in crunch-run works on ubuntu 20.04 to Test for docker cgroups issues in crunch-run works on ubuntu 20.04
- Assigned To set to Nico César
- Description updated (diff)
- Description updated (diff)
- Related to Bug #17244: Make sure cgroupsV2 works with Arvados added
Run the provision script on a virtual machine with ubuntu 20.04, using the ubuntu-dev repo. It passes OK because ubuntu 20.04 ships systemd
v45, which still uses cgroupsv1
:
$ dpkg -l |grep systemd
...
ii systemd 245.4-4ubuntu3.4
$ cat /sys/fs/cgroup/cgroup.controllers
cat: /sys/fs/cgroup/cgroup.controllers: No such file or directory
and running the hasher workflow passes.
To verify with newer systemd, I updated ubuntu's systemd
package to 247.1-4ubuntu1, rebooted the instance and I found that it's still using cgroups v1
.
Searching around, it seems that, due to some regressions, Ubuntu reverts Debian's systemd changes and they will ship cgroups v1
until 21.10.
So I'd say Arvados will be OK in ubuntu 20.04.
- Status changed from New to Resolved
Also available in: Atom
PDF