This page (revision-9) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
9 23-Apr-2022 17:06 8 KB Harry Metske to previous
8 23-Apr-2022 17:05 8 KB Harry Metske to previous | to last
7 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
6 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
5 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 2 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
1 23-Apr-2022 17:05 1 KB unknown to last

Page References

Incoming links Outgoing links
Nomad...nobody

Version management

Difference between version and

At line 129 added 26 lines
!! chroot for exec task ?
According to the documentation, an "exec" task is running chrooted. Although we do like chrooted envs, I think this requires quite some diskspace (730 MB for one python cmd) :
{{{
[root@ip-172-31-29-208 alloc]# pwd
/home/ec2-user/nomad/data/alloc
[root@ip-172-31-29-208 alloc]# ls -l
total 8
drwx------ 3 root root 4096 Jan 13 07:05 651023c2-5bcc-9997-8350-c179eb38e73d
drwx------ 4 root root 4096 Jan 13 07:06 c6c34727-2e79-7112-674f-c02fba46209a
[root@ip-172-31-29-208 alloc]# du -cms . 2>/dev/null
731 .
731 total
[root@ip-172-31-29-208 alloc]# ls -l c6c34727-2e79-7112-674f-c02fba46209a/web
total 36
drwxrwxrwx 5 nobody nobody 4096 Jan 13 07:06 alloc
dr-xr-xr-x 2 root root 4096 Jan 13 07:06 bin
drwxr-xr-x 16 root root 2720 Jan 13 06:43 dev
drwxr-xr-x 75 root root 4096 Jan 13 07:06 etc
dr-xr-xr-x 7 root root 4096 Jan 13 07:06 lib
dr-xr-xr-x 10 root root 12288 Jan 13 07:06 lib64
drwxrwxrwx 2 nobody nobody 4096 Jan 13 07:06 local
dr-xr-xr-x 86 root root 0 Jan 13 06:43 proc
dr-xr-xr-x 5 root root 4096 Jan 13 07:06 usr
}}}