git: 2c8bb126de56 - main - bhyve: Add missing man page section on the nodelete block-device-option

Allan Jude allanjude at FreeBSD.org
Thu Jan 21 20:31:02 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/src/commit/?id=2c8bb126de56ce49637ad752e78957d9ebafba02

commit 2c8bb126de56ce49637ad752e78957d9ebafba02
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-01-21 17:17:57 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-01-21 20:30:55 +0000

    bhyve: Add missing man page section on the nodelete block-device-option
    
    Reviewed by:    jhb
    Differential Revision:  https://reviews.freebsd.org/D28272
---
 usr.sbin/bhyve/bhyve.8 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 5d8f37813e7f..ef20763624e4 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -348,6 +348,8 @@ Force the file to be opened read-only.
 Specify the logical and physical sector sizes of the emulated disk.
 The physical sector size is optional and is equal to the logical sector size
 if not explicitly specified.
+.It Li nodelete
+Disable emulation of guest trim requests via DIOCGDELETE requests.
 .El
 .Pp
 SCSI devices:


More information about the dev-commits-src-all mailing list