rbd: Fix ceph OSD creation (prefixed by /dev)

This commit is contained in:
Sebastien Badia 2013-12-30 14:53:57 +01:00
parent 4caccc5e86
commit b5fdace2b9

View File

@ -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: }
}