]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: decrease mkdir error logging in /sys to debug priority (#3748)
authortblume <Thomas.Blume@suse.com>
Mon, 18 Jul 2016 10:23:08 +0000 (12:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Jul 2016 10:23:08 +0000 (12:23 +0200)
commit201b13c81eb05b28c21bc462aa4bba54040509b8
tree6ad7e0a2550c1fbbc5e60f8026b98a5f491d8c3b
parentb6070695c8f94bf47ffca8557048bdd16a833a12
nspawn: decrease mkdir error logging in /sys to debug priority (#3748)

Such mkdir errors happen for example when trying to mkdir /sys/fs/selinux.

/sys is documented to be readonly in the container, so mkdir errors below /sys
can be expected.
They shouldn't be logged as warnings since they lead users to think that
there is something wrong.
src/nspawn/nspawn-mount.c