Skip to content

0.12.8

Compare
Choose a tag to compare
@praveenkumar praveenkumar released this 12 May 15:24
· 135 commits to master since this release
Use urandom instead random for rng backend device

As per upstream docs https://libvirt.org/formatdomain.html#elementsRng
it is recommended to use `/dev/urandom` instead of `/dev/random` to avoid some of
limitation which `/dev/random` have. Also installer uses `/dev/urandom` in the
instance template.

- https://bugzilla.redhat.com/show_bug.cgi?id=1803130