From b619a246be8fef972c29ca8275ae6aa92a9bbd4d Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Fri, 15 Mar 2013 12:33:21 -0700 Subject: [PATCH] add node env sample Signed-off-by: Alexandre Marangone --- recipes/osd.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/recipes/osd.rb b/recipes/osd.rb index 3e0139c..c79a229 100644 --- a/recipes/osd.rb +++ b/recipes/osd.rb @@ -18,6 +18,18 @@ # limitations under the License. # this recipe allows bootstrapping new osds, with help from mon +# Sample environment: +# #knife node edit ceph1 +#"osd_devices": [ +# { +# "device": "/dev/sdc" +# }, +# { +# "device": "/dev/sdd", +# "dmcrypt": true, +# "journal": "/dev/sdd" +# } +#] include_recipe "ceph::default" include_recipe "ceph::conf"