1
0
Fork 0

Adding upstream version 2.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:25:25 +01:00
parent 83f51a6dde
commit e08cb5ae68
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
663 changed files with 15529 additions and 6994 deletions

View file

@ -749,7 +749,8 @@ nvme-wdc-namespace-resize(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>nvme wdc namespace-resize</em> &lt;device&gt; [--nsid=&lt;NAMSPACE ID&gt;, -n &lt;NAMSPACE ID&gt;] [--op_option=&lt;OP OPTION&gt;, -o &lt;OP OPTION&gt;]</pre>
<pre class="content"><em>nvme wdc namespace-resize</em> &lt;device&gt; [--nsid=&lt;NAMESPACE ID&gt;, -n &lt;NAMSPACE ID&gt;]
[--op_option=&lt;OP OPTION&gt;, -o &lt;OP OPTION&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@ -757,8 +758,8 @@ nvme-wdc-namespace-resize(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>For the NVMe device given, sends the WDC Vendor Specific Command that modifies the namespace size reported
by the device.</p></div>
<div class="paragraph"><p>For the NVMe device given, sends the WDC Vendor Specific Command that modifies
the namespace size reported the device.</p></div>
<div class="paragraph"><p>The &lt;device&gt; parameter is mandatory NVMe character device (ex: /dev/nvme0).</p></div>
<div class="paragraph"><p>This will only work on WDC devices supporting this feature.
Results for any other device are undefined.</p></div>
@ -769,10 +770,10 @@ Results for any other device are undefined.</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
-n &lt;NAMSPACE ID&gt;
-n &lt;NAMESPACE ID&gt;
</dt>
<dt class="hdlist1">
--namespace-id=&lt;NAMSPACE_ID&gt;
--namespace-id=&lt;NAMESPACE_ID&gt;
</dt>
<dd>
<p>
@ -787,17 +788,14 @@ Results for any other device are undefined.</p></div>
</dt>
<dd>
<p>
Overprovisioning Option; defaults to 0xF
Overprovisioning Option; defaults to 0xF
Valid Values:
0x1 - 7% of Original TNVMCAP reported value
0x2 - 28% of Original TNVMCAP reported value
0x3 - 50% of Original TNVMCAP reported value
0xF - 0% of Original TNVMCAP reported value (original config)
All other values - reserved
</p>
<div class="literalblock">
<div class="content">
<pre><code>Valid Values:
0x1 - 7% of Original TNVMCAP reported value
0x2 - 28% of Original TNVMCAP reported value
0x3 - 50% of Original TNVMCAP reported value
0xF - 0% of Original TNVMCAP reported value (original config)
All other values - reserved</code></pre>
</div></div>
</dd>
</dl></div>
</div>
@ -838,7 +836,7 @@ Resizes namespace 2 to 7% of the original TNVMCAP reported value:
<div id="footer">
<div id="footer-text">
Last updated
2023-09-29 08:33:08 CEST
2023-12-21 15:49:29 CET
</div>
</div>
</body>