mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
sysutils/vm-bhyve(-devel): add note to increase shutdown timers
PR: 237646
This commit is contained in:
parent
2c9002108a
commit
667b6029a2
2 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,11 @@ OR
|
||||||
vm_dir="/directory/path"
|
vm_dir="/directory/path"
|
||||||
|
|
||||||
Then run 'vm init'.
|
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
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -14,6 +14,11 @@ OR
|
||||||
vm_dir="/directory/path"
|
vm_dir="/directory/path"
|
||||||
|
|
||||||
Then run 'vm init'.
|
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
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue