Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 20:31:02 GMT
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2c8bb126de56 - main - bhyve: Add missing man page section on the nodelete block-device-option
Message-ID:  <202101212031.10LKV2vO050316@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by allanjude:

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

commit 2c8bb126de56ce49637ad752e78957d9ebafba02
Author:     Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2021-01-21 17:17:57 +0000
Commit:     Allan Jude <allanjude@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212031.10LKV2vO050316>