mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
bhyve: add a comment explaining NVME dsm option
Tested by: Jason Tubnor MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24881
This commit is contained in:
parent
9963f1805c
commit
cf20131a15
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* bhyve PCIe-NVMe device emulation.
|
||||
*
|
||||
* options:
|
||||
* -s <n>,nvme,devpath,maxq=#,qsz=#,ioslots=#,sectsz=#,ser=A-Z,eui64=#
|
||||
* -s <n>,nvme,devpath,maxq=#,qsz=#,ioslots=#,sectsz=#,ser=A-Z,eui64=#,dsm=<opt>
|
||||
*
|
||||
* accepted devpath:
|
||||
* /dev/blockdev
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
* sectsz = sector size (defaults to blockif sector size)
|
||||
* ser = serial number (20-chars max)
|
||||
* eui64 = IEEE Extended Unique Identifier (8 byte value)
|
||||
* dsm = DataSet Management support. Option is one of auto, enable,disable
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue