Merge pull request #35 from AcalephStorage/journal-fix
OSD: Journal support
This commit is contained in:
commit
603e908fcd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user