Adding upstream version 2.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
83f51a6dde
commit
e08cb5ae68
663 changed files with 15529 additions and 6994 deletions
|
@ -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> <device> [--nsid=<NAMSPACE ID>, -n <NAMSPACE ID>] [--op_option=<OP OPTION>, -o <OP OPTION>]</pre>
|
||||
<pre class="content"><em>nvme wdc namespace-resize</em> <device> [--nsid=<NAMESPACE ID>, -n <NAMSPACE ID>]
|
||||
[--op_option=<OP OPTION>, -o <OP OPTION>]</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 <device> 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 <NAMSPACE ID>
|
||||
-n <NAMESPACE ID>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--namespace-id=<NAMSPACE_ID>
|
||||
--namespace-id=<NAMESPACE_ID>
|
||||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue