~charmers/charms/precise/ceph-osd/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2012-10-10 10:21:04 UTC
  • Revision ID: james.page@canonical.com-20121010102104-e6ym4hk46du0s6zd
Made ephemeral unmounting a configurable option

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
      .
8
8
      These devices are the range of devices that will be checked for and
9
9
      used across all service units.
 
10
  ephemeral-unmount:
 
11
    type: string
 
12
    description: |
 
13
      Cloud instances provider ephermeral storage which is normally mounted
 
14
      on /mnt.
 
15
      .
 
16
      Providing this option will force an unmount of the ephemeral device
 
17
      so that it can be used as a OSD storage device.  This is useful for
 
18
      testing purposes (cloud deployment is not a typical use case).
10
19
  source:
11
20
    type: string
12
21
    description: |