From: Alfredo Deza Date: Mon, 17 Dec 2018 17:35:27 +0000 (-0500) Subject: ceph-volume tests.functional fix typo when stopping osd.0 in filestore X-Git-Tag: v13.2.5~141^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25777%2Fhead;p=ceph.git ceph-volume tests.functional fix typo when stopping osd.0 in filestore Signed-off-by: Alfredo Deza (cherry picked from commit fba43289a2ff8a94361cc016e7a4dfdc61f324e8) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml index 8fd1a9ba96d1..e896c41b0ea6 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml @@ -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