Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 6528
blob957b46fd75ea13995576f3066cc63d4adb6c80c9
1 Title: TMPFS config hook is now available again
2 Level: 1
3 Component: omd
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1535823785
11 The hook as removed during 1.5 development (#5170). Since it is
12 useful to disable TMPFS especially when Check_MK sites are used
13 in container environments.
15 E.g. when using Docker tmpfs mounts in containers are only possible with
16 privileged containers or SYS_ADMIN capability. In this situation it is
17 better to turn off the TMPFS in the site and tell docker to mount a
18 tmpfs in the sites tmp directory during container creation
19 (e.g. using docker run --tmpfs /omd/sites/[site]/tmp).