This file is indexed.

/usr/share/pacemaker/templates/filesystem is in pacemaker 1.1.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%name filesystem

# Filesystem
#
# This template generates a single primitive resource of type
# Filesystem

%required

# The name of block device for the filesystem, or -U, -L
# options for mount, or NFS mount specification.
%% device 

# The mount point for the filesystem.
%% directory 

# The type of filesystem to be mounted.
%% fstype 

%optional

# Any extra options to be given as -o options to mount.
# 
# For bind mounts, add "bind" here and set fstype to "none".
# We will do the right thing for options such as "bind,ro".
%% options 

%generate

primitive %_ ocf:heartbeat:Filesystem
	params
	device=%_:device
	directory=%_:directory
	fstype=%_:fstype