diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-13 07:48:34 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-13 09:19:45 +0200 |
| commit | ed11bb90f0a775e91f9ae64e3be951a47cd642c3 (patch) | |
| tree | 80b9f6ba013757f744911de34f343ddb0b62967d /pkg/build/linux_linux.go | |
| parent | 118b58e6523ce5a5d9b89c74fe46da8ac0c77d35 (diff) | |
executor: don't fail on cgroup mounting
On stretch images setup_cgroups fails as:
mount(/syzcgroup/net, net) failed: 22
mount(/syzcgroup/net, net_cls) failed: 22
mount(/syzcgroup/net, net_prio) failed: 22
mount(/syzcgroup/net, blkio) failed: 22
SYZFAIL: mount cgroup failed
(/syzcgroup/net, devices,freezer): 16
(errno 16: Device or resource busy)
It seems that systemd starts messing with these mounts somehow
and repeated mounting fails with EBUSY.
Don't hard fail on that error.
Diffstat (limited to 'pkg/build/linux_linux.go')
0 files changed, 0 insertions, 0 deletions
