1
0
Fork 0

Merging upstream version 2.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 11:50:38 +02:00
parent adb2e5e05d
commit 8599c7290c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
579 changed files with 6165 additions and 1687 deletions

View file

@ -800,7 +800,7 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
</dt>
<dd>
<p>
Pick which telemetry data area to report. Default is 3 to fetch areas 1-3.
Pick which telemetry data area to report. Default is 1, or 3 if a config file is specified.
Valid options are 1, 2, 3, 4.
</p>
</dd>
@ -816,15 +816,16 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
</p>
</dd>
<dt class="hdlist1">
-s
-s &lt;file&gt;
</dt>
<dt class="hdlist1">
--source-file
--source-file=&lt;file&gt;
</dt>
<dd>
<p>
Indicates that the &lt;device&gt; argument is a binary file containing a log dump
instead of a block or character device.
Specifies a binary file containing a telemetry log dump to parse instead of
retrieving the log from a device. When this option is used, no device argument
should be provided.
</p>
</dd>
</dl></div>
@ -876,7 +877,7 @@ Parse a telemetry log from a binary file:
</p>
<div class="listingblock">
<div class="content">
<pre><code># nvme solidigm parse-telemetry-log telemetry_dump.bin -s</code></pre>
<pre><code># nvme solidigm parse-telemetry-log -s telemetry_dump.bin</code></pre>
</div></div>
</li>
</ul></div>
@ -899,7 +900,7 @@ Parse a telemetry log from a binary file:
<div id="footer">
<div id="footer-text">
Last updated
2025-03-17 10:39:49 CET
2025-04-11 13:25:46 CEST
</div>
</div>
</body>