Nir Soffer has posted comments on this change. Change subject: virt: sampling: consolidate disk statistics ......................................................................
Patch Set 7: (1 comment) http://gerrit.ovirt.org/#/c/29953/7/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 299: # depending on is ok with that. Quoting libvirt header: Line 300: # """Older servers lacked the ability to handle string typed Line 301: # parameters.[...] This flag is automatically set when needed, Line 302: # [...] however, manually setting the flag can be used to Line 303: # reject servers that cannot return typed strings [...]""" Thanks for the verbose explanation!, Two issues: - It should come before the line using the cryptic parameter, either the blocksStatsFlags() line or the entire loop so the loop is more readable. - Capitialization: the -> The Line 304: return diskSamples Line 305: Line 306: def _sampleNet(self): Line 307: netSamples = {} -- To view, visit http://gerrit.ovirt.org/29953 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0dabd079f81270c7099c74469a18f8b23c97cc8c Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
