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:
Alfredo Deza 2018-12-17 14:08:41 -05:00 committed by GitHub
commit 246b2ad6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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

View File

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