Simone Tiraboschi has uploaded a new change for review. Change subject: sos: fixing report generation on sos < 3.0 ......................................................................
sos: fixing report generation on sos < 3.0 Fixing sos report generation on sos < 3.0 for PostgreSQL logs Change-Id: I360a56a8902c1c13bc0eec3aeda66cfa5c0cab42 Bug-Url: https://bugzilla.redhat.com/1115963 Signed-off-by: Simone Tiraboschi <[email protected]> --- M src/__main__.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/34/30034/1 diff --git a/src/__main__.py b/src/__main__.py index c1a4d86..81bd405 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -892,7 +892,7 @@ opt += '--report ' if self.configuration.get('pg_pass'): - opt = ( + opt += ( '-k {plugin}.dbname=%(pg_dbname)s ' '-k {plugin}.dbhost=%(pg_dbhost)s ' '-k {plugin}.dbport=%(pg_dbport)s ' -- To view, visit http://gerrit.ovirt.org/30034 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I360a56a8902c1c13bc0eec3aeda66cfa5c0cab42 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.4 Gerrit-Owner: Simone Tiraboschi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
