From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 25 Oct 2006 16:01:18 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20061025160118.18489.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-10-25 16:01:17 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: be less specific about what kind of log entries to return. we were asking only for cluster logs before, which could result in a user waiting more than 2 minute s and getting nothing back. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.34&r2=1.35 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/25 01:11:08 1.34 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/25 16:01:17 1.35 @@ -282,7 +282,7 @@ def getNodeLogs(rc): errstr = 'log not accessible' - batch_str = '' + batch_str = '' ricci_xml = rc.batch_run(batch_str, async=False) if not ricci_xml: