~jose/charms/precise/nfs/fix-tests

1
2
3
4
5
6
7
8
9
10
11
12
13
options:
  initial_daemon_count:
    type: int
    default: 40
    description: The number of nfs daemons to run on startup
  storage_root:
    type: string
    default: /srv/data
    description: The root path where exported directories will be created
  export_options:
    type: string
    default: rw,sync,no_root_squash,no_all_squash
    description: The default export options