Browse Source

Deployed 001906f35 to preview with MkDocs 1.6.1 and mike 2.1.3

gh-pages
Antonio SJ Musumeci 3 months ago
parent
commit
7b4ac378dc
  1. 2
      preview/search/search_index.json
  2. 25
      preview/support/index.html

2
preview/search/search_index.json
File diff suppressed because it is too large
View File

25
preview/support/index.html

@ -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 &lt;cmd&gt;</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 &lt;mergerfsPID&gt; -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>

Loading…
Cancel
Save