Francesco Romani has posted comments on this change.

Change subject: rng: allow urandom as virtio rng entropy source
......................................................................


Patch Set 7:

(1 comment)

https://gerrit.ovirt.org/#/c/59031/7/lib/vdsm/host/rngsources.py
File lib/vdsm/host/rngsources.py:

Line 34:     return [
Line 35:         source for (source, path) in _SOURCES.items()
Line 36:         if os.path.exists(path) and
Line 37:         # Remove when 4.0 is not supported.
Line 38:         source != 'urandom'
> It is misleading, although it's availability is quite closely tied to "rand
The real issue here is Engine side. So let's target the real problem: let's 
file a bug on Engine about this - and link it here in the comment. After that 
we can have this patch.
Line 39:     ]
Line 40: 
Line 41: 
Line 42: def get_device(name):


-- 
To view, visit https://gerrit.ovirt.org/59031
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2d46f1f3cff63e6443f5154577bd57b5ffc5f4ce
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jakub Niedermertl <jnied...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to