~pmcgarry/ceph/ceph

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-02-08 11:09:00 UTC
  • mfrom: (52.2.8 ceph)
  • Revision ID: james.page@canonical.com-20130208110900-h06io58wdv3n2996
Add support for Ceph Bobtail LTS.

- XFS and BTRFS disk formats for OSD's.
- Separate journal devices.
- Package provided upstart configurations

Fixes:

- Improve hostname -> ip address resolution in MAAS managed environments.
- Fix disk zapping for devices which have been OSD's before.
- Resync utils.py, cepy.py across ceph charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      .
40
40
      These devices are the range of devices that will be checked for and
41
41
      used across all service units.
 
42
  osd-journal:
 
43
    type: string
 
44
    description: |
 
45
      The device to use as a shared journal drive for all OSD's.  By default
 
46
      no journal device will be used.
 
47
      .
 
48
      Only supported with ceph >= 0.55.
 
49
  osd-format:
 
50
    type: string
 
51
    default: xfs
 
52
    description: |
 
53
      Format of filesystem to use for OSD devices; supported formats include:
 
54
      .
 
55
        xfs (Default >= 0.55)
 
56
        ext4 (Only option < 0.55)
 
57
        btrfs (experimental and not recommended)
 
58
      .
 
59
      Only supported with ceph >= 0.55.      
42
60
  osd-reformat:
43
61
    type: string
44
62
    description: |
47
65
      prevent data loss.
48
66
      .
49
67
      Specifying this option (any value) forces a reformat of any OSD devices
50
 
      found which are not already mounted.       
 
68
      found which are not already mounted.
51
69
  ephemeral-unmount:
52
70
    type: string
53
71
    description: |