Add support for journals
This commit is contained in:
parent
79f763f58a
commit
5d8dc31941
@ -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