Federico Simoncelli has submitted this change and it was merged. Change subject: The configuration values must be strings ......................................................................
The configuration values must be strings The configuration values must be strings to avoid errors such as: TypeError: argument of type 'int' is not iterable (ConfigParser.py:586) Apparently the value for vm_sample_disk_latency_interval was the only one not respecting this rule. Change-Id: Id51af12b809906848f9dfbde17c42ce56b887772 --- M vdsm/config.py.in 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Federico Simoncelli: Dan Kenigsberg: Looks good to me, approved Igor Lvovsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/459 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id51af12b809906848f9dfbde17c42ce56b887772 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
