From b7bb8597ce548da380806594957bc5b0e9cb7ac7 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Tue, 12 Apr 2022 19:47:43 -0300 Subject: [PATCH] Sync kernel partitions --- zaza/openstack/charm_tests/ceph/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index 64856ed..ae4f1c7 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -595,6 +595,7 @@ class CephTest(test_utils.OpenStackBaseTest): results = json.loads(action_obj.data['results']['message']) results = results[next(iter(results))] self.assertEqual(results['osd-ids'], osd_id) + zaza_model.run_on_unit(param['unit'], 'partprobe') zaza_model.wait_for_application_states() logging.info('Recycling previously removed OSDs')