blob: 798e39240066aa67b925aae3745cb9657207b4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
show 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
show o1 c1 c2 c3
delete d4
show o1 c1 c2 c3
_test
verify
.
|