blob: 171f1cd88ca7f4d01bf1ddc1ccf4e30daa69c775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
configure
property stonith-enabled=false
primitive testfs ocf:heartbeat:Dummy \
params fake=2
clone testfs-clone testfs \
meta ordered="true" interleave="true"
commit
up
resource stop testfs-clone
quit
|