diff --git a/manifests/rbd/osd.pp b/manifests/rbd/osd.pp index 2ea5b519..234eabdd 100644 --- a/manifests/rbd/osd.pp +++ b/manifests/rbd/osd.pp @@ -27,6 +27,7 @@ class privatecloud::rbd::osd ( } privatecloud::rbd::journal { $devices: } - ceph::osd::device { $devices: } + $osd_ceph = prefix($devices,'/dev/') + ceph::osd::device { $osd_ceph: } }