Merge branch 'next'

This commit is contained in:
Sage Weil 2013-04-22 13:01:11 -07:00
commit 86ad464f3c

View File

@ -259,7 +259,7 @@ def build_ceph_cluster(ctx, config):
finally:
log.info('Stopping ceph...')
ctx.cluster.run(args=[
'sudo', 'stop', 'ceph',
'sudo', 'stop', 'ceph-all',
run.Raw('||'),
'sudo', 'service', 'ceph', 'stop'
])