From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager/src/daemons/tests deptest2.c ...
Date: 18 Apr 2007 16:11:57 -0000 [thread overview]
Message-ID: <20070418161157.20865.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2007-04-18 17:11:53
Added files:
rgmanager/src/daemons/tests: deptest2.conf deptest2.in
Log message:
Add obvious requirement on shared resource case as suggested by Simone Gotti
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/tests/deptest2.conf.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/tests/deptest2.in.diff?cvsroot=cluster&r1=NONE&r2=1.1
/cvs/cluster/cluster/rgmanager/src/daemons/tests/deptest2.conf,v --> standard output
revision 1.1
--- cluster/rgmanager/src/daemons/tests/deptest2.conf
+++ - 2007-04-18 17:11:57.263876000 +0100
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+
+ * 4 nodes
+ * 3 services
+ * A requires colocation with B to operate
+ * C requires colocation with B to operate
+
+ Setup:
+ * Start service B on node 1
+ * Start service A on node 1
+ * Start service C on node 1
+
+ Introduce a failure:
+ * Stop service B
+
+ Solution:
+ * Stop A (or C)
+ * Stop C (or A)
+ * Stop B
+ * start B
+ * start A (or C)
+ * start C (or A)
+
+ try: ../dtest ../../resources deptest2.conf < deptest2.in
+-->
+<cluster>
+ <clusternodes>
+ <clusternode name="node1" nodeid="1"/>
+ <clusternode name="node2" nodeid="2"/>
+ <clusternode name="node3" nodeid="3"/>
+ <clusternode name="node4" nodeid="4"/>
+ </clusternodes>
+ <rm>
+ <dependencies>
+ <dependency name="service:a">
+ <target name="service:b" require="always" colocate="always"/>
+ </dependency>
+ <dependency name="service:c">
+ <target name="service:b" require="always" colocate="always" />
+ </dependency>
+ </dependencies>
+ <failoverdomains>
+ </failoverdomains>
+ <resources/>
+ <service name="a" />
+ <service name="b" />
+ <service name="c" />
+ </rm>
+</cluster>
/cvs/cluster/cluster/rgmanager/src/daemons/tests/deptest2.in,v --> standard output
revision 1.1
--- cluster/rgmanager/src/daemons/tests/deptest2.in
+++ - 2007-04-18 17:11:57.382776000 +0100
@@ -0,0 +1,11 @@
+dep
+online 1 2 3 4
+start b 1
+start a 1
+start c 1
+state
+check
+stop b
+calc
+apply
+state
reply other threads:[~2007-04-18 16:11 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=20070418161157.20865.qmail@sourceware.org \
--to=lhh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.