I am having an unusual problem where, when I migrate a container from node 1 to node 2, it breaks. I migrate the container, the container shows up in node 2's VM list just fine, but when I try to start the container, it doesn't boot. It comes up with this errer
"TASK ERROR: unable to open file '/var/lib/lxc/117/rules.seccomp.tmp.202704' - No such file or directory"
I did a little digging in node 2's shell and found out that /var/lib/lxc/117 doesn't exist. But the /var/lib/lxc/117 does exist in node 1. So it moved the container but never moved the actual data for the container.
The containers are stored on a NAS which all nodes have access too
So I think from what I am seeing, the container migrates but the data for the container doesn't migrate. I don't know how to fix this. I was able to migrate the container's data over with a simple SCP command but I don't want to do that each time I want to migrate a container plus I have HA on and HA can't do that automatically unless I write a script for it or something. Is this a bug?
(Clarify, virtual machines migrate just fine with little to no problem, it is exclusively containers having this issue)
"TASK ERROR: unable to open file '/var/lib/lxc/117/rules.seccomp.tmp.202704' - No such file or directory"
I did a little digging in node 2's shell and found out that /var/lib/lxc/117 doesn't exist. But the /var/lib/lxc/117 does exist in node 1. So it moved the container but never moved the actual data for the container.
The containers are stored on a NAS which all nodes have access too
So I think from what I am seeing, the container migrates but the data for the container doesn't migrate. I don't know how to fix this. I was able to migrate the container's data over with a simple SCP command but I don't want to do that each time I want to migrate a container plus I have HA on and HA can't do that automatically unless I write a script for it or something. Is this a bug?
(Clarify, virtual machines migrate just fine with little to no problem, it is exclusively containers having this issue)