cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga luci/site/luci/Extensions/conga_storage_ ...
@ 2006-09-26  4:56 kupcevic
  0 siblings, 0 replies; only message in thread
From: kupcevic @ 2006-09-26  4:56 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-09-26 04:56:52

Modified files:
	luci/site/luci/Extensions: conga_storage_constants.py 
	ricci/ricci    : RicciWorker.cpp 

Log message:
	storage module: minor nits

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_storage_constants.py.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11

--- conga/luci/site/luci/Extensions/conga_storage_constants.py	2006/09/26 03:17:41	1.4
+++ conga/luci/site/luci/Extensions/conga_storage_constants.py	2006/09/26 04:56:52	1.5
@@ -104,7 +104,7 @@
                          'fstab'                   : "List in /etc/fstab", 
                          'fstabpoint'              : "/etc/fstab Mountpoint", 
                          'gfs_fsname'              : "Unique GFS Name", 
-                         'has_journal'             : "Journaling Enabled",
+                         'has_journal'             : "Journaling Enabled - ext3",
                          'journals_num'            : "Number Of Journals", 
                          'journal_size'            : "Journal Size", 
                          'label'                   : "Label",
--- conga/ricci/ricci/RicciWorker.cpp	2006/08/10 22:53:09	1.10
+++ conga/ricci/ricci/RicciWorker.cpp	2006/09/26 04:56:52	1.11
@@ -275,7 +275,7 @@
       else if (errno == EWOULDBLOCK)
 	throw String("file is in use by other worker");
       else
-	throw String("something bad happened");
+	throw String("unable to acquire flock");
     }
     
     // read file



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-26  4:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26  4:56 [Cluster-devel] conga luci/site/luci/Extensions/conga_storage_ kupcevic

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 NNTP newsgroup(s).