[Cluster-devel] conga luci/site/luci/Extensions/conga_storage_ ...

kupcevic at sourceware.org kupcevic at sourceware.org
Tue Sep 26 04:56:53 UTC 2006


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




More information about the Cluster-devel mailing list