From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/site/luci/Extensions ModelBuilder.p ...
Date: 6 Oct 2006 21:08:54 -0000 [thread overview]
Message-ID: <20061006210854.7231.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-10-06 21:08:54
Modified files:
luci/site/luci/Extensions: ModelBuilder.py FenceHandler.py
Log message:
fix a few typos
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ModelBuilder.py.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- conga/luci/site/luci/Extensions/ModelBuilder.py 2006/08/09 21:49:30 1.5
+++ conga/luci/site/luci/Extensions/ModelBuilder.py 2006/10/06 21:08:54 1.6
@@ -601,7 +601,7 @@
return self.usesQuorumd
def getQuorumdPtr(self):
- return quorumd_ptr
+ return self.quorumd_ptr
def check_empty_ptrs(self):
if self.resourcemanager_ptr == None:
@@ -662,7 +662,7 @@
kids = self.resourcemanager_ptr.getChildren()
for kid in kids:
if kid.getName() == service:
- kids.removeChild(kid)
+ self.resourcemanager_ptr.removeChild(kid)
break
def getResources(self):
--- conga/luci/site/luci/Extensions/FenceHandler.py 2006/10/04 15:11:10 1.2
+++ conga/luci/site/luci/Extensions/FenceHandler.py 2006/10/06 21:08:54 1.3
@@ -11,6 +11,7 @@
FD_PROVIDE_SERVER = "A server address must be provided for this Fence Device"
FD_PROVIDE_CSERVER = "A cserver address must be provided for this Egenera Fence Device"
FD_PROVIDE_IP = "An IP address must be provided for this Fence Device"
+FD_PROVIDE_HOSTNAME = "A host name must be provided for this Fence Device"
FD_PROVIDE_LOGIN = "A login name must be provided for this Fence Device"
FD_PROVIDE_PASSWD = "A password must be provided for this Fence Device"
FI_PROVIDE_XCATNODENAME = "An xCAT Nodename must be provided for this Fence"
next reply other threads:[~2006-10-06 21:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-06 21:08 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-10-24 1:42 [Cluster-devel] conga/luci/site/luci/Extensions ModelBuilder.p jparsons
2006-10-24 15:05 jparsons
2006-10-26 22:59 rmccabe
2007-01-10 21:36 jparsons
2007-01-10 21:48 kupcevic
2007-01-23 14:01 rmccabe
2007-01-23 14:05 rmccabe
2007-02-15 18:55 rmccabe
2007-05-11 2:36 rmccabe
2007-05-11 2:38 rmccabe
2007-05-11 2:38 rmccabe
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=20061006210854.7231.qmail@sourceware.org \
--to=rmccabe@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).