Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2025 06:23:16 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 5d80aa93fa - main - handbook/virtualization: Fix zvol path (change to singular)
Message-ID:  <202507180623.56I6NGOQ054051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by bcr:

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

commit 5d80aa93fac1c349253a3bd659b3298a9356f7cf
Author:     Lukas Engelhardt <lukas.engelhardt@gmx.de>
AuthorDate: 2025-07-18 06:17:22 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
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
 ....
 ====
 



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