conftest: fix typo

Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
Kamil Gierszewski 2025-01-10 12:40:49 +01:00
parent 76336c3ef5
commit e1f8426527
No known key found for this signature in database

View File

@ -321,7 +321,7 @@ def __drbd_cleanup():
from storage_devices.drbd import Drbd from storage_devices.drbd import Drbd
Drbd.down_all() Drbd.down_all()
# If drbd instance had been configured on top of the CAS, the previos attempt to stop # If drbd instance had been configured on top of the CAS, the previous attempt to stop
# failed. As drbd has been stopped try to stop CAS one more time. # failed. As drbd has been stopped try to stop CAS one more time.
if installer.check_if_installed(): if installer.check_if_installed():
casadm.stop_all_caches() casadm.stop_all_caches()