Search results

  1. D

    Container backup frozen at snapshot due to sshfs mount [bug?]

    Continuing to edit my post will probably never approve it, so a response: A bit deeper, well only a few lines up... we have "do_syncfs". Following that, the culprit is https://github.com/proxmox/pve-common/blob/master/src/PVE/Tools.pm#L1501 a simple sysopen. What I do not understand is...
  2. D

    Container backup frozen at snapshot due to sshfs mount [bug?]

    Hi, First of all, I know it is not recommended but I feel like my scenario should work? EDIT: Ok, ventured into the bowels of the beast and I am very close to the issue. In https://github.com/proxmox/pve-container/blob/master/src/PVE/LXC.pm#L1218 all mount points are send somewhere? My dirty...