public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-18 21:59 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-18 21:59 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-18 21:59:47

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py ricci_communicator.py 

Log message:
	improved error handling and debug logging

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-11-29 18:15 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-11-29 18:15 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-11-29 18:15:20

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py StorageReport.py 
	                           cluster_adapters.py 
Removed files:
	luci/site/luci/Extensions: fence_test.py 

Log message:
	- make sure the 'agent' is in the form fence_X for fence device hashes
	- improve the error message when attempting to create clustered storage on a node that does not support it

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.169&r2=1.170
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/fence_test.py.diff?cvsroot=cluster&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-11-06 20:21 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-11-06 20:21 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-11-06 20:21:05

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py 

Log message:
	fix for the resource type check
	kill stale files (ricci_test.py, Quorumd.py)
	fixes for resolve_nodename

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.146&r2=1.147


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-27 18:24 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-27 18:24 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-27 18:24:05

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py 

Log message:
	spelling nits

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.131&r2=1.132


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-24 16:36 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-24 16:36 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe@sourceware.org	2006-10-24 16:36:23

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py 
	                           conga_constants.py 
	                           homebase_adapters.py ricci_bridge.py 
	                           ricci_communicator.py 

Log message:
	see bz# 211375
	
	These patches add verbose logging that'll allow QE to better
	debug defects (in a lot of places, there was no useful output
	for them to check).
	
	Two new global variables are introduced:
	
	LUCI_DEBUG_MODE = 1
	LUCI_DEBUG_VERBOSITY = 2
	
	Both of these need to be set to 0 for GA. LUCI_DEBUG_VERBOSITY > 1 will
	cause ricci_xml input and output to be logged using using syslog
	LOG_DAEMON/LOG_DEBUG. syslogd is not configured to log this severity by default,
	so an entry along the lines of *.debug /var/log/debug should be added if this
	facility is used.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.4&r2=1.120.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19&r2=1.19.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34&r2=1.34.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.1&r2=1.30.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9&r2=1.9.2.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-20 22:29 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-20 22:29 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-20 22:29:22

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py 
	                           ricci_bridge.py ricci_communicator.py 

Log message:
	fix debug output of ricci's sent data
	fix openlog call

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.124&r2=1.125
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.13&r2=1.14


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-20 22:20 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-20 22:20 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-20 22:20:43

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py cluster_adapters.py 

Log message:
	add missing import

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.123&r2=1.124


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-20 20:00 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-20 20:00 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-20 20:00:30

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py conga_constants.py 
	                           ricci_communicator.py 

Log message:
	more debugging output

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.12&r2=1.13


^ permalink raw reply	[flat|nested] 9+ messages in thread

* conga/luci/site/luci/Extensions LuciSyslog.py  ...
@ 2006-10-20 18:41 rmccabe
  0 siblings, 0 replies; 9+ messages in thread
From: rmccabe @ 2006-10-20 18:41 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe@sourceware.org	2006-10-20 18:41:58

Modified files:
	luci/site/luci/Extensions: LuciSyslog.py conga_constants.py 
	                           ricci_communicator.py 

Log message:
	add a debug mode variable. this'll control whether LuciSyslog.debug() is a noop or not. it ought to be a noop for production, as it could leak sensitive data (f.e., root passwords) to system logs whose permissions we don't control.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.11&r2=1.12


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-11-29 18:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18 21:59 conga/luci/site/luci/Extensions LuciSyslog.py rmccabe
2006-10-20 18:41 rmccabe
2006-10-20 20:00 rmccabe
2006-10-20 22:20 rmccabe
2006-10-20 22:29 rmccabe
2006-10-24 16:36 rmccabe
2006-10-27 18:24 rmccabe
2006-11-06 20:21 rmccabe
2006-11-29 18:15 rmccabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).