Merge "Allow ceph-disk activate-all to return errors"

This commit is contained in:
Jenkins 2016-02-05 15:36:24 +00:00 committed by Gerrit Code Review
commit eb1d978ec3

View File

@ -19,7 +19,7 @@ class ceph::osds (
exec {'ceph-disk activate-all':
command => 'ceph-disk activate-all',
returns => 0,
returns => [0, 1],
logoutput => true,
} ->