git: 5d80aa93fa - main - handbook/virtualization: Fix zvol path (change to singular)

Benedict Reuschling <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5d80aa93fac1c349253a3bd659b3298a9356f7cf

commit 5d80aa93fac1c349253a3bd659b3298a9356f7cf
Author:     Lukas Engelhardt <[email protected]>
AuthorDate: 2025-07-18 06:17:22 +0000
Commit:     Benedict Reuschling <[email protected]>
CommitDate: 2025-07-18 06:22:30 +0000

    handbook/virtualization: Fix zvol path (change to singular)
    
    The path to a ZFS volume is /dev/zvol in FreeBSD, not /dev/zvols.
    Otherwise, the example no. 3 would not work properly.
    
    PR:                         287837
    Differential Revision:      https://reviews.freebsd.org/D51395
---
 documentation/content/en/books/handbook/virtualization/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index 01c6eb515f..785aaf4ce6 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -2063,7 +2063,7 @@ Using `vmrun.sh` on a ZFS filesystems:
 ....
 # jexec bhyve
 # sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 1024M \
-     -t tap100 -d /dev/zvols/zroot/vms/bhyvevm0 -i -I /vms/FreeBSD-14.0-RELEASE-amd64-bootonly.iso bhyvevm0
+     -t tap100 -d /dev/zvol/zroot/vms/bhyvevm0 -i -I /vms/FreeBSD-14.0-RELEASE-amd64-bootonly.iso bhyvevm0
 ....
 ====
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.