Recent content by tomamplius

  1. T

    vzdump add 'fuse.glusterfs' in %nosyncfs

    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...
  2. T

    vzdump add 'fuse.glusterfs' in %nosyncfs

    On file LXC.pm variable $do_syncfs contain sub to sync file system. Exclude file system are defined in %nosyncfs. Can you add 'fuse.glusterfs'? Other solution is create configuration file? best regards,