File: 002.input

package info (click to toggle)
pacemaker 1.0.9.1%2Bhg15626-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,668 kB
  • ctags: 5,645
  • sloc: xml: 87,444; ansic: 57,853; python: 11,479; sh: 5,255; makefile: 663; perl: 387; sed: 262
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
configure
primitive testfs ocf:heartbeat:Filesystem \
	params directory="/mnt" fstype="ocfs2" device="/dev/sda1"
clone testfs-clone testfs \
	meta ordered="true" interleave="true"
commit
quit