Skip to content

Commit

Permalink
Merge pull request #4 from MissionCriticalCloud/add/rng-watchdog-sett…
Browse files Browse the repository at this point in the history
…ings

Add settings for RNG and Watchdog Timer
  • Loading branch information
Boris Schrijver committed Jun 6, 2016
2 parents d9be052 + 1a7d9f9 commit a936fab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cosmic-agent/conf/agent.properties
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,25 @@ hypervisor.type=kvm
# kvmclock.disable=false
# Some newer linux kernels are incapable of reliably migrating vms with kvmclock
# This is a workaround for the bug, admin can set this to true per-host
#
# vm.rng.enable=true
# This enabled the VirtIO Random Number Generator device for guests.
#
# vm.rng.model=random
# The model of VirtIO Random Number Generator (RNG) to present to the Guest.
# Currently only 'random' is supported.
#
# vm.rng.path=/dev/random
# Local Random Number Device Generator to use for VirtIO RNG for Guests.
# This is usually /dev/random, but per platform this might be different
#
# vm.watchdog.model=i6300esb
# The model of Watchdog timer to present to the Guest
# For all models refer to the libvirt documentation.
# Recommend value is: i6300esb
#
# vm.watchdog.action=none
# Action to take when the Guest/Instance is no longer notifiying the Watchdog
# timer.
# For all actions refer to the libvirt documentation.
# Recommended values are: none, reset and poweroff.

0 comments on commit a936fab

Please # to comment.