[Bug 287837] Handbook/Virtualisation Example 3 has /dev/zvols/ instead of /dev/zvol/
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 287837] Handbook/Virtualisation Example 3 has /dev/zvols/ instead of /dev/zvol/"
 - Reply: bugzilla-noreply_a_freebsd.org: "[Bug 287837] Handbook/Virtualisation Example 3 has /dev/zvols/ instead of /dev/zvol/"
 - Go to: [ bottom of page ] [ top of archives ] [ this month ]
 
Date: Thu, 26 Jun 2025 17:07:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287837
            Bug ID: 287837
           Summary: Handbook/Virtualisation  Example 3 has /dev/zvols/
                    instead of /dev/zvol/
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Books & Articles
          Assignee: doc@FreeBSD.org
          Reporter: ws@au.dyndns.ws
https://docs.freebsd.org/en/books/handbook/virtualization/#virtualization-bhyve-jailed-createvm
24.7.9.3. Creating a Virtual Machine Inside the Jail
Example 3. Starting with vmrun.sh and ZFS
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
>> /dev/zvols/... should be /dev/zvol/...
-- 
You are receiving this mail because:
You are the assignee for the bug.