I have a container with an AppArmor profile containing mount fstype=cifs, and included the profile in
/etc/pve/lxc/<ID>.conf as
lxc.aa_profile: lxc-container-default-with-cifs
when I start the container in pve 5.1 I get:
lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile
so I changed lxc.aa_profile to lxc.apparmor.profile and the container failed to start. I do see a new process in aa-status when I start the container, so it sort of looks like its trying to work.
How do I mount a cifs vol in a pve 5.1 container ?
Rob
/etc/pve/lxc/<ID>.conf as
lxc.aa_profile: lxc-container-default-with-cifs
when I start the container in pve 5.1 I get:
lxc.aa_profile is deprecated and was renamed to lxc.apparmor.profile
so I changed lxc.aa_profile to lxc.apparmor.profile and the container failed to start. I do see a new process in aa-status when I start the container, so it sort of looks like its trying to work.
How do I mount a cifs vol in a pve 5.1 container ?
Rob