summaryrefslogtreecommitdiffstats
path: root/test/testcases/rset-xml
blob: 842d4dfabe13e2f0756706252f6970e99c4fa403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
showxml Resource sets
node node1
primitive st stonith:ssh \
	params hostlist='node1' \
	op start timeout=60s
primitive d1 ocf:pacemaker:Dummy
primitive d2 ocf:heartbeat:Dummy
primitive d3 ocf:heartbeat:Dummy
primitive d4 ocf:heartbeat:Dummy
primitive d5 ocf:heartbeat:Dummy
order o1 Serialize: d1 d2 ( d3 d4 )
colocation c1 inf: d4 ( d1 d2 d3 )
colocation c2 inf: d1 d2 d3 d4
colocation c3 inf: ( d3 d4 ) ( d1 d2 )
delete d2
delete d4
_test
verify
.