File: main.yml

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 (37 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (7)
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
35
36
37
version: 2.2
shortdesc: "NFS Exported File System"
category: NFS
include:
  - agent: ocf:heartbeat:exportfs
    parameters:
      - name: id
        required: true
        shortdesc: Resource ID
        longdesc: Cluster Resource ID
        type: resource
        value: exportfs
      - name: fsid
        shortdesc: Unique FSID Within Cluster or Starting FSID for Multiple Exports
        required: true
        type: integer
        value: 1
      - name: directory
        required: true
        type: string
        shortdesc: Mount Point (Directory)
        longdesc: "The mount point for the file system, e.g.: /srv/nfs/home"
      - name: options
        required: true
        shortdesc: Mount Options
        longdesc: "Any additional options to be given to the mount command, for example rw,mountpoint"
        type: string
      - name: wait_for_leasetime_on_stop
        required: false
        shortdesc: Wait for Lease Time on Stop
        longdesc: If set to true, wait for lease on stop.
        type: boolean
        value: true
    ops: |
      op monitor interval=30s
actions:
  - include: exportfs