mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Merge pull request #25594 from alfredodeza/wip-rm37675
ceph-volume tests.functional fix typo when stopping osd.0 in filestore Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
commit
246b2ad6cc
@ -1,5 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import json
|
||||
from ceph_volume.util import disk, prepare, str_to_int
|
||||
from ceph_volume.api import lvm
|
||||
from . import validators
|
||||
|
@ -111,7 +111,7 @@
|
||||
|
||||
- name: stop ceph-osd@1 daemon
|
||||
service:
|
||||
name: ceph-osd@0
|
||||
name: ceph-osd@1
|
||||
state: stopped
|
||||
|
||||
- name: activate all to start the previously prepared osd.0
|
||||
|
Loading…
Reference in New Issue
Block a user