From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 26 Sep 2006 04:56:53 -0000 Subject: [Cluster-devel] conga luci/site/luci/Extensions/conga_storage_ ... Message-ID: <20060926045653.21432.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: 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