I've installed proxmo cluster HA with 2 nodes (node1, node2). create shared storage for both nodes (nfs).
I've intalled ubuntu container on shared storage on node 1. And on node1 all works fine.
Then i try migrate container to node2 and it's ok, but when i try start container i receive error:
TASK ERROR: unable to open file '/var/lib/lxc/100/rules.seccomp.tmp.2117' - No such file or directory
node1: ls /var/lib/lxc
100
node1: ls /var/lib/lxc/100/
apparmor config rootfs rules.seccomp
--------------
but node2:
ls /var/lib/lxc
nothing, directory empty
What is the problem, can you help me?
I've intalled ubuntu container on shared storage on node 1. And on node1 all works fine.
Then i try migrate container to node2 and it's ok, but when i try start container i receive error:
TASK ERROR: unable to open file '/var/lib/lxc/100/rules.seccomp.tmp.2117' - No such file or directory
node1: ls /var/lib/lxc
100
node1: ls /var/lib/lxc/100/
apparmor config rootfs rules.seccomp
--------------
but node2:
ls /var/lib/lxc
nothing, directory empty
What is the problem, can you help me?