<br><br>Best regards, Tikhomirov Pavel<br>Software Developer, Virtuozzo.<br><br>----Пользователь Vladimir Davydov написал ----<br><br>&gt; On Fri, May 20, 2016 at 12:17:18PM +0300, Pavel Tikhomirov wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&gt;<br>&gt; &gt; &gt;&gt;*need to modprobe overlay module on host<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;May be, we should add overlayfs module to the whitelist? (see<br>&gt; &gt; &gt;ve0_allowed_mod)<br>&gt; &gt; <br>&gt; &gt; I thought that whilelist will work only for auto-loading iptables modules on<br>&gt; &gt; special rules creation? But not for manual load:<br>&gt; &gt; <br>&gt; &gt; [root@pcs7 ~]# vzctl exec 109 modprobe binfmt_misc<br>&gt; &gt; [root@pcs7 ~]# lsmod | grep binfmt_misc<br>&gt; &gt; [root@pcs7 ~]#<br>&gt; &gt; <br>&gt; &gt; 3.10.0-327.18.2.ovz.14.4<br>&gt; <br>&gt; AFAIK the fs module should auto-loaded on mount - see get_fs_type().<br><br>I remember I tried to add &quot;fs-overlay&quot; to these list and docker failed to start, as it first <br>checks /proc/filesystems to know that overlay is supported, but overlay is not in these file until the module is loaded.