Set empty list as default for osd_directories

As described in issue #1224 leaving this variable undefined may
cause a problem during execution of the ceph-osd role.
pull/1225/head
Daniel Marks 2017-01-13 15:27:16 +01:00
parent f50b9ec861
commit fefaa8ed13
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ osd_directory: false
#osd_directories:
# - /var/lib/ceph/osd/mydir1
# - /var/lib/ceph/osd/mydir2
osd_directories: []
# IV. This will partition disks for BlueStore