|
|
@ -1878,27 +1878,34 @@ directly.</a></strong></p> |
|
|
|
<li>Solution already ruled out and why.</li> |
|
|
|
<li>The details from the output of the <code>mergerfs.collect-info</code> tool:<ul> |
|
|
|
<li>Version of mergerfs: <code>mergerfs --version</code></li> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li>mergerfs settings / arguments: from fstab, systemd unit, command |
|
|
|
line, OMV plugin, etc.</li> |
|
|
|
line, OMV plugin, etc.</li> |
|
|
|
<li>Version of the OS: <code>uname -a</code> and <code>lsb_release -a</code></li> |
|
|
|
<li>List of branches, their filesystem types, sizes (before and after |
|
|
|
issue): <code>df -h</code>, <code>lsblk -o NAME,FSTYPE,FSSIZE,SIZE,MOUNTPOINTS,RM,RO,ROTA</code></li> |
|
|
|
issue): <code>df -h</code>, <code>lsblk -o NAME,FSTYPE,FSSIZE,SIZE,MOUNTPOINTS,RM,RO,ROTA</code></li> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li><strong>All</strong> information about the relevant paths and files: permissions, ownership, etc.</li> |
|
|
|
<li><strong>All</strong> information about the application making the requests: version, uid/gid</li> |
|
|
|
<li>Runtime environment:</li> |
|
|
|
<li>Runtime environment:<ul> |
|
|
|
<li>Is mergerfs running within a container?</li> |
|
|
|
<li>Are the client apps using mergerfs running in a container?</li> |
|
|
|
<li>A <code>strace</code> of the app having problems:</li> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li>A <code>strace</code> of the app having problems:<ul> |
|
|
|
<li><code>strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd></code></li> |
|
|
|
<li>A <code>strace</code> of mergerfs while the program is trying to do whatever it is failing to do:</li> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li>A <code>strace</code> of mergerfs while the program is trying to do whatever it |
|
|
|
is failing to do:<ul> |
|
|
|
<li><code>strace -fvTtt -s 256 -p <mergerfsPID> -o /tmp/mergerfs.strace.txt</code></li> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li><strong>Precise</strong> directions on replicating the issue. Do not leave |
|
|
|
<strong>anything</strong> out.</li> |
|
|
|
<li>Try to recreate the problem in the simplest way using standard |
|
|
|
programs: <code>ln</code>, <code>mv</code>, <code>cp</code>, <code>ls</code>, <code>dd</code>, etc. With the most |
|
|
|
simple mergerfs setup possible.</li> |
|
|
|
programs: <code>ln</code>, <code>mv</code>, <code>cp</code>, <code>ls</code>, <code>dd</code>, etc. With the most simple |
|
|
|
mergerfs setup possible.</li> |
|
|
|
</ul> |
|
|
|
<h3 id="contact-issue-submission">Contact / Issue submission</h3> |
|
|
|
<ul> |
|
|
|