From: kupcevic@sourceware.org <kupcevic@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga luci/site/luci/Extensions/conga_storage_ ...
Date: 26 Sep 2006 04:56:53 -0000 [thread overview]
Message-ID: <20060926045653.21432.qmail@sourceware.org> (raw)
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
reply other threads:[~2006-09-26 4:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060926045653.21432.qmail@sourceware.org \
--to=kupcevic@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).