blob: bc7f772d41b3d04bbce061babcd9b08fb971f86a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
To enable vm-bhyve, please add the following lines to rc.conf,
depending on whether you are using ZFS storage or not. Please note
that the directory or dataset specified should already exist.
vm_enable="YES"
vm_dir="zfs:pool/dataset"
OR
vm_enable="YES"
vm_dir="/directory/path"
Then run 'vm init'.
It might be needed to increase the values of the following tunables.
They need to be high enough to allow for a proper shutdown of all VM's.
- kern.init_shutdown_timeout (adjusted with sysctcl.conf)
- rcshutdown_timeout (adjusted with rc.conf)
EOM
}
]
|