~openstack-charm-sync/charms/trusty/ceph/stable

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Corey Bryant
  • Date: 2016-01-14 14:46:26 UTC
  • mfrom: (125.2.6 stable.remote)
  • Revision ID: corey.bryant@canonical.com-20160114144626-pfcc79wuvb48xp5z
[chris.macnaughton, r=cholcombe] Add support for Ceph Infernalis release

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
to ceph.conf in the "mon host" parameter. After we initialize the monitor
92
92
cluster a quorum forms quickly, and OSD bringup proceeds.
93
93
 
94
 
The osds use so-called "OSD hotplugging". **ceph-disk-prepare** is used to
 
94
The osds use so-called "OSD hotplugging". **ceph-disk prepare** is used to
95
95
create the filesystems with a special GPT partition type. *udev* is set up
96
96
to mount such filesystems and start the osd daemons as their storage becomes
97
97
visible to the system (or after `udevadm trigger`).