~ubuntu-branches/ubuntu/utopic/pacemaker/utopic-proposed

« back to all changes in this revision

Viewing changes to shell/templates/filesystem

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-07-16 16:40:24 UTC
  • mfrom: (1.1.11) (2.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130716164024-lvwrf4xivk1wdr3c
Tags: 1.1.9+git20130321-1ubuntu1
* Resync from debian expiremental.
* debian/control:
  - Use lower version for Build-Depends on libcorosync-dev
    and libqb-dev.
  - Build-Depends on libcfg-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%name filesystem
2
 
 
3
 
# Filesystem
4
 
#
5
 
# This template generates a single primitive resource of type
6
 
# Filesystem
7
 
 
8
 
%required
9
 
 
10
 
# The name of block device for the filesystem, or -U, -L
11
 
# options for mount, or NFS mount specification.
12
 
%% device 
13
 
 
14
 
# The mount point for the filesystem.
15
 
%% directory 
16
 
 
17
 
# The type of filesystem to be mounted.
18
 
%% fstype 
19
 
 
20
 
%optional
21
 
 
22
 
# Any extra options to be given as -o options to mount.
23
 
24
 
# For bind mounts, add "bind" here and set fstype to "none".
25
 
# We will do the right thing for options such as "bind,ro".
26
 
%% options 
27
 
 
28
 
%generate
29
 
 
30
 
primitive %_ ocf:heartbeat:Filesystem
31
 
        params
32
 
        device=%_:device
33
 
        directory=%_:directory
34
 
        fstype=%_:fstype