File: main.yml

package info (click to toggle)
crmsh 5.0.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,752 kB
  • sloc: python: 50,224; sh: 1,204; makefile: 254; xml: 243; exp: 234; awk: 22
file content (30 lines) | stat: -rw-r--r-- 653 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
version: 2.2
category: File System
shortdesc: File System (mount point)
include:
  - agent: ocf:heartbeat:Filesystem
    name: filesystem
    parameters:
      - name: id
        required: true
        type: resource
      - name: device
        required: true
        type: string
      - name: directory
        required: true
        type: string
      - name: fstype
        required: true
        type: string
      - name: options
        required: false
        type: string
    ops: |
      meta target-role=Stopped
      op start timeout=60s
      op stop timeout=60s
      op monitor interval=20s timeout=40s

actions:
  - include: filesystem