diff --git a/integration/common.html b/integration/common.html index b8045a005..db76dccde 100644 --- a/integration/common.html +++ b/integration/common.html @@ -1338,6 +1338,12 @@
+def remount_volume_read_only(client, core_api, volume_name)
+
def reset_disks_for_all_nodes(client)
read_pod_block_volume_data
read_volume_data
recurring_job_feature_supported
remount_volume_read_only
reset_disks_for_all_nodes
reset_engine_image
reset_longhorn_node_zone
Issue: https://github.com/longhorn/longhorn/issues/8508
Given a volume is created and attached to a pod And the volume is healthy
-When crash the volume engine process +
When mount the volume as read-only And wait for the volume to become healthy And write the data to the pod And flush data to persistent storage in the pod with sync command
@@ -174,7 +174,7 @@
-def wait_for_metric(core_api, metric_name, metric_labels, expected_value)
+def wait_for_metric(core_api, metric_name, metric_labels, expected_value, metric_node_id=None)