mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
ceph-volume tests.devices.lvm prepare isn't bluestore specific anymore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
51c8b804d6
commit
2f40dbac38
@ -35,7 +35,7 @@ class TestPrepare(object):
|
||||
stdout, stderr = capsys.readouterr()
|
||||
assert 'Use the filestore objectstore' in stdout
|
||||
assert 'Use the bluestore objectstore' in stdout
|
||||
assert 'Bluestore: A physical device or logical' in stdout
|
||||
assert 'A physical device or logical' in stdout
|
||||
|
||||
|
||||
class TestGetJournalLV(object):
|
||||
|
Loading…
Reference in New Issue
Block a user