From 5d8dc3194167f65ffce7e3fa5120f418ba3a5d1a Mon Sep 17 00:00:00 2001 From: Hunter Nield Date: Tue, 11 Jun 2013 17:08:00 +0800 Subject: [PATCH] Add support for journals --- recipes/osd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/osd.rb b/recipes/osd.rb index 13aec92..cbc11f4 100644 --- a/recipes/osd.rb +++ b/recipes/osd.rb @@ -114,7 +114,7 @@ else dmcrypt = "--dmcrypt" end 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 end # we add this status to the node env