cloudstack/agent
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
..
bindir Skip VXLANs when rewriting the bridge name for migrations 2016-05-17 10:15:53 +01:00
conf CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured 2016-10-04 12:44:55 +02:00
distro fix kvm agent upgrade issue: kvm agent needs to use java 7 instead of java 6 after upgrade Reviewed-by: Sheng 2014-10-27 17:31:31 -07:00
src/com/cloud/agent Merge pull request #1488 from wido/agent-ipv6-enable 2016-05-10 23:55:28 -04:00
test/com/cloud/agent Properties loading simplification 2014-11-23 19:48:56 +01:00
pom.xml Merge branch '4.9' 2016-08-23 14:16:53 +05:30