Merge "Revert "Remove 'ceph-deploy osd activate'"" into stable/6.0

This commit is contained in:
Jenkins 2014-12-26 14:21:35 +00:00 committed by Gerrit Code Review
commit fde8ba5e11
1 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,13 @@ class ceph::osd (
unless => "grep -q '^${ $::ceph::osd_devices[0] }' /proc/mounts",
}
exec { 'ceph-deploy osd activate':
command => "ceph-deploy osd activate ${devices}",
returns => 0,
logoutput => true,
}
Firewall['011 ceph-osd allow'] ->
Exec['ceph-deploy osd prepare']
Exec['ceph-deploy osd prepare'] ->
Exec['ceph-deploy osd activate']
}