Going to answer my own question.

It was due to another profile being applied to the container also with
raw.lxc option so it hijacked the option and the option with dev/shm
never got applied.

So works without the second profile.

Subquestion: How to add another raw.lxc line to a second profile
without canceling the first one?

Thanks

On Wed, Nov 22, 2017 at 10:18 AM, Pavol Cupka <pavol.cu...@gmail.com> wrote:
> Hello list,
>
> I am running
>   LXD 2.18
>   LXC 2.0.8
>   LXCFS 2.0.6
>
> on a non-systemd host, trying to run a non-systemd container. All
> works well, except the /dev/shm doesn't get mounted. I copied a line
> from lxc template and added this line as raw.lxc config value for the
> container, but I doesn't work.
>
> This is the config line being added through profile
> config:
>
> raw.lxc: lxc.mount.entry = none dev/shm tmpfs
> rw,nosuid,nodev,create=dir
>
> The container starts, but the /dev/shm doesn't get mounted.
>
> Am I doing something wrong?
>
> Thanks for help.
>
> Pavol
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to