Merge pull request #157 from leseb/fix-osd-autodiscovery

Fix OSD device auto-discovery
pull/159/head
Leseb 2014-12-16 15:08:06 +01:00
commit 4d27732364
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ devices:
- /dev/sdd
- /dev/sde
# Device discovery is based on the Ansible fact 'ansible_devices'
# which reports all the devices on a system. If chosen all the disks
# found will be passed to ceph-disk. You should not be worried on using
# this option since ceph-disk has a built-in check which looks for empty devices.
# Thus devices with existing partition tables will not be used.
# This mode prevents you from filling out the 'devices' variable above.
#
osd_auto_discovery: false
# I. First scenario: journal and osd_data on the same device
# Use 'true' to enable this scenario