cloudstack/agent/conf
Wido den Hollander 0beb41b6e7 CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured
By adding a Random Number Generator device to Instances we can prevent
entropy starvation inside guest.

The default source is /dev/random on the host, but this can be configured
to another source when present, for example a hardware RNG.

When enabled it will add the following to the Instance's XML definition:

  <rng model='virtio'>
    <rate period='1000' bytes='2048' />
    <backend model='random'>/dev/random</backend>
  </rng>

If the Instance has the proper support, which most modern distributions have,
it will have a /dev/hwrng device which it can use for gathering entropy.

More information: https://libvirt.org/formatdomain.html#elementsRng
2016-10-04 12:44:55 +02:00
..
agent.properties CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured 2016-10-04 12:44:55 +02:00
cloudstack-agent.logrotate CLOUDSTACK-9000: logrotate cloudstack-agent out and err logs 2015-10-28 17:17:03 +05:30
developer.properties.template committing Chip Childers patches fixing licensing headers 2012-06-12 12:32:58 -04:00
environment.properties.in Rename cloud-agent-scripts to cloud-scripts 2012-09-13 16:29:01 +02:00
log4j-cloud.xml.in CLOUDSTACK-9105: Logging enhancement: Handle/reference to track API calls end to end in the MS logs 2015-12-04 12:45:57 +05:30