~seyeongkim/charms/trusty/ceph/lp1411652

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Seyeong Kim
  • Date: 2016-02-04 08:21:34 UTC
  • mfrom: (125.2.5 ceph-282167)
  • Revision ID: seyeong.kim@canonical.com-20160204082134-ckguub5mzmnui9cq
mergeĀ fromĀ upstream

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`).