Hi
When i backup lxc with glusterfs mount point, backup never finish.
I understant that you can disableit without rationale and maybe it's a bad way to resolve this issue.
on function sync_container_namespace the bellow loop is never exit.
while (waitpid($child, 0) != $child) {}
There is no...