Allow guests to have a system priority using renice

This commit is contained in:
Matt Churchyard
2018-10-08 15:43:59 +01:00
parent f235a8ebbd
commit 0cf424198c
5 changed files with 24 additions and 7 deletions

View File

@@ -466,6 +466,13 @@ zfs_zvol_opts=""
#
prestart="myscript.pl"
# priority
# set a priority (nice value) for a guest
# valid range is -20 (highest) to 20 (only run when system idle), with
# 0 being the default system priority
#
priority="10"
# limit_pcpu
# use rctl to limit guest to the specified cpu percentage
#