Merge pull request #35 from AcalephStorage/journal-fix

OSD: Journal support
This commit is contained in:
Alexandre Marangone 2013-06-16 18:01:23 -07:00
commit 603e908fcd

View File

@ -114,7 +114,7 @@ else
dmcrypt = "--dmcrypt" dmcrypt = "--dmcrypt"
end end
execute "Creating Ceph OSD on #{osd_device['device']}" do execute "Creating Ceph OSD on #{osd_device['device']}" do
command "ceph-disk-prepare #{dmcrypt} #{osd_device['device']}" command "ceph-disk-prepare #{dmcrypt} #{osd_device['device']} #{osd_device['journal']}"
action :run action :run
end end
# we add this status to the node env # we add this status to the node env