This file is indexed.

/usr/share/crmsh/scripts/lvm/main.yml is in crmsh 3.0.1-3ubuntu1.

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
version: 2.2
category: Script
longdesc: >-
  Configure a resource for managing an LVM volume group.

  Does not create the referenced volume group.

include:
  - agent: ocf:heartbeat:LVM
    name: lvm
    parameters:
      - name: id
        required: true
        value: lvm
        type: resource
      - name: volgrpname
        required: true
        type: string
    ops: |
      op monitor interval=130s timeout=130s
      op stop timeout=130s on_fail=fence