cloudstack/plugins
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
..
acl Merge branch '4.9' 2016-08-23 14:16:53 +05:30
affinity-group-processors Merge branch '4.9' 2016-08-23 14:16:53 +05:30
alert-handlers Merge branch '4.9' 2016-08-23 14:16:53 +05:30
api Merge branch '4.9' 2016-08-23 14:16:53 +05:30
database Merge branch '4.9' 2016-08-23 14:16:53 +05:30
dedicated-resources Merge branch '4.9' 2016-08-23 14:16:53 +05:30
deployment-planners Merge branch '4.9' 2016-08-23 14:16:53 +05:30
event-bus Merge branch '4.9' 2016-08-23 14:16:53 +05:30
file-systems/netapp Merge branch '4.9' 2016-08-23 14:16:53 +05:30
ha-planners/skip-heurestics Merge branch '4.9' 2016-08-23 14:16:53 +05:30
host-allocators/random Merge branch '4.9' 2016-08-23 14:16:53 +05:30
hypervisors CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured 2016-10-04 12:44:55 +02:00
network-elements Merge branch '4.9' 2016-08-23 14:16:53 +05:30
outofbandmanagement-drivers/ipmitool Merge branch '4.9' 2016-08-23 14:16:53 +05:30
storage Adding support for cross-cluster storage migration for managed storage when using XenServer 2016-09-12 07:39:13 -06:00
storage-allocators/random Merge branch '4.9' 2016-08-23 14:16:53 +05:30
user-authenticators Merge branch '4.9' 2016-08-23 14:16:53 +05:30
pom.xml Merge branch '4.9' 2016-08-23 14:16:53 +05:30