Changes

Jump to navigation Jump to search
304 bytes added ,  11:23, 17 February 2021
Added btrfs workaround with nocow
Line 10: Line 10:     
In order to address this issue, CRIU performs path-to-device resolution in user-space by analysing the information obtained from the <code>/proc/$pid/mountinfo</code> files. The routine in question is <code>mount.c:phys_stat_resolve_dev()</code>.
 
In order to address this issue, CRIU performs path-to-device resolution in user-space by analysing the information obtained from the <code>/proc/$pid/mountinfo</code> files. The routine in question is <code>mount.c:phys_stat_resolve_dev()</code>.
 +
 +
=== BTRFS Workaround ===
 +
 +
One possible workaround to use BTRFS in combination with CRIU is to disable copy on write (COW). During the discussion in https://github.com/containers/podman/issues/9318 one workaround to use Podman's checkpoint/restore support was: <code>chattr +C /var/lib/containers</code>
    
== NFS ==
 
== NFS ==
79

edits

Navigation menu