[GitHub] cloudstack pull request: CLOUDSTACK-9395: Add Virtio RNG device to...

2016-05-30 Thread wido
GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/1572 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

[GitHub] cloudstack pull request: CLOUDSTACK-9395: Add Virtio RNG device to...

2016-05-31 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1572#issuecomment-222611860 @wido what is the minimum of qemu/libvirt version this require? maybe better to add some version check ? --- If your project is set up for it, you can reply to

[GitHub] cloudstack pull request: CLOUDSTACK-9395: Add Virtio RNG device to...

2016-05-31 Thread wido
Github user wido commented on the pull request: https://github.com/apache/cloudstack/pull/1572#issuecomment-222612848 @ustcweizhou: You need at least libvirt 1.0.3. Ubuntu 14.04 contains Libvirt 1.2.2, so with that hypervisor you are fine. --- If your project is set up for it, you ca