File: 004.input

package info (click to toggle)
crmsh 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: python: 50,399; sh: 1,207; makefile: 255; xml: 243; exp: 234; awk: 22
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (7)
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