summaryrefslogtreecommitdiffstats
path: root/test/cibtests/004.input
blob: 86839bc25088ac6b93b575385bccc01e68bb72c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
configure
property stonith-enabled=false
primitive testfs ocf:heartbeat:Dummy \
	params fake=hello
clone testfs-clone testfs \
	meta ordered="true" interleave="true"
commit
up
resource start testfs-clone
quit