all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==24.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.1,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.8.0,cmd2==2.5.9,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.2,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.0.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.1,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+https://github.com/openstack/tempest@bd02c7355cb6bf327d109ef01f79c13cd2b263c6#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 all run-test-pre: PYTHONHASHSEED='493467460' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {4} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {5} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [1.668346s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.179360s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.297559s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.155163s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.022669s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.033541s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.167804s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.018146s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016127s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.073698s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.031923s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.048341s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.029726s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.047599s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.026765s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.024118s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.063658s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.095149s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.049062s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [40.311323s] ... ok {5} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [65.206827s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [40.663151s] ... ok {9} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {9} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.129481s] ... ok {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.126408s] ... ok {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.178617s] ... ok {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.063184s] ... ok {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.131707s] ... ok {5} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.064803s] ... ok {5} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.575293s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016621s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029714s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.040653s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.027399s] ... ok {5} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.027638s] ... ok {5} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.324800s] ... ok {5} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.067374s] ... ok {7} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [207.486121s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [196.909060s] ... ok {2} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [217.936721s] ... ok {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [29.804645s] ... ok {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [229.611136s] ... ok {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [55.197766s] ... ok {11} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [286.305839s] ... ok {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [99.611310s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.505198s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [120.641927s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [359.560503s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [37.272117s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [416.523871s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [38.263437s] ... ok {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [118.777939s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [457.979751s] ... ok {9} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [374.565817s] ... ok {9} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [68.622513s] ... ok {3} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [231.296439s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [45.310154s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.404830s] ... ok {7} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.222299s] ... ok {7} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.332675s] ... ok {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [295.914324s] ... ok {2} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [164.243460s] ... ok {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [271.669643s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [246.186467s] ... ok {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [680.055064s] ... ok {5} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [286.285949s] ... ok {5} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [163.644233s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [352.434822s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [399.366017s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [158.505575s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.636857s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.308767s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.024820s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.227371s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.028645s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.021791s] ... ok {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.339330s] ... ok {5} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [111.663206s] ... ok {6} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [243.562622s] ... ok {5} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [26.145433s] ... ok {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [49.911795s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.212213s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.101635s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.019651s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.028352s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.018759s] ... ok {3} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [415.322605s] ... ok {6} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [58.999864s] ... ok {6} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.486991s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [163.601173s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.269965s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.217164s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.263971s] ... ok {10} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [18.753212s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [36.706696s] ... ok {8} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [516.468080s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [127.980212s] ... ok {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [385.374129s] ... ok {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [21.603338s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [244.708766s] ... ok {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [469.485362s] ... ok {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [62.126762s] ... ok {10} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.566498s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.037884s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.057637s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [25.723533s] ... ok {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [5.743544s] ... ok {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.289398s] ... ok {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [129.910376s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [27.295691s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.200460s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.637702s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.051874s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.341313s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [36.992557s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.067737s] ... ok {10} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.384192s] ... ok {2} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {10} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [196.537592s] ... ok {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.319252s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.045347s] ... ok {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.294818s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.136083s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.195293s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.461117s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.235012s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.467213s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.115415s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.091671s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.466406s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.096508s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.082091s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.121319s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.139198s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.202867s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.193125s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.148352s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.102260s] ... ok {10} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.112589s] ... ok {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [26.319843s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [123.349113s] ... ok {7} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [177.067640s] ... ok {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [103.823745s] ... ok {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [33.093996s] ... ok {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [132.586734s] ... ok {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [41.093034s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [44.624772s] ... ok {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [420.542479s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [96.686415s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [27.183964s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [36.196390s] ... ok {0} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {0} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.752622s] ... ok {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.533158s] ... ok {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [50.332764s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {7} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [135.030301s] ... ok {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [133.559227s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [56.822790s] ... ok {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [57.942926s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [44.048675s] ... ok {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [27.539422s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [29.421982s] ... ok {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [83.884819s] ... ok {11} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [8.027614s] ... ok {4} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.743632s] ... ok {4} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.146532s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [25.379302s] ... ok {4} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.895601s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.028386s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.032331s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023787s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [65.143115s] ... ok {7} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.172693s] ... ok {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [25.508729s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.042041s] ... ok {4} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [143.881480s] ... ok {8} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [569.201955s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [76.107466s] ... ok {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [536.238107s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.530167s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.856067s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.997250s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.015447s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.026805s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.026497s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.029544s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.014190s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.013778s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013700s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.027342s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.023690s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.026798s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.024297s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010028s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.053145s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.047573s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.075477s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.047080s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.124118s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.023541s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.025297s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.009189s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.024800s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.025535s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.022367s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.013410s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.014384s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.026713s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.013671s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.027996s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.021602s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [334.722330s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.183311s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014426s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015665s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.037973s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.012102s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009953s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.040951s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.057940s] ... ok {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [1.053816s] ... ok {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.544239s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.183621s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.079945s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.194686s] ... ok {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017423s] ... ok {1} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.324572s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [39.795977s] ... ok {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.315746s] ... ok {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.212513s] ... ok {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [140.395408s] ... ok {4} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [473.151699s] ... ok {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [176.703387s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [334.388341s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [421.294492s] ... ok {6} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [719.604086s] ... ok {3} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [598.510796s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [160.955665s] ... ok {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [231.849984s] ... ok {11} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.066549s] ... ok {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [131.117676s] ... ok {11} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [55.410130s] ... ok {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [85.892973s] ... ok {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [242.977965s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [401.662111s] ... ok {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [39.401089s] ... ok {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [442.412267s] ... ok {1} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [424.077293s] ... ok {1} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {8} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [1396.348299s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 583, in _detach_volume self.servers_client.detach_volume(server['id'], volume['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 484, in detach_volume resp, body = self.delete('servers/%s/os-volume_attachments/%s' % File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'code': 409, 'message': "Cannot 'detach_volume' instance fd9f7a21-23f1-4652-8aae-6f38c709a5ba while it is in vm_state rescued"} Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 453, in wait_for_volume_attachment_remove_from_server time.sleep(client.build_interval) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 043fd6f2-79b9-411f-a853-45ec088a65c0 failed to reach available status (current in-use) within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-23 19:03:20,505 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.412s 2025-01-23 19:03:20,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-518057137"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b6f336-08de-49fa-a8c4-9eb079425bda', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b6f336-08de-49fa-a8c4-9eb079425bda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.436575", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-01-23 19:03:20,518 86561 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-01-23 19:03:20,574 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2025-01-23 19:03:20,574 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1698663650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg=="}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18dbf0bd-e640-461a-9761-09a5efda6ca5', 'x-compute-request-id': 'req-18dbf0bd-e640-461a-9761-09a5efda6ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1698663650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg==", "fingerprint": "9c:79:8a:1a:79:37:a9:31:1c:81:cb:e1:e7:01:2f:62", "user_id": "e035215cdf60426cac2cad8a44192568"}}' 2025-01-23 19:03:20,577 86561 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1698663650 created 2025-01-23 19:03:20,813 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.236s 2025-01-23 19:03:20,814 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--473369221", "description": "tempest-description--1672824408"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-97abbb35-8af3-4037-b075-d6b2641383d7', 'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "name": "tempest-securitygroup--473369221", "stateful": true, "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "description": "tempest-description--1672824408", "shared": false, "security_group_rules": [{"id": "ce7c8d36-4776-48a2-9031-68a614561ac2", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1233, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}, {"id": "df43cce6-8bd0-4caa-ac13-e94414d397af", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 1, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:03:21,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2025-01-23 19:03:21,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-821cd834-483d-452a-9845-a3f03f27fcec', 'date': 'Thu, 23 Jan 2025 19:03:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32eb2da5-bdd3-4471-8569-c89a2c664d3b", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}}' 2025-01-23 19:03:21,242 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2025-01-23 19:03:21,243 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c7d2c8c6-6858-40d7-8ed9-5f7aa99c88ff', 'date': 'Thu, 23 Jan 2025 19:03:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c78daf2-c23e-46c6-b79d-c1d292a2a087", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:03:21Z", "revision_number": 0}}' 2025-01-23 19:03:21,243 86561 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--473369221 created 2025-01-23 19:03:22,036 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.792s 2025-01-23 19:03:22,036 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8f311fc7-22bb-460f-a3ff-a8199e2ef133', 'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:03:21Z", "revision_number": 0}}' 2025-01-23 19:03:22,037 86561 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1314fe88-bc13-4f73-941b-43fb8749ae13', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '399a1b35-574c-49da-9f1b-5764f81c485b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-01-23T19:03:21Z', 'updated_at': '2025-01-23T19:03:21Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2025-01-23 19:03:22,092 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.049s 2025-01-23 19:03:22,094 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2508', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aa5cfbd3- 14eb-4e8b-97dd-77bf99879512', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e035215cdf60426cac2cad8a44192568", "name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "password_expires_at": null}, "audit_ids": ["eBathr6jRBO4NH7d8yXCqQ"], "expires_at": "2025-01-23T20:03:22.000000Z", "issued_at": "2025-01-23T19:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b6ca73541d44c8c876fb27f25ac5707", "name": "tempest-ServerStableDeviceRescueTest-831666642"}, "is_domain": false, "roles": [{"id": "2b165c2054d3404ab9bf809a99f9b91e", "name": "member"}, {"id": "ccf603f5fca24e5fbfca9b71a3e9e48a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9577f171183e484fb52b4d61026800cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "00c91d072b4a42c89d947cc7a0d80df1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "587c8bc641f34839a145b72cf3c3027f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8b6ca73541d44c8c876fb27f25ac5707", "region": "RegionOne"}], "id": "488c86ee9f8f44faa06377929fa33742", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "381ba85f4a8348f1a01c89b95c84276d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "5780e7c66d1a454cb08790e9549963d5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a5c58074e894732bd97b2e9d0717312", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "6810c72171f546529b3c4084c023abc9", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2817ced5c2034963b6dea50df12dc3fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "af4706af14f3421a89d975775b84f660", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4d6058ea4e14a00bf51fc3b8052ad30", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c45a13f70fc441a9a11381f22e1dd584", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c65b94f87f5b46dfb314fb530b5da135", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "f2d279c1291041adb8ee65e6d2f1cd43", "type": "network", "name": "neutron"}]}}' 2025-01-23 19:03:22,094 86561 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '47a5828c-1362-43a1-a8ee-ebf002f0a325', 'name': 'tempest-ServerStableDeviceRescueTest-1250065157-network', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55381, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-01-23T19:03:12Z', 'updated_at': '2025-01-23T19:03:12Z', 'revision_number': 1} available for tenant 2025-01-23 19:03:22,095 86561 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1698663650', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg==', 'fingerprint': '9c:79:8a:1a:79:37:a9:31:1c:81:cb:e1:e7:01:2f:62', 'user_id': 'e035215cdf60426cac2cad8a44192568', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAbdozKe0D8KALSXoGJP7d7sq2TVBW9aN5b9kCvwYpu4b9aVrxNI3H4\n2F6zNjBzYRygBwYFK4EEACKhZANiAATZXzu7j/nZ9P5p6yl2vO9OhoBURCJIU9oU\n62w8j1gsKk2bvpFUZY9x63ElZIwbNkQkd0YifSGZngQwHfXnwJrCOi+2/qHOgKpE\noI6cLoIMJhpRUUSA8E2giEdBkTXXLU4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'name': 'tempest-securitygroup--473369221', 'stateful': True, 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': 'tempest-description--1672824408', 'shared': False, 'security_group_rules': [{'id': 'ce7c8d36-4776-48a2-9031-68a614561ac2', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'security_group_id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1233, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 0}, {'id': 'df43cce6-8bd0-4caa-ac13-e94414d397af', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'security_group_id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 1, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707'}, 'floating_ip': {'id': '1314fe88-bc13-4f73-941b-43fb8749ae13', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '399a1b35-574c-49da-9f1b-5764f81c485b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-01-23T19:03:21Z', 'updated_at': '2025-01-23T19:03:21Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2025-01-23 19:03:22,638 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.542s 2025-01-23 19:03:22,639 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-141601036", "imageRef": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "flavorRef": "1", "networks": [{"uuid": "47a5828c-1362-43a1-a8ee-ebf002f0a325"}], "security_groups": [{"name": "tempest-securitygroup--473369221"}], "key_name": "tempest-keypair-1698663650", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e51b702-bd07-453e-bb73-7264ecc0a53c', 'x-compute-request-id': 'req-4e51b702-bd07-453e-bb73-7264ecc0a53c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba" , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--473369221"}], "adminPass": "Bp59TtQH5Kpm"}}' 2025-01-23 19:03:22,722 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.080s 2025-01-23 19:03:22,722 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e3b17f-6bc1-4cd9-a202-6dab56a7ac57', 'x-compute-request-id': 'req-61e3b17f-6bc1-4cd9-a202-6dab56a7ac57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "BUILD", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:23Z", "updated": "2025-01-23T19:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:04:13,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.274s 2025-01-23 19:04:13,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb78417-096e-48e4-ac04-7c28a03d23ed', 'x-compute-request-id': 'req-bfb78417-096e-48e4-ac04-7c28a03d23ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee5 22", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:03:38Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:04:13,078 86561 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-01-23 19:05:13,320 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface 0.184s 2025-01-23 19:05:13,321 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-558b8758-a61f-4c87-9693-321d9c4fc123', 'x-compute-request-id': 'req-558b8758-a61f-4c87-9693-321d9c4fc123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "mac_addr": "fa:16:3e:66:f3:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5d23a51e-c49a-47d8-806c-a0bccd5474e8", "ip_address": "10.0.0.3"}]}]}' 2025-01-23 19:05:14,184 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13 0.859s 2025-01-23 19:05:14,185 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-0f9cab62-485d-4f88-81eb-2b579ae20de2', 'date': 'Thu, 23 Jan 2025 19:05:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": "a9f7e7ef-fdd8-4fb2-95c5-eb6c4856a9a7", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "mac_address": "fa:16:3e:66:f3: 56", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:05:13Z", "revision_number": 1, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:05:14,188 86561 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2025-01-23 19:05:14,213 86561 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-01-23 19:05:14,347 86561 INFO [paramiko.transport] Authentication (publickey) successful! 2025-01-23 19:05:14,348 86561 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2025-01-23 19:05:15,198 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.850s 2025-01-23 19:05:15,199 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1415435652"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c99eee65-441e-4471-adac-53dacaab15fc', 'x-compute-request-id': 'req-c99eee65-441e-4471-adac-53dacaab15fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'' 2025-01-23 19:05:15,291 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.088s 2025-01-23 19:05:15,291 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9becb7fa-7270-49ba-b338-4dbf54907301', 'x-compute-request-id': 'req-9becb7fa-7270-49ba-b338-4dbf54907301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:15Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0 , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:05,854 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.509s 2025-01-23 19:06:05,855 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-535f7f19-39b5-4dcf-8be6-9de254464da5', 'x-compute-request-id': 'req-535f7f19-39b5-4dcf-8be6-9de254464da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:05,940 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.079s 2025-01-23 19:06:05,941 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2 .1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-793a530a-9046-4922-b0a7-3dba42c05010', 'x-compute-request-id': 'req-793a530a-9046-4922-b0a7-3dba42c05010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:06,291 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.343s 2025-01-23 19:06:06,291 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d4cda8-766f-47a9-b2b0-9cdbb685cc5d', 'x-compute-request-id': 'req-47d4cda8-766f-47a9-b2b0-9cdbb685cc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:05:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type ": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:07:06,523 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.175s 2025-01-23 19:07:06,524 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-063fa72e-a082-4f03-ae3b-8abdcb7e7569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "34e079582e960dd5920e01febcdc95e8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8b6ca73541d44c8c876fb27f25ac5707", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5633071732bfb075831664ba858257362ff8ca21555b6b84f7d5d759e6eed2473b5f534529a3b9117413cf24b0107beda062ed1d930a9881002dab8cb20f3247", "id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "created_at": "2025-01-23T19:05:15Z", "updated_at": "2025-01-23T19:07:06Z", "tags": [], "self": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "file": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c/file", "schema": "/v2/schemas/image"}' 2025-01-23 19:07:06,702 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.178s 2025-01-23 19:07:06,703 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aa6ce317-6fb4-4b4f-ad41-a0725c128ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "34e079582e960dd5920e01febcdc95e8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8b6ca73541d44c8c876fb27f25ac5707", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5633071732bfb075831664ba858257362ff8ca21555b6b84f7d5d759e6eed2473b5f534529a3b9117413cf24b0107beda062ed1d930a9881002dab8cb20f3247", "id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "created_at": "2025-01-23T19:05:15Z", "updated_at": "2025-01-23T19:07:07Z", "tags": [], "self": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "file": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c/file", "schema": "/v2/schemas/image"}' 2025-01-23 19:07:06,940 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.236s 2025-01-23 19:07:06,940 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727fe28b-cf86-4c73-a2a4-6c2fe32f22c6', 'x-compute-request-id': 'req-727fe28b-cf86-4c73-a2a4-6c2fe32f22c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:05:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress" : 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:07:06,998 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:07:06,999 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32872628-5b88-42d9-8cd5-0fab28014262', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32872628-5b88-42d9-8cd5-0fab28014262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:03:28.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:07,012 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached available after waiting for 0.012311 seconds 2025-01-23 19:07:09,377 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 2.365s 2025-01-23 19:07:09,378 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec0aad66-c918-4867-9c74-ffe932994383', 'x-compute-request-id': 'req-ec0aad66-c918-4867-9c74-ffe932994383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "device": "/dev/vdb"}}' 2025-01-23 19:07:09,440 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.060s 2025-01-23 19:07:09,441 86561 DEBUG [tempest.lib.co mmon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b210641b-bad0-4bac-a824-1ccaa4cd49e9', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b210641b-bad0-4bac-a824-1ccaa4cd49e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:10,525 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.070s 2025-01-23 19:07:10,525 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da0de7e-9632-438b-89ad-6619f336fff6', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da0de7e-9632-438b-89ad-6619f336fff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:11,583 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:07:11,583 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93480dd9-f298-4c9d-be55-c138db704bfc', 'content-length': '851', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93480dd9-f298-4c9d-be55-c138db704bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:12,642 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:12,643 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318fc79d-5a97-4f0c-a270-d8ececa35232', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318fc79d-5a97-4f0c-a270-d8ececa35232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:13,716 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:13,716 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3464cb5-ac15-47e7-8c3a-3d6fc4b69d84', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3464cb5-ac15-47e7-8c3a-3d6fc4b69d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01- 23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:14,779 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:07:14,779 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ead756-44e0-4baa-b3b8-40537cb279d7', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ead756-44e0-4baa-b3b8-40537cb279d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:15,988 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.191s 2025-01-23 19:07:15,989 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2793af7-b23c-40f6-bc06-1fe0554bb57a', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2793af7-b23c-40f6-bc06-1fe0554bb57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volum es/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:17,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:17,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6708ed96-a8c2-42f6-9da9-13725b5b3fa6', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6708ed96-a8c2-42f6-9da9-13725b5b3fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:18,110 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:07:18,111 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbcfbac-a78b-4c83-ab02-207029fd118c', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbcfbac-a78b-4c83-ab02-207029fd118c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:19,208 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest: test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.067s 2025-01-23 19:07:19,208 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba1c1bb-54e7-41ec-ae69-a1c521838fef', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba1c1bb-54e7-41ec-ae69-a1c521838fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:20,269 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:07:20,269 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e898ab-c669-4ffd-af40-73a3f74f0b96', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e898ab-c669-4ffd-af40-73a3f74f0b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:21,370 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.086s 2025-01-23 19:07:21,370 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19 :07:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d9dc61-d946-4821-a4c1-857cc2424360', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d9dc61-d946-4821-a4c1-857cc2424360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:22,496 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.111s 2025-01-23 19:07:22,497 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc61ef3-8be6-4817-b29e-eac2492ee0cc', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc61ef3-8be6-4817-b29e-eac2492ee0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:23,567 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:07:23,567 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8bcb55-16bd-4c1e-af36-7d82eb02efa4', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8bcb55-16bd-4c1e-af36-7d82eb02efa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3 /volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,626 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:24,627 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9099411-e898-4df7-8350-cc3c3bb38618', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9099411-e898-4df7-8350-cc3c3bb38618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,640 86561 INFO [tempest.common.waiters] Attachment 7862b48e-ecd7-4d0c-8559-1566979556e1 created for volume 043fd6f2-79b9-411f-a853-45ec088a65c0 to server fd9f7a21-23f1-4652-8aae-6f38c709a5ba after waiting for 15.640036 seconds 2025-01-23 19:07:24,689 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:07:24,689 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8afe5dd-e523-4cdb-84ee-31cf0f53b18e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-e8afe5dd-e523-4cdb-84ee-31cf0f53b18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,702 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached in-use after waiting for 0.702562 seconds 2025-01-23 19:07:24,749 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:07:24,750 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e16fc45-f229-4c41-a462-916adfc02d72', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e16fc45-f229-4c41-a462-916adfc02d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,764 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached in-use after waiting for 0.764416 seconds 2025-01-23 19:07:24,972 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.208s 2025-01-23 19:07:24,973 86 561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"rescue": {"rescue_image_ref": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '29', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fb12d78-61bc-455b-a4d7-359962f1f445', 'x-compute-request-id': 'req-0fb12d78-61bc-455b-a4d7-359962f1f445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'{"adminPass": "6yn4bUrnz7Ej"}' 2025-01-23 19:07:25,219 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.245s 2025-01-23 19:07:25,220 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e41497-1c8d-40dd-9d17-f40f458c0e9b', 'x-compute-request-id': 'req-69e41497-1c8d-40dd-9d17-f40f458c0e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:07:25Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0"}]}}' 2025-01-23 19:08:15,473 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.210s 2025-01-23 19:08:15,474 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1700', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9437c779-8127-4b2e-a374-f9b26be5d2c8', 'x-compute-request-id': 'req-9437c779-8127-4b2e-a374-f9b26be5d2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "RESCUE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:07:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:07:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0"}]}}' 2025-01-23 19:08:15,488 86561 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 50 second wait 2025-01-23 19:09:15,716 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.179s 2025-01-23 19:09:15,717 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"unrescue": {}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5381f0-7696-4c77-8d80-b9993c6e6bb6', 'x-compute-request-id': 'req-1e5381f0-7696-4c77-8d80-b9993c6e6bb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'' 2025-01-23 19:09:15,769 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2025-01-23 19:09:15,770 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-ty pe': 'application/json', 'content-length': '2508', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83930acc-edb7-4a3f-b1c6-4e2d2f70ff4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e035215cdf60426cac2cad8a44192568", "name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "password_expires_at": null}, "audit_ids": ["QM-3OZDWTwClLeEEQ1En2w"], "expires_at": "2025-01-23T20:09:15.000000Z", "issued_at": "2025-01-23T19:09:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b6ca73541d44c8c876fb27f25ac5707", "name": "tempest-ServerStableDeviceRescueTest-831666642"}, "is_domain": false, "roles": [{"id": "2b165c2054d3404ab9bf809a99f9b91e", "name": "member"}, {"id": "ccf603f5fca24e5fbfca9b71a3e9e48a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9577f171183e484fb52b4d61026800cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "00c91d072b4a42c89d947cc7a0d80df1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "587c8bc641f34839a145b72cf3c3027f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8b6ca73541d44c8c876fb27f25ac5707", "region": "RegionOne"}], "id": "488c86ee9f8f44faa06377929fa33742", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "381ba85f4a8348f1a01c89b95c84276d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "5780e7c66d1a454cb08790e9549963d5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a5c58074e894732bd97b2e9d0717312", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "6810c72171f546529b3c4084c023abc9", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2817ced5c2034963b6dea50df12dc3fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "af4706af14f3421a89d975775b84f660", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4d6058ea4e14a00bf51fc3b8052ad30", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c45a13f70fc441a9a11381f22e1dd584", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c65b94f87f5b46dfb314fb530b5da135", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "f2d279c1291041adb8ee65e6d2f1cd43", "type": "network", "name": "neutron"}]}}' 2025-01-23 19:09:15,770 86561 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '47a5828c-1362-43a1-a8ee-ebf002f0a325', 'name': 'tempest-ServerStableDeviceRescueTest-1250065157-network', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55381, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-01-23T19:03:12Z', 'updated_at': '2025-01-23T19:03:12Z', 'revision_number': 1} available for tenant 2025-01-23 19:09:15,956 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface 0.185s 2025-01-23 19:09:15,956 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5ec5a8-ced3-4817-a67b-2acbc4e3bb1b', 'x-compute-request-id': 'req-ce5ec5a8-ced3-4817-a67b-2acbc4e3bb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "mac_addr": "fa:16:3e:66:f3:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5d23a51e-c49a-47d8-806c-a0bccd5474e8", "ip_address": "10.0.0.3"}]}]}' 2025-01-23 19:09:16,990 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13 1.030s 2025-01-23 19:09:16,991 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d8f04ce2-cba9-4b0a-a0bb-cfee510ab6b3', 'date': 'Thu, 23 Jan 2025 19:09:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": "a9f7e7ef-fdd8-4fb2-95c5-eb6c4856a9a7", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "fixed_ip_address": "10.0.0.3", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "mac_address": "fa:16:3e:66:f3:56", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:09:16Z", "revision_number": 3, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:09:16,992 86561 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2025-01-23 19:09:17,000 86561 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-01-23 19:09:17,146 86561 INFO [paramiko.transport] Authentication (publickey) successful! 2025-01-23 19:09:17,146 86561 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2025-01-23 19:09:17,200 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:09:17,200 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed2624b-b761-4365-afb0-4ac33e12656d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed2624b-b761-4365-afb0-4ac33e12656d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/v olumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:09:17,316 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 409 DELETE http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments/043fd6f2-79b9-411f-a853-45ec088a65c0 0.103s 2025-01-23 19:09:17,317 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-98b9e5c8-b0ea-420c-b2e1-8af8d5ef0196', 'x-compute-request-id': 'req-98b9e5c8-b0ea-420c-b2e1-8af8d5ef0196', 'connection': 'close', 'status': '409', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance fd9f7a21-23f1-4652-8aae-6f38c709a5ba while it is in vm_state rescued"}}' 2025-01-23 19:09:17,377 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.058s 2025-01-23 19:09:17,377 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c5d600a-01a5-4bc5-9c42-26a564af072f', 'x-compute-request-id': 'req-8c5d600a-01a5-4bc5-9c42-26a564af072f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:10:07,515 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.085s 2025-01-23 19:10:07,515 86561 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:10:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15936073-2a0c-45d0-b3d2-5d59d8ed6ea3', 'x-compute-request-id': 'req-15936073-2a0c-45d0-b3d2-5d59d8ed6ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:10:57,620 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.051s 2025-01-23 19:10:57,620 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77f55b66-6477-41bc-9f06-9ad4c1ec3847', 'x-compute-request-id': 'req-77f55b66-6477-41bc-9f06-9ad4c1ec3847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:11:47,709 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.054s 2025-01-23 19:11:47,710 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67390d3c-161e-44b9-8b84-1c3e059c3acf', 'x-compute-request-id': 'req-67390d3c-161e-44b9-8b84-1c3e059c3acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:12:37,808 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.053s 2025-01-23 19:12:37,808 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:12:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352be9ff-90ff-47fe-bff8-79134729cfcd', 'x-compute-request-id': 'req-352be9ff-90ff-47fe-bff8-79134729cfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:13:27,909 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.049s 2025-01-23 19:13:27,910 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20421543-b896-4863-8167-1be888d1a479', 'x-compute-request-id': 'req-20421543-b896-4863-8167-1be888d1a479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:14:18,149 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.187s 2025-01-23 19:14:18,150 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:14:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4018a561-65b8-4aa5-9145-84443c063d37', 'x-compute-request-id': 'req-4018a561-65b8-4aa5-9145-84443c063d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:15:08,211 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.053s 2025-01-23 19:15:08,212 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:15:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25882af9-4130-4b23-8ec3-2ff3a86437de', 'x-compute-request-id': 'req-25882af9-4130-4b23-8ec3-2ff3a86437de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:15:58,323 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.083s 2025-01-23 19:15:58,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8924108-fc1b-429d-9333-5f372da8dbde', 'x-compute-request-id': 'req-d8924108-fc1b-429d-9333-5f372da8dbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:16:48,414 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.056s 2025-01-23 19:16:48,415 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:16:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568ecf51-5857-43e6-bdfa-3a0a224cc277', 'x-compute-request-id': 'req-568ecf51-5857-43e6-bdfa-3a0a224cc277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:17:38,504 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.051s 2025-01-23 19:17:38,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:17:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e971a1a-a22d-46b3-a4f7-c9d7c0f38297', 'x-compute-request-id': 'req-6e971a1a-a22d-46b3-a4f7-c9d7c0f38297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5b a", "device": "/dev/vdb"}]}' 2025-01-23 19:18:28,615 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.065s 2025-01-23 19:18:28,616 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee8d2dd-b4b7-47bb-98f7-8d479b488e0e', 'x-compute-request-id': 'req-cee8d2dd-b4b7-47bb-98f7-8d479b488e0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:19:18,937 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.277s 2025-01-23 19:19:18,937 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a38527-f32e-4ded-b332-c27898268503', 'x-compute-request-id': 'req-94a38527-f32e-4ded-b332-c27898268503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:20:09,069 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.079s 2025-01-23 19:20:09,069 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-505619a5-6cf2-408c-99ee-aa9ce082596d', 'x-compute-request-id': 'req-505619a5-6cf2-408c-99ee-aa9ce082596d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:20:59,187 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.065s 2025-01-23 19:20:59,188 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2861e5c4-f4fe-4d89-9594-af8cb3f52fbd', 'x-compute-request-id': 'req-2861e5c4-f4fe-4d89-9594-af8cb3f52fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:21:49,275 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.059s 2025-01-23 19:21:49,275 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58ac43bb-51a0-47fe-8edf-31b4ad9f9fc3', 'x-compute-request-id': 'req-58ac43bb-51a0-47fe-8edf-31b4ad9f9fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:22:39,429 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.101s 2025-01-23 19:22:39,430 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22298055-8fbd-46ba-b967-5840b402cd9c', 'x-compute-request-id': 'req-22298055-8fbd-46ba-b967-5840b402cd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:23:20,146 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:23:20,147 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-d3b4c489-269a-4df5-b719-45dbfed7a97b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b4c489-269a-4df5-b719-45dbfed7a97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:21,205 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:21,205 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa84ba8-5a02-4230-aa59-2d3cedca85a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa84ba8-5a02-4230-aa59-2d3cedca85a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:22,261 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:22,261 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:22 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a9f680-ec41-4efe-9ef4-b8ad7cef0de2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a9f680-ec41-4efe-9ef4-b8ad7cef0de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:23,321 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:23:23,322 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82ab39e-b667-4a90-9da0-72bed02c39e7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82ab39e-b667-4a90-9da0-72bed02c39e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:24,379 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:24,379 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3476ce-6138-4c73-b885-670e127fd019', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3476ce-6138-4c73-b885-670e127fd019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:25,465 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.071s 2025-01-23 19:23:25,465 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201b8a0c-b48c-4cc3-928e-6aab7757986c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201b8a0c-b48c-4cc3-928e-6aab7757986c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:26,524 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:26,524 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65e7bd6-d932-4db9-9226-7a23519e691a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65e7bd6-d932-4db9-9226-7a23519e691a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:27,645 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.106s 2025-01-23 19:23:27,646 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f4eae0-de76-405e-b9fd-b1e266164715', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f4eae0-de76-405e-b9fd-b1e266164715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:28,706 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:28 ,706 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2c1a5f-1339-455f-a6bb-b26e417e1e92', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2c1a5f-1339-455f-a6bb-b26e417e1e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:29,766 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:29,766 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa95c751-e504-4176-913b-d66cd0017909', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa95c751-e504-4176-913b-d66cd0017909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:30,836 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0 .0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.055s 2025-01-23 19:23:30,836 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e8da69-ad7a-4242-b8c6-284ea4a0daed', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e8da69-ad7a-4242-b8c6-284ea4a0daed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:31,893 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:31,893 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce67fcb0-6144-4d9f-beb2-a28bf143c66c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce67fcb0-6144-4d9f-beb2-a28bf143c66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:32,951 86561 INFO [tempest.lib.commo n.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:32,951 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e53550-1e65-4193-9ea9-0a4863c7b91e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e53550-1e65-4193-9ea9-0a4863c7b91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:34,011 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:34,012 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b175302-a9cb-4b3e-9127-dfe8e5daacc2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b175302-a9cb-4b3e-9127-dfe8e5daacc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca7 3541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:35,071 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:23:35,072 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16030bda-a547-493d-931b-88083ae025c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16030bda-a547-493d-931b-88083ae025c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:36,131 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:23:36,131 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4783d7d6-d165-47c4-a5c5-45bc974f813c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4783d7d6-d165-47c4-a5c5-45bc974f813c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb" , "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:37,193 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:23:37,194 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df63bde9-e336-4be0-890d-9be0e7de616e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df63bde9-e336-4be0-890d-9be0e7de616e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:38,259 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:23:38,260 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd8e471-a08b-4ca0-b5c6-b9465f1e39b7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd8e471-a08b-4ca0-b5c6-b9465f1e39b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "ser ver_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:39,319 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:39,319 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8092fb-de5b-4e9a-a7f7-dcf945e66cf3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8092fb-de5b-4e9a-a7f7-dcf945e66cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:40,388 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.054s 2025-01-23 19:23:40,388 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab49eaed-f534-4030-8114-3e537b124b55', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab49eaed-f534-4030-8114-3e537b124b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e -ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:41,444 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:41,445 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e620addd-23e5-4531-8d67-50182774c47e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e620addd-23e5-4531-8d67-50182774c47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:42,504 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:42,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79036533-5059-48cc-a978-b3bf076a088d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79036533-5059-48cc-a978-b3bf076a088d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, " attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:43,562 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:43,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a209f8a-5145-4ded-b2da-3d1debe4df4b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a209f8a-5145-4ded-b2da-3d1debe4df4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:44,618 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:44,619 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32deb37-233f-43e9-8b15-b1540c806cd7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32deb37-233f-43e9-8b15-b1540c806cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:45,684 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:23:45,685 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0e5963-51bb-463c-b0e1-979b35ea59fa', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0e5963-51bb-463c-b0e1-979b35ea59fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:46,742 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:46,742 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e2a1eb-378c-4f11-8d12-8e2d2f0d29db', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e2a1eb-378c-4f11-8d12-8e2d2f0d29db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a6 5c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:47,802 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:47,802 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb5fab64-aea4-46d7-90ad-e75fd8edbf78', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb5fab64-aea4-46d7-90ad-e75fd8edbf78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:48,860 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:48,860 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674471c2-a24a-4229-b7df-1b450629432a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674471c2-a24a-4229-b7df-1b450629432a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:49,936 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.061s 2025-01-23 19:23:49,937 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5611fc-432d-4df1-bc9e-6dadf6990a64', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5611fc-432d-4df1-bc9e-6dadf6990a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:51,023 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:23:51,026 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d1301ab-0a67-4233-a37e-841081114c3b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d1301ab-0a67-4233-a37e-841081114c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hre f": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:52,099 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.057s 2025-01-23 19:23:52,099 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7893ed40-8cab-4da8-bbd1-18972288a670', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7893ed40-8cab-4da8-bbd1-18972288a670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:53,156 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:53,156 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb265db3-f332-4e95-acd8-496680468e04', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb265db3-f332-4e95-acd8-496680468e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:54,216 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:54,217 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e51abb4-aecd-48c2-be35-3d08e673b0c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e51abb4-aecd-48c2-be35-3d08e673b0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:55,306 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:23:55,307 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d741834e-d2b6-4ade-99cd-a9e7a5e7b108', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d741834e-d2b6-4ade-99cd-a9e7a5e7b108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStable DeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:56,364 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:56,364 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c550a88c-6eca-4f44-819d-f177030c4753', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c550a88c-6eca-4f44-819d-f177030c4753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:57,453 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:23:57,453 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11792284-1d87-4880-b9d9-4f487f9fdd18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11792284-1d87-4880-b9d9-4f487f9fdd18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19: 03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:58,561 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.093s 2025-01-23 19:23:58,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee80f95-ada4-4fc2-962a-62a94acf162e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee80f95-ada4-4fc2-962a-62a94acf162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:59,642 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:23:59,643 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ad82d7-f4fe-4cd5-80c6-4424a7623bbe', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ad82d7-f4fe-4cd5-80c6-4424a7623bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", " status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:00,711 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:24:00,711 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6828d99b-4d6e-4c8e-8edc-8496fd159480', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6828d99b-4d6e-4c8e-8edc-8496fd159480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:01,815 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.089s 2025-01-23 19:24:01,816 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b98a66c-aa95-488a-b5ec-593b4be42d4f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b98a66c-aa95-488a-b5ec-593b4be42d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45 ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:02,896 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.065s 2025-01-23 19:24:02,897 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78889e40-832c-475d-9acc-c5a4c3568387', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78889e40-832c-475d-9acc-c5a4c3568387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:03,958 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:03,959 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-166b4151-ebfa-45a5-a7ad-4ddfbf2bee8b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-166b4151-ebfa-45a5-a7ad-4ddfbf2bee8b', 'connection': 'close', 'status': '2 00', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:05,015 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:05,016 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb1c739-83b0-47d5-87dd-6c2c86428df9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb1c739-83b0-47d5-87dd-6c2c86428df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:06,076 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:06,076 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e064b6-ad62-430c-b141-7b56aca545cb', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-71e064b6-ad62-430c-b141-7b56aca545cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:07,137 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:07,137 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741dc669-c90b-4a6b-8c24-a89f7cf68e50', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741dc669-c90b-4a6b-8c24-a89f7cf68e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:08,195 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:24:08,196 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df3cd0ef-e653-4f3f-9040-df09869bab93', 'content-length': '1144', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df3cd0ef-e653-4f3f-9040-df09869bab93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:09,255 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:09,256 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66aaa41-0592-4364-8b43-0f011609eef4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66aaa41-0592-4364-8b43-0f011609eef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:10,324 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:24:10,324 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-e647dbce-ba73-4c6b-81af-3d2a01c279c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e647dbce-ba73-4c6b-81af-3d2a01c279c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:11,389 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:24:11,390 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0f5291-db38-44c9-bc13-f40f0d437d00', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0f5291-db38-44c9-bc13-f40f0d437d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:12,446 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:12,446 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24: 12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa861fc-3504-49dc-ac08-0f1e0bd95f5e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa861fc-3504-49dc-ac08-0f1e0bd95f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:13,512 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:24:13,513 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660e7e20-5db0-4b85-94db-13edaa576846', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660e7e20-5db0-4b85-94db-13edaa576846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:14,572 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:14,573 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975a0dd3-b765-43b1-87f2-e0c2b33215d9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975a0dd3-b765-43b1-87f2-e0c2b33215d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:15,646 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.056s 2025-01-23 19:24:15,646 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f987c86-2f56-46f4-b483-57752f491bd8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f987c86-2f56-46f4-b483-57752f491bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:16,705 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:16,706 86561 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b201f91f-fbe0-41c2-bf9c-a70f650748ec', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b201f91f-fbe0-41c2-bf9c-a70f650748ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:17,764 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:17,765 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b475fa91-1799-4a42-ab43-bcb18ed703ac', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b475fa91-1799-4a42-ab43-bcb18ed703ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:19,023 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.244s 2025-01-23 19:24:19,024 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c306ac1-dc34-48b9-a9ca-3044ed58ff14', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c306ac1-dc34-48b9-a9ca-3044ed58ff14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:20,083 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:20,083 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed576f9c-5654-4b2f-925f-b2011d72586e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed576f9c-5654-4b2f-925f-b2011d72586e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:21,150 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:24:21,150 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397edf40-eb47-4d36-8363-9ebc3dbfbf54', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397edf40-eb47-4d36-8363-9ebc3dbfbf54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:22,206 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:22,207 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98ceef2-d8f9-42e1-aa3c-1f8687b32533', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98ceef2-d8f9-42e1-aa3c-1f8687b32533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:23,263 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:23,264 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3868651b-9595-4013-a729-66797cb6c6b9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3868651b-9595-4013-a729-66797cb6c6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:24,323 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:24,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bd17a7-f240-421d-a32d-8b41381fb132', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bd17a7-f240-421d-a32d-8b41381fb132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr :tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:25,383 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:25,384 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b262f30-e27f-4a7b-81e6-68c064a18f12', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b262f30-e27f-4a7b-81e6-68c064a18f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:26,443 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:26,444 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46319369-c1f0-4f88-8b86-98de043406dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46319369-c1f0-4f88-8b86-98de043406dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:27,503 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:27,504 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3948bcce-e8f1-4a9d-98e2-5f1496cb681b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3948bcce-e8f1-4a9d-98e2-5f1496cb681b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:28,638 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.120s 2025-01-23 19:24:28,638 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ec3a90-b499-4255-bb09-b3f34d49cd23', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ec3a90-b499-4255-bb09-b3f34d49cd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853 -45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:29,749 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.096s 2025-01-23 19:24:29,750 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a74fad5-eb3c-41db-9fd2-5dfd13446379', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a74fad5-eb3c-41db-9fd2-5dfd13446379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:30,806 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:30,807 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e3a1de-7fb9-4e79-9731-b155d8358a22', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e3a1de-7fb9-4e79-9731-b155d8358a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attac hment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:31,872 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:24:31,873 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ead484d-5da5-4a0a-a034-6482b6726db7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ead484d-5da5-4a0a-a034-6482b6726db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:32,930 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:32,930 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39b65c3-3551-4dff-a4c9-fc1287f16d4f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39b65c3-3551-4dff-a4c9-fc1287f16d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:33,989 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:24:33,989 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62781823-e228-4f2e-89e5-c799d631a2d4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62781823-e228-4f2e-89e5-c799d631a2d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:35,052 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:24:35,052 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a33046a-08d1-4f26-b128-48702271e41b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a33046a-08d1-4f26-b128-48702271e41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": " false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:36,121 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:24:36,121 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee723c5d-14e6-4fdb-8f12-7bf93a2f9d81', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee723c5d-14e6-4fdb-8f12-7bf93a2f9d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:37,180 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:37,181 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944bc747-8d5f-474f-a7eb-2e52ce989185', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944bc747-8d5f-474f-a7eb-2e52ce989185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9 -411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:38,237 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:38,237 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f8c9f4-e45b-4071-ba7d-62f67c0a0ee0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f8c9f4-e45b-4071-ba7d-62f67c0a0ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:39,304 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:24:39,305 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e579388b-3f46-440f-a78f-197818407cf5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e579388b-3f46-440f-a78f-197818407cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45e c088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:40,366 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:40,366 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637e6bdf-4eca-41a8-b5a1-33565e6fddee', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637e6bdf-4eca-41a8-b5a1-33565e6fddee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:41,422 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:24:41,422 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fff786-7061-473d-92ae-86ddc69c200d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fff786-7061-473d-92ae-86ddc69c200d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [ {"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:42,479 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:42,480 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade6e6ed-d519-44f0-8752-dcc2a6dac4f7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade6e6ed-d519-44f0-8752-dcc2a6dac4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:43,539 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:43,539 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28203c56-ba1c-4945-9800-88bec9e65596', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28203c56-ba1c-4945-9800-88bec9e65596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_typ e": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:44,595 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:44,595 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447dd89d-0850-4bab-9f2d-edfaa7d4a8d7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447dd89d-0850-4bab-9f2d-edfaa7d4a8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:45,653 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:45,654 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6dbd2e-27b6-4133-a998-4ed45c9f1d4a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6dbd2e-27b6-4133-a998-4ed45c9f1d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": " tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:46,710 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:46,710 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7b8355-6eb3-4a42-957c-4939268cf760', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7b8355-6eb3-4a42-957c-4939268cf760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:47,770 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:47,771 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92dd71f-680b-42b7-a328-ae28988434a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92dd71f-680b-42b7-a328-ae28988434a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_ at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:48,829 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:48,830 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac12d3e-106a-47cb-9256-f7660b8e22b8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac12d3e-106a-47cb-9256-f7660b8e22b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:49,974 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.130s 2025-01-23 19:24:49,975 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ee2bf9-169b-422e-a61a-3dcdb30ccf1f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ee2bf9-169b-422e-a61a-3dcdb30ccf1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a 853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:51,043 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:51,043 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c408490-0eda-4324-b490-9e1d11fb1622', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c408490-0eda-4324-b490-9e1d11fb1622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:52,103 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:52,103 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d89a4e-aa8b-4f03-a12a-053a9d20df2d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d89a4e-aa8b-4f03-a12a-053a9d20df2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6 f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:53,160 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:53,161 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea072b3-12af-4f13-abb2-87044dc1cb74', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea072b3-12af-4f13-abb2-87044dc1cb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:54,221 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:54,222 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b90e1e56-c0bc-4a09-949c-39465c6cd6e4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90e1e56-c0bc-4a09-949c-39465c6cd6e4', 'connection': ' close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:55,287 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:24:55,287 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35209a4-95e7-45ad-925c-a15fd9708fbe', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35209a4-95e7-45ad-925c-a15fd9708fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:56,360 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:56,360 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40068b90-7586-48c2-91f3-d62e3f368cf2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-40068b90-7586-48c2-91f3-d62e3f368cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:57,418 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:57,418 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74c8310-4860-415f-b747-87de3bf8c703', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74c8310-4860-415f-b747-87de3bf8c703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:58,480 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:24:58,480 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b2a65e-8b86-41ff-9e70-8e312d2c3f8f', 'conten t-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b2a65e-8b86-41ff-9e70-8e312d2c3f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:59,544 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:24:59,545 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f16513-1654-4fb0-8ee2-3b3122b7545f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f16513-1654-4fb0-8ee2-3b3122b7545f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:00,606 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:00,606 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-848a508d-a235-461e-b9e5-cb6c13994bf1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848a508d-a235-461e-b9e5-cb6c13994bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:01,669 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:01,669 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7608e91-d696-4d03-914c-0d258d1961a6', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7608e91-d696-4d03-914c-0d258d1961a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:02,726 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:02,727 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu , 23 Jan 2025 19:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f08c0c-cb6d-4e42-b1e0-60150cf87b1c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f08c0c-cb6d-4e42-b1e0-60150cf87b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:03,784 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:03,785 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a035d5-306e-4cf6-8dd7-c43c573b5609', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a035d5-306e-4cf6-8dd7-c43c573b5609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:04,841 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:04,841 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7637613d-7eaa-4458-9218-3a3ebbc35ae0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7637613d-7eaa-4458-9218-3a3ebbc35ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:05,899 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:05,900 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4fcb70b-dc89-4f38-a95a-2cd7b9f4e193', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4fcb70b-dc89-4f38-a95a-2cd7b9f4e193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:06,965 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:25:06,965 86561 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dc6c4e-7d52-488f-9ac2-960c3e7f26d5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dc6c4e-7d52-488f-9ac2-960c3e7f26d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:08,028 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:08,028 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80eff60-50a1-49ee-9c35-5d84c935f6dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80eff60-50a1-49ee-9c35-5d84c935f6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:09,094 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853 -45ec088a65c0 0.046s 2025-01-23 19:25:09,095 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00106ba4-70b2-4708-9f8c-2930190dd136', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00106ba4-70b2-4708-9f8c-2930190dd136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:10,154 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:10,154 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a771a76b-b26d-40ae-857c-1b12c5b82f0f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a771a76b-b26d-40ae-857c-1b12c5b82f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:11,212 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescue Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:11,212 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ac0d50-0d23-4455-b3f8-3a328b3de648', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ac0d50-0d23-4455-b3f8-3a328b3de648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:12,279 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:25:12,279 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ebb63d5-157d-46d4-b108-e0699b2fa057', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ebb63d5-157d-46d4-b108-e0699b2fa057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25: 13,340 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:13,341 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b50f50f-638a-44b4-83f7-b9e4cb120368', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b50f50f-638a-44b4-83f7-b9e4cb120368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:14,409 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:14,410 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43c16816-ea87-4b84-8c58-0f4b397be33c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43c16816-ea87-4b84-8c58-0f4b397be33c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:15,503 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.079s 2025-01-23 19:25:15,504 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714113be-cb2a-4f26-91e7-01baf0e72c7c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714113be-cb2a-4f26-91e7-01baf0e72c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:16,574 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:16,575 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51a0bb5-364a-4fb1-aaf1-6ade9bc12cda', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51a0bb5-364a-4fb1-aaf1-6ade9bc12cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:17,633 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:17,634 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bc8e5e-43be-4fc3-b6de-b67038acfc6e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bc8e5e-43be-4fc3-b6de-b67038acfc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:18,694 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:18,695 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f5160e-69dc-4114-b522-a698b7c5af84', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f5160e-69dc-4114-b522-a698b7c5af84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043 fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:19,752 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:19,753 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619f763f-1dbc-423a-aea5-608ebc916f18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619f763f-1dbc-423a-aea5-608ebc916f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:20,811 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:20,812 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0aa0b3-052e-43cc-a1ef-76a112648ff6', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0aa0b3-052e-43cc-a1ef-76a112648ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-4 5ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:21,872 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:21,872 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540da28b-e658-4b41-82c1-63ec032f117a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540da28b-e658-4b41-82c1-63ec032f117a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:22,934 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:22,934 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f7955b-b4b4-4e10-8077-086a7f87bc1b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f7955b-b4b4-4e10-8077-086a7f87bc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:24,000 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:24,001 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465f46b9-67a5-479b-99ab-895e1b5e92d0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465f46b9-67a5-479b-99ab-895e1b5e92d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:25,075 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.060s 2025-01-23 19:25:25,075 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b65d3195-9267-44ba-9917-49ee66cacad0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b65d3195-9267-44ba-9917-49ee66cacad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a4419 2568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:26,132 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:26,132 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4151a2-d1d9-4993-9df3-0af2561d21ea', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4151a2-d1d9-4993-9df3-0af2561d21ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:27,200 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:27,201 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc9c834-552a-4603-aca1-0b13c4dbde4a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc9c834-552a-4603-aca1-0b13c4dbde4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/v olumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:28,261 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:28,262 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee20b41-09a1-4754-a860-dd9852f35ac7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee20b41-09a1-4754-a860-dd9852f35ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:29,322 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:29,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88c2294-ea76-4a5f-852a-52942060ac29', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88c2294-ea76-4a5f-852a-52942060ac29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f 2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:30,381 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:30,381 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e1d728-157e-48e0-9b0e-9870b3c3787e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e1d728-157e-48e0-9b0e-9870b3c3787e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:31,440 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:31,440 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f4c94b-27ce-4f63-9388-293dde1f81cd', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f4c94b-27ce-4f63-9388-293dde1f81cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:32,502 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:32,503 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c9ed03-3877-4df6-956a-835e783d782c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c9ed03-3877-4df6-956a-835e783d782c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:33,577 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:33,578 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849e931b-373c-459d-a4dd-d79c9954ba8b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849e931b-373c-459d-a4dd-d79c9954ba8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description ": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:34,643 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:34,644 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff56418-9680-4d92-8674-7e829ffe3751', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff56418-9680-4d92-8674-7e829ffe3751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:35,702 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:35,703 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2ead0f-4177-453c-b644-5b68e4a4ed5f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2ead0f-4177-453c-b644-5b68e4a4ed5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:2 4.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:36,795 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:25:36,796 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-442e43bf-21aa-4885-821b-b338e104990f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442e43bf-21aa-4885-821b-b338e104990f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:37,866 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:37,866 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80537132-4e7e-4705-9a1e-77892f31060c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80537132-4e7e-4705-9a1e-77892f31060c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone ": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:38,929 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:38,930 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34a2897-7723-4750-9464-9f8d9d68d1c4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34a2897-7723-4750-9464-9f8d9d68d1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:39,986 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:39,987 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e94c33b-1ce3-41de-88a2-e5221a44de8c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e94c33b-1ce3-41de-88a2-e5221a44de8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": " 043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:41,050 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:41,050 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a695ff0-5e26-4a3f-8e4a-baa234fef650', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a695ff0-5e26-4a3f-8e4a-baa234fef650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:42,113 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:42,114 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc6e03e-8f28-464b-944a-7cbd75493f96', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc6e03e-8f28-464b-944a-7cbd75493f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:43,178 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:43,178 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8838b535-73ba-4821-87ce-b39e911b7070', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8838b535-73ba-4821-87ce-b39e911b7070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:44,240 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:44,241 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30456f97-c524-4207-8f06-14242ed12692', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30456f97-c524-4207-8f06-14242ed126 92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:45,303 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:45,303 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02368b1e-3836-412b-a8d9-42faf26a9515', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02368b1e-3836-412b-a8d9-42faf26a9515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:46,367 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:46,368 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa6b93f-994a-4402-aada-9b8e0a1d9827', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-5aa6b93f-994a-4402-aada-9b8e0a1d9827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:47,428 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:47,428 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5cbe28-c247-4d19-a49a-f881d372fb7b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5cbe28-c247-4d19-a49a-f881d372fb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:48,487 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:48,487 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c057588-809d-4139-b7ab-51 b38abe0949', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c057588-809d-4139-b7ab-51b38abe0949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:49,542 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:25:49,542 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e9d714-b2b2-4f01-99de-3b6c3bc9a829', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e9d714-b2b2-4f01-99de-3b6c3bc9a829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:50,608 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:50,609 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-72bfaf46-ff6a-459c-87d0-6b86f1d5d004', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72bfaf46-ff6a-459c-87d0-6b86f1d5d004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:51,704 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.080s 2025-01-23 19:25:51,704 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c5ddd2-f1ae-48c1-85f9-fc73291707f3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c5ddd2-f1ae-48c1-85f9-fc73291707f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:52,762 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:52,763 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 23 Jan 2025 19:25:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b745602-9496-470b-894a-0a508546320c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b745602-9496-470b-894a-0a508546320c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:53,831 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.054s 2025-01-23 19:25:53,832 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4691d1-d510-4156-8fe4-100d02f6a8d7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4691d1-d510-4156-8fe4-100d02f6a8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:54,892 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:54,893 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55dbb45d-b2a7-4ace-9c76-a0db36ee78dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55dbb45d-b2a7-4ace-9c76-a0db36ee78dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:55,949 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:55,950 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee313300-fc23-4144-88e3-a910201109f3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee313300-fc23-4144-88e3-a910201109f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:57,006 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:57,006 86561 DEBUG [tempest .lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524c0420-960a-43ba-a2e6-1b0ef0c847a1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524c0420-960a-43ba-a2e6-1b0ef0c847a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:58,066 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:58,066 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4678ec7f-b4af-4854-8373-dfec13f350b0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4678ec7f-b4af-4854-8373-dfec13f350b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:59,132 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043 fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:59,133 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b410744-9e4f-411b-9020-1dbfe8b78d19', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b410744-9e4f-411b-9020-1dbfe8b78d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:00,207 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:00,207 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6925b15-646d-445e-a511-103d66479f04', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6925b15-646d-445e-a511-103d66479f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:01,271 86561 INFO [tempest.lib.common.rest_client] Request (Serv erStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:26:01,272 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162aa941-afdf-470e-8bb7-9173c5bcb2d3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162aa941-afdf-470e-8bb7-9173c5bcb2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:02,328 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:02,328 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80863db6-644d-409c-a5ec-10cb4bd76790', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80863db6-644d-409c-a5ec-10cb4bd76790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"} }' 2025-01-23 19:26:03,384 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:03,385 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5642a55-7467-4bf3-b466-c6a160c17b18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5642a55-7467-4bf3-b466-c6a160c17b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:04,445 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:04,446 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d25f8ff-2420-4acc-93ba-97cb48fa07b0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d25f8ff-2420-4acc-93ba-97cb48fa07b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23 T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:05,505 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:05,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fece50e-11f2-4f1a-b482-2c3f48978be1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fece50e-11f2-4f1a-b482-2c3f48978be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:06,562 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:26:06,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a926d5ef-9f7f-45ce-8026-20d27d3bc470', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a926d5ef-9f7f-45ce-8026-20d27d3bc470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652 -8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:07,622 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:07,622 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8772d1-272d-44c1-b2ac-7106c4ca93d8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8772d1-272d-44c1-b2ac-7106c4ca93d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:08,677 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:26:08,678 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8936d0-694f-49cc-9890-70c2af304273', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8936d0-694f-49cc-9890-70c2af304273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1 ", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:09,736 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:09,736 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8cc372-c451-4bd4-b773-61d8396fa912', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8cc372-c451-4bd4-b773-61d8396fa912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:10,796 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:10,796 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44295c2c-2c52-48ef-a8af-93115fd635c5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44295c2c-2c52-48ef-a8af-93115fd635c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd 6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:11,855 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:11,855 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377836fd-654b-423c-bcd0-369b5612d155', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377836fd-654b-423c-bcd0-369b5612d155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:12,914 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:12,915 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2099ba95-398c-4943-a149-3ba0fe94f6ef', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2099ba95-398c-4943-a149-3ba0fe94f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status" : null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:13,974 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:13,975 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e8fe83-f070-44e7-bb42-99dd0b11e2be', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e8fe83-f070-44e7-bb42-99dd0b11e2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:15,033 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:15,033 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43f8eaa-d136-4854-9f11-c6340af90bda', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43f8eaa-d136-4854-9f11-c6340af90bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215c df60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:16,135 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.086s 2025-01-23 19:26:16,135 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9a4846-33c8-462d-a435-c57df6227495', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9a4846-33c8-462d-a435-c57df6227495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:17,205 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:26:17,205 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca7badb-d4e2-4080-9632-f7e6be1f331d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca7badb-d4e2-4080-9632-f7e6be1f331d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http:/ /10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:18,297 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.075s 2025-01-23 19:26:18,297 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65448677-fd13-400c-9997-d9866195f0f0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65448677-fd13-400c-9997-d9866195f0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:19,355 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:19,355 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad5dc8e-10ea-4363-a532-1e6329dc1514', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad5dc8e-10ea-4363-a532-1e6329dc1514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volum e/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:20,415 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:20,415 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33722e9-d769-4f39-a5c6-980fe08ae1c2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33722e9-d769-4f39-a5c6-980fe08ae1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:21,475 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:21,475 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025d69eb-3359-41e4-b022-1b1a47059a7e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025d69eb-3359-41e4-b022-1b1a47059a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_ volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:22,531 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:22,532 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac45dc9f-965f-4c49-9079-b8c7fdaaf8c7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac45dc9f-965f-4c49-9079-b8c7fdaaf8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:23,590 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:23,590 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a374cc0d-45a7-49ad-8470-fc26697eca78', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a374cc0d-45a7-49ad-8470-fc26697eca78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-5180 57137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:24,647 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:24,648 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2949f1e9-7660-4d95-b403-a992e7e9d972', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2949f1e9-7660-4d95-b403-a992e7e9d972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:25,776 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.113s 2025-01-23 19:26:25,776 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86bbdc5-bc51-4136-a6c4-debfe2a09880', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86bbdc5-bc51-4136-a6c4-debfe2a09880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:26,835 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:26,835 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a6e09d-d670-4bcf-baa8-cee953146d47', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a6e09d-d670-4bcf-baa8-cee953146d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:27,922 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.071s 2025-01-23 19:26:27,922 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee889eb7-a023-4b33-b585-1f83cdc841a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee889eb7-a023-4b33-b585-1f83cdc841a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1 , "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:28,983 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:28,983 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc3cf05-d67a-4986-b398-ec8c684b93a2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc3cf05-d67a-4986-b398-ec8c684b93a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:30,041 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:30,041 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588596e8-54e2-462e-a4a5-ec350bd10005', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588596e8-54e2-462e-a4a5-ec350bd10005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b '{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:31,099 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:31,099 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9535be12-989e-433d-9c2a-9c23dfec5e22', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9535be12-989e-433d-9c2a-9c23dfec5e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:32,165 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:26:32,165 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bb35eb-e4db-448b-b583-17cbabed4114', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bb35eb-e4db-448b-b583-17cbabed4114', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:33,226 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:33,227 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36171b1e-e326-4057-be0a-e4e798de3b72', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36171b1e-e326-4057-be0a-e4e798de3b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:34,297 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:34,298 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa44564-cab7-4b03-947f-708de287d692', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa44564-cab7- 4b03-947f-708de287d692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:35,358 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:35,358 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5a5c23-7d26-4fb9-a219-414d879b686e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5a5c23-7d26-4fb9-a219-414d879b686e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:36,421 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:26:36,422 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24664a0c-08af-4b81-8dcc-46fc439e311d', 'content-length': '1144', 'openstack-api-version': 'vol ume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24664a0c-08af-4b81-8dcc-46fc439e311d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' {8} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [200.969185s] ... ok {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [594.081467s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.436663s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.575383s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.239246s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.139263s] ... ok {3} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {8} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.601518s] ... ok {8} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.216500s] ... ok {8} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.226753s] ... ok {8} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.051427s] ... ok {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [110.364215s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.033854s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.068626s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.045355s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.089941s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.043426s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.045104s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.026812s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.040242s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.041843s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.414954s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.040765s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.198519s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.110385s] ... ok ============================== Failed 1 tests - output below: ============================== tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 583, in _detach_volume self.servers_client.detach_volume(server['id'], volume['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 484, in detach_volume resp, body = self.delete('servers/%s/os-volume_attachments/%s' % File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'code': 409, 'message': "Cannot 'detach_volume' instance fd9f7a21-23f1-4652-8aae-6f38c709a5ba while it is in vm_state rescued"} Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 453, in wait_for_volume_attachment_remove_from_server time.sleep(client.build_interval) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 043fd6f2-79b9-411f-a853-45ec088a65c0 failed to reach available status (current in-use) within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-23 19:03:20,505 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.412s 2025-01-23 19:03:20,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-518057137"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b6f336-08de-49fa-a8c4-9eb079425bda', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b6f336-08de-49fa-a8c4-9eb079425bda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.436575", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-01-23 19:03:20,518 86561 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-01-23 19:03:20,574 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2025-01-23 19:03:20,574 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1698663650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg=="}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18dbf0bd-e640-461a-9761-09a5efda6ca5', 'x-compute-request-id': 'req-18dbf0bd-e640-461a-9761-09a5efda6ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1698663650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg==", "fingerprint": "9c:79:8a:1a:79:37:a9:31:1c:81:cb:e1:e7:01:2f:62", "user_id": "e035215cdf60426cac2cad8a44192568"}}' 2025-01-23 19:03:20,577 86561 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1698663650 created 2025-01-23 19:03:20,813 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.236s 2025-01-23 19:03:20,814 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--473369221", "description": "tempest-description--1672824408"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-97abbb35-8af3-4037-b075-d6b2641383d7', 'date': 'Thu, 23 Jan 2025 19:03:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "name": "tempest-securitygroup--473369221", "stateful": true, "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "description": "tempest-description--1672824408", "shared": false, "security_group_rules": [{"id": "ce7c8d36-4776-48a2-9031-68a614561ac2", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1233, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}, {"id": "df43cce6-8bd0-4caa-ac13-e94414d397af", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 1, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:03:21,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2025-01-23 19:03:21,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-821cd834-483d-452a-9845-a3f03f27fcec', 'date': 'Thu, 23 Jan 2025 19:03:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32eb2da5-bdd3-4471-8569-c89a2c664d3b", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-01-23T19:03:20Z", "updated_at": "2025-01-23T19:03:20Z", "revision_number": 0}}' 2025-01-23 19:03:21,242 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2025-01-23 19:03:21,243 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c7d2c8c6-6858-40d7-8ed9-5f7aa99c88ff', 'date': 'Thu, 23 Jan 2025 19:03:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c78daf2-c23e-46c6-b79d-c1d292a2a087", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "security_group_id": "7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:03:21Z", "revision_number": 0}}' 2025-01-23 19:03:21,243 86561 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--473369221 created 2025-01-23 19:03:22,036 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.792s 2025-01-23 19:03:22,036 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8f311fc7-22bb-460f-a3ff-a8199e2ef133', 'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8b6ca73541d44c8c876fb27f25ac5707", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:03:21Z", "revision_number": 0}}' 2025-01-23 19:03:22,037 86561 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1314fe88-bc13-4f73-941b-43fb8749ae13', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '399a1b35-574c-49da-9f1b-5764f81c485b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-01-23T19:03:21Z', 'updated_at': '2025-01-23T19:03:21Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2025-01-23 19:03:22,092 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.049s 2025-01-23 19:03:22,094 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2508', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aa5cfbd3- 14eb-4e8b-97dd-77bf99879512', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e035215cdf60426cac2cad8a44192568", "name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "password_expires_at": null}, "audit_ids": ["eBathr6jRBO4NH7d8yXCqQ"], "expires_at": "2025-01-23T20:03:22.000000Z", "issued_at": "2025-01-23T19:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b6ca73541d44c8c876fb27f25ac5707", "name": "tempest-ServerStableDeviceRescueTest-831666642"}, "is_domain": false, "roles": [{"id": "2b165c2054d3404ab9bf809a99f9b91e", "name": "member"}, {"id": "ccf603f5fca24e5fbfca9b71a3e9e48a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9577f171183e484fb52b4d61026800cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "00c91d072b4a42c89d947cc7a0d80df1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "587c8bc641f34839a145b72cf3c3027f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8b6ca73541d44c8c876fb27f25ac5707", "region": "RegionOne"}], "id": "488c86ee9f8f44faa06377929fa33742", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "381ba85f4a8348f1a01c89b95c84276d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "5780e7c66d1a454cb08790e9549963d5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a5c58074e894732bd97b2e9d0717312", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "6810c72171f546529b3c4084c023abc9", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2817ced5c2034963b6dea50df12dc3fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "af4706af14f3421a89d975775b84f660", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4d6058ea4e14a00bf51fc3b8052ad30", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c45a13f70fc441a9a11381f22e1dd584", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c65b94f87f5b46dfb314fb530b5da135", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "f2d279c1291041adb8ee65e6d2f1cd43", "type": "network", "name": "neutron"}]}}' 2025-01-23 19:03:22,094 86561 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '47a5828c-1362-43a1-a8ee-ebf002f0a325', 'name': 'tempest-ServerStableDeviceRescueTest-1250065157-network', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55381, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-01-23T19:03:12Z', 'updated_at': '2025-01-23T19:03:12Z', 'revision_number': 1} available for tenant 2025-01-23 19:03:22,095 86561 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1698663650', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlfO7uP+dn0/mnrKXa8706GgFREIkhT2hTrbDyPWCwqTZu+kVRlj3HrcSVkjBs2RCR3RiJ9IZmeBDAd9efAmsI6L7b+oc6AqkSgjpwuggwmGlFRRIDwTaCIR0GRNdctTg==', 'fingerprint': '9c:79:8a:1a:79:37:a9:31:1c:81:cb:e1:e7:01:2f:62', 'user_id': 'e035215cdf60426cac2cad8a44192568', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAbdozKe0D8KALSXoGJP7d7sq2TVBW9aN5b9kCvwYpu4b9aVrxNI3H4\n2F6zNjBzYRygBwYFK4EEACKhZANiAATZXzu7j/nZ9P5p6yl2vO9OhoBURCJIU9oU\n62w8j1gsKk2bvpFUZY9x63ElZIwbNkQkd0YifSGZngQwHfXnwJrCOi+2/qHOgKpE\noI6cLoIMJhpRUUSA8E2giEdBkTXXLU4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'name': 'tempest-securitygroup--473369221', 'stateful': True, 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': 'tempest-description--1672824408', 'shared': False, 'security_group_rules': [{'id': 'ce7c8d36-4776-48a2-9031-68a614561ac2', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'security_group_id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1233, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 0}, {'id': 'df43cce6-8bd0-4caa-ac13-e94414d397af', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'security_group_id': '7ea5967c-1c75-4e0a-b0f7-e2ae01fc6d31', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-01-23T19:03:20Z', 'updated_at': '2025-01-23T19:03:20Z', 'revision_number': 1, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707'}, 'floating_ip': {'id': '1314fe88-bc13-4f73-941b-43fb8749ae13', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '399a1b35-574c-49da-9f1b-5764f81c485b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-01-23T19:03:21Z', 'updated_at': '2025-01-23T19:03:21Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2025-01-23 19:03:22,638 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.542s 2025-01-23 19:03:22,639 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-141601036", "imageRef": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "flavorRef": "1", "networks": [{"uuid": "47a5828c-1362-43a1-a8ee-ebf002f0a325"}], "security_groups": [{"name": "tempest-securitygroup--473369221"}], "key_name": "tempest-keypair-1698663650", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e51b702-bd07-453e-bb73-7264ecc0a53c', 'x-compute-request-id': 'req-4e51b702-bd07-453e-bb73-7264ecc0a53c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba" , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--473369221"}], "adminPass": "Bp59TtQH5Kpm"}}' 2025-01-23 19:03:22,722 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.080s 2025-01-23 19:03:22,722 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e3b17f-6bc1-4cd9-a202-6dab56a7ac57', 'x-compute-request-id': 'req-61e3b17f-6bc1-4cd9-a202-6dab56a7ac57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "BUILD", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:23Z", "updated": "2025-01-23T19:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:04:13,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.274s 2025-01-23 19:04:13,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb78417-096e-48e4-ac04-7c28a03d23ed', 'x-compute-request-id': 'req-bfb78417-096e-48e4-ac04-7c28a03d23ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee5 22", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:03:38Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:04:13,078 86561 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-01-23 19:05:13,320 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface 0.184s 2025-01-23 19:05:13,321 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-558b8758-a61f-4c87-9693-321d9c4fc123', 'x-compute-request-id': 'req-558b8758-a61f-4c87-9693-321d9c4fc123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "mac_addr": "fa:16:3e:66:f3:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5d23a51e-c49a-47d8-806c-a0bccd5474e8", "ip_address": "10.0.0.3"}]}]}' 2025-01-23 19:05:14,184 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13 0.859s 2025-01-23 19:05:14,185 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-0f9cab62-485d-4f88-81eb-2b579ae20de2', 'date': 'Thu, 23 Jan 2025 19:05:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": "a9f7e7ef-fdd8-4fb2-95c5-eb6c4856a9a7", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "mac_address": "fa:16:3e:66:f3: 56", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:05:13Z", "revision_number": 1, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:05:14,188 86561 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2025-01-23 19:05:14,213 86561 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-01-23 19:05:14,347 86561 INFO [paramiko.transport] Authentication (publickey) successful! 2025-01-23 19:05:14,348 86561 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2025-01-23 19:05:15,198 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.850s 2025-01-23 19:05:15,199 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1415435652"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c99eee65-441e-4471-adac-53dacaab15fc', 'x-compute-request-id': 'req-c99eee65-441e-4471-adac-53dacaab15fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'' 2025-01-23 19:05:15,291 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.088s 2025-01-23 19:05:15,291 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:05:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9becb7fa-7270-49ba-b338-4dbf54907301', 'x-compute-request-id': 'req-9becb7fa-7270-49ba-b338-4dbf54907301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:15Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0 , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:05,854 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.509s 2025-01-23 19:06:05,855 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-535f7f19-39b5-4dcf-8be6-9de254464da5', 'x-compute-request-id': 'req-535f7f19-39b5-4dcf-8be6-9de254464da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:05,940 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.079s 2025-01-23 19:06:05,941 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2 .1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-793a530a-9046-4922-b0a7-3dba42c05010', 'x-compute-request-id': 'req-793a530a-9046-4922-b0a7-3dba42c05010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"image": {"id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568"}, "created": "2025-01-23T19:05:15Z", "updated": "2025-01-23T19:05:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}], "server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}]}}}' 2025-01-23 19:06:06,291 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.343s 2025-01-23 19:06:06,291 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d4cda8-766f-47a9-b2b0-9cdbb685cc5d', 'x-compute-request-id': 'req-47d4cda8-766f-47a9-b2b0-9cdbb685cc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:05:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type ": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:07:06,523 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.175s 2025-01-23 19:07:06,524 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-063fa72e-a082-4f03-ae3b-8abdcb7e7569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "34e079582e960dd5920e01febcdc95e8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8b6ca73541d44c8c876fb27f25ac5707", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5633071732bfb075831664ba858257362ff8ca21555b6b84f7d5d759e6eed2473b5f534529a3b9117413cf24b0107beda062ed1d930a9881002dab8cb20f3247", "id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "created_at": "2025-01-23T19:05:15Z", "updated_at": "2025-01-23T19:07:06Z", "tags": [], "self": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "file": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c/file", "schema": "/v2/schemas/image"}' 2025-01-23 19:07:06,702 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c 0.178s 2025-01-23 19:07:06,703 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aa6ce317-6fb4-4b4f-ad41-a0725c128ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c'} Body: b'{"base_image_ref": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "owner_id": "8b6ca73541d44c8c876fb27f25ac5707", "owner_project_name": "tempest-ServerStableDeviceRescueTest-831666642", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "user_id": "e035215cdf60426cac2cad8a44192568", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1415435652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "34e079582e960dd5920e01febcdc95e8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8b6ca73541d44c8c876fb27f25ac5707", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5633071732bfb075831664ba858257362ff8ca21555b6b84f7d5d759e6eed2473b5f534529a3b9117413cf24b0107beda062ed1d930a9881002dab8cb20f3247", "id": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "created_at": "2025-01-23T19:05:15Z", "updated_at": "2025-01-23T19:07:07Z", "tags": [], "self": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c", "file": "/v2/images/0f4c56b7-9872-45ac-bc4b-ba7f2119505c/file", "schema": "/v2/schemas/image"}' 2025-01-23 19:07:06,940 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.236s 2025-01-23 19:07:06,940 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727fe28b-cf86-4c73-a2a4-6c2fe32f22c6', 'x-compute-request-id': 'req-727fe28b-cf86-4c73-a2a4-6c2fe32f22c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:05:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress" : 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-01-23 19:07:06,998 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:07:06,999 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32872628-5b88-42d9-8cd5-0fab28014262', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32872628-5b88-42d9-8cd5-0fab28014262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:03:28.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:07,012 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached available after waiting for 0.012311 seconds 2025-01-23 19:07:09,377 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 2.365s 2025-01-23 19:07:09,378 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec0aad66-c918-4867-9c74-ffe932994383', 'x-compute-request-id': 'req-ec0aad66-c918-4867-9c74-ffe932994383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "device": "/dev/vdb"}}' 2025-01-23 19:07:09,440 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.060s 2025-01-23 19:07:09,441 86561 DEBUG [tempest.lib.co mmon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b210641b-bad0-4bac-a824-1ccaa4cd49e9', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b210641b-bad0-4bac-a824-1ccaa4cd49e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:10,525 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.070s 2025-01-23 19:07:10,525 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da0de7e-9632-438b-89ad-6619f336fff6', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da0de7e-9632-438b-89ad-6619f336fff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:11,583 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:07:11,583 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93480dd9-f298-4c9d-be55-c138db704bfc', 'content-length': '851', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93480dd9-f298-4c9d-be55-c138db704bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:12,642 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:12,643 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318fc79d-5a97-4f0c-a270-d8ececa35232', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318fc79d-5a97-4f0c-a270-d8ececa35232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:13,716 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:13,716 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3464cb5-ac15-47e7-8c3a-3d6fc4b69d84', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3464cb5-ac15-47e7-8c3a-3d6fc4b69d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01- 23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:14,779 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:07:14,779 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ead756-44e0-4baa-b3b8-40537cb279d7', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ead756-44e0-4baa-b3b8-40537cb279d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:15,988 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.191s 2025-01-23 19:07:15,989 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2793af7-b23c-40f6-bc06-1fe0554bb57a', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2793af7-b23c-40f6-bc06-1fe0554bb57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volum es/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:17,048 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:17,049 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6708ed96-a8c2-42f6-9da9-13725b5b3fa6', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6708ed96-a8c2-42f6-9da9-13725b5b3fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:18,110 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:07:18,111 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbcfbac-a78b-4c83-ab02-207029fd118c', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbcfbac-a78b-4c83-ab02-207029fd118c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:09.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:19,208 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest: test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.067s 2025-01-23 19:07:19,208 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba1c1bb-54e7-41ec-ae69-a1c521838fef', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba1c1bb-54e7-41ec-ae69-a1c521838fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:20,269 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:07:20,269 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e898ab-c669-4ffd-af40-73a3f74f0b96', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e898ab-c669-4ffd-af40-73a3f74f0b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:21,370 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.086s 2025-01-23 19:07:21,370 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19 :07:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d9dc61-d946-4821-a4c1-857cc2424360', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d9dc61-d946-4821-a4c1-857cc2424360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:22,496 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.111s 2025-01-23 19:07:22,497 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc61ef3-8be6-4817-b29e-eac2492ee0cc', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc61ef3-8be6-4817-b29e-eac2492ee0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:23,567 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:07:23,567 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8bcb55-16bd-4c1e-af36-7d82eb02efa4', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8bcb55-16bd-4c1e-af36-7d82eb02efa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3 /volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:19.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,626 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:07:24,627 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9099411-e898-4df7-8350-cc3c3bb38618', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9099411-e898-4df7-8350-cc3c3bb38618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,640 86561 INFO [tempest.common.waiters] Attachment 7862b48e-ecd7-4d0c-8559-1566979556e1 created for volume 043fd6f2-79b9-411f-a853-45ec088a65c0 to server fd9f7a21-23f1-4652-8aae-6f38c709a5ba after waiting for 15.640036 seconds 2025-01-23 19:07:24,689 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:07:24,689 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8afe5dd-e523-4cdb-84ee-31cf0f53b18e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-e8afe5dd-e523-4cdb-84ee-31cf0f53b18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,702 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached in-use after waiting for 0.702562 seconds 2025-01-23 19:07:24,749 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:07:24,750 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e16fc45-f229-4c41-a462-916adfc02d72', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e16fc45-f229-4c41-a462-916adfc02d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:07:24,764 86561 INFO [tempest.common.waiters] volume 043fd6f2-79b9-411f-a853-45ec088a65c0 reached in-use after waiting for 0.764416 seconds 2025-01-23 19:07:24,972 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.208s 2025-01-23 19:07:24,973 86 561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"rescue": {"rescue_image_ref": "0f4c56b7-9872-45ac-bc4b-ba7f2119505c"}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '29', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fb12d78-61bc-455b-a4d7-359962f1f445', 'x-compute-request-id': 'req-0fb12d78-61bc-455b-a4d7-359962f1f445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'{"adminPass": "6yn4bUrnz7Ej"}' 2025-01-23 19:07:25,219 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.245s 2025-01-23 19:07:25,220 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e41497-1c8d-40dd-9d17-f40f458c0e9b', 'x-compute-request-id': 'req-69e41497-1c8d-40dd-9d17-f40f458c0e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "ACTIVE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:07:25Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0"}]}}' 2025-01-23 19:08:15,473 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba 0.210s 2025-01-23 19:08:15,474 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1700', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9437c779-8127-4b2e-a374-f9b26be5d2c8', 'x-compute-request-id': 'req-9437c779-8127-4b2e-a374-f9b26be5d2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba'} Body: b'{"server": {"id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "name": "tempest-ServerStableDeviceRescueTest-server-141601036", "status": "RESCUE", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "user_id": "e035215cdf60426cac2cad8a44192568", "metadata": {}, "hostId": "60f4ca38b036970b4aefcfa176265b70c791fd1af6f6aacfec605251", "image": {"id": "f67f6ca5-dc9d-480b-8cc8-ba577e6ee522", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f67f6ca5-dc9d-480b-8cc8-ba577e6ee522"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-01-23T19:03:22Z", "updated": "2025-01-23T19:07:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1250065157-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:f3:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1698663650", "OS-SRV-USG:launched_at": "2025-01-23T19:07:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--473369221"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0"}]}}' 2025-01-23 19:08:15,488 86561 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 50 second wait 2025-01-23 19:09:15,716 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action 0.179s 2025-01-23 19:09:15,717 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"unrescue": {}} Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5381f0-7696-4c77-8d80-b9993c6e6bb6', 'x-compute-request-id': 'req-1e5381f0-7696-4c77-8d80-b9993c6e6bb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/action'} Body: b'' 2025-01-23 19:09:15,769 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2025-01-23 19:09:15,770 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-ty pe': 'application/json', 'content-length': '2508', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83930acc-edb7-4a3f-b1c6-4e2d2f70ff4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e035215cdf60426cac2cad8a44192568", "name": "tempest-ServerStableDeviceRescueTest-831666642-project-member", "password_expires_at": null}, "audit_ids": ["QM-3OZDWTwClLeEEQ1En2w"], "expires_at": "2025-01-23T20:09:15.000000Z", "issued_at": "2025-01-23T19:09:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b6ca73541d44c8c876fb27f25ac5707", "name": "tempest-ServerStableDeviceRescueTest-831666642"}, "is_domain": false, "roles": [{"id": "2b165c2054d3404ab9bf809a99f9b91e", "name": "member"}, {"id": "ccf603f5fca24e5fbfca9b71a3e9e48a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9577f171183e484fb52b4d61026800cc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "00c91d072b4a42c89d947cc7a0d80df1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "587c8bc641f34839a145b72cf3c3027f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8b6ca73541d44c8c876fb27f25ac5707", "region": "RegionOne"}], "id": "488c86ee9f8f44faa06377929fa33742", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "381ba85f4a8348f1a01c89b95c84276d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "5780e7c66d1a454cb08790e9549963d5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a5c58074e894732bd97b2e9d0717312", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "6810c72171f546529b3c4084c023abc9", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2817ced5c2034963b6dea50df12dc3fb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "af4706af14f3421a89d975775b84f660", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e4d6058ea4e14a00bf51fc3b8052ad30", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c45a13f70fc441a9a11381f22e1dd584", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c65b94f87f5b46dfb314fb530b5da135", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "f2d279c1291041adb8ee65e6d2f1cd43", "type": "network", "name": "neutron"}]}}' 2025-01-23 19:09:15,770 86561 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '47a5828c-1362-43a1-a8ee-ebf002f0a325', 'name': 'tempest-ServerStableDeviceRescueTest-1250065157-network', 'tenant_id': '8b6ca73541d44c8c876fb27f25ac5707', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8b6ca73541d44c8c876fb27f25ac5707', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55381, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-01-23T19:03:12Z', 'updated_at': '2025-01-23T19:03:12Z', 'revision_number': 1} available for tenant 2025-01-23 19:09:15,956 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface 0.185s 2025-01-23 19:09:15,956 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5ec5a8-ced3-4817-a67b-2acbc4e3bb1b', 'x-compute-request-id': 'req-ce5ec5a8-ced3-4817-a67b-2acbc4e3bb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "mac_addr": "fa:16:3e:66:f3:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5d23a51e-c49a-47d8-806c-a0bccd5474e8", "ip_address": "10.0.0.3"}]}]}' 2025-01-23 19:09:16,990 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13 1.030s 2025-01-23 19:09:16,991 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d8f04ce2-cba9-4b0a-a0bb-cfee510ab6b3', 'date': 'Thu, 23 Jan 2025 19:09:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1314fe88-bc13-4f73-941b-43fb8749ae13'} Body: b'{"floatingip": {"id": "1314fe88-bc13-4f73-941b-43fb8749ae13", "tenant_id": "8b6ca73541d44c8c876fb27f25ac5707", "floating_ip_address": "172.24.4.54", "floating_network_id": "399a1b35-574c-49da-9f1b-5764f81c485b", "router_id": "a9f7e7ef-fdd8-4fb2-95c5-eb6c4856a9a7", "port_id": "799ff449-dd8c-4f7f-9e8c-054645c06632", "fixed_ip_address": "10.0.0.3", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "47a5828c-1362-43a1-a8ee-ebf002f0a325", "mac_address": "fa:16:3e:66:f3:56", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-01-23T19:03:21Z", "updated_at": "2025-01-23T19:09:16Z", "revision_number": 3, "project_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:09:16,992 86561 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2025-01-23 19:09:17,000 86561 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-01-23 19:09:17,146 86561 INFO [paramiko.transport] Authentication (publickey) successful! 2025-01-23 19:09:17,146 86561 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2025-01-23 19:09:17,200 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:09:17,200 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed2624b-b761-4365-afb0-4ac33e12656d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed2624b-b761-4365-afb0-4ac33e12656d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/v olumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:09:17,316 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 409 DELETE http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments/043fd6f2-79b9-411f-a853-45ec088a65c0 0.103s 2025-01-23 19:09:17,317 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-98b9e5c8-b0ea-420c-b2e1-8af8d5ef0196', 'x-compute-request-id': 'req-98b9e5c8-b0ea-420c-b2e1-8af8d5ef0196', 'connection': 'close', 'status': '409', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance fd9f7a21-23f1-4652-8aae-6f38c709a5ba while it is in vm_state rescued"}}' 2025-01-23 19:09:17,377 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.058s 2025-01-23 19:09:17,377 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c5d600a-01a5-4bc5-9c42-26a564af072f', 'x-compute-request-id': 'req-8c5d600a-01a5-4bc5-9c42-26a564af072f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:10:07,515 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.085s 2025-01-23 19:10:07,515 86561 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:10:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15936073-2a0c-45d0-b3d2-5d59d8ed6ea3', 'x-compute-request-id': 'req-15936073-2a0c-45d0-b3d2-5d59d8ed6ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:10:57,620 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.051s 2025-01-23 19:10:57,620 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77f55b66-6477-41bc-9f06-9ad4c1ec3847', 'x-compute-request-id': 'req-77f55b66-6477-41bc-9f06-9ad4c1ec3847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:11:47,709 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.054s 2025-01-23 19:11:47,710 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67390d3c-161e-44b9-8b84-1c3e059c3acf', 'x-compute-request-id': 'req-67390d3c-161e-44b9-8b84-1c3e059c3acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:12:37,808 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.053s 2025-01-23 19:12:37,808 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:12:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352be9ff-90ff-47fe-bff8-79134729cfcd', 'x-compute-request-id': 'req-352be9ff-90ff-47fe-bff8-79134729cfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:13:27,909 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.049s 2025-01-23 19:13:27,910 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20421543-b896-4863-8167-1be888d1a479', 'x-compute-request-id': 'req-20421543-b896-4863-8167-1be888d1a479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:14:18,149 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.187s 2025-01-23 19:14:18,150 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:14:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4018a561-65b8-4aa5-9145-84443c063d37', 'x-compute-request-id': 'req-4018a561-65b8-4aa5-9145-84443c063d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:15:08,211 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.053s 2025-01-23 19:15:08,212 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:15:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25882af9-4130-4b23-8ec3-2ff3a86437de', 'x-compute-request-id': 'req-25882af9-4130-4b23-8ec3-2ff3a86437de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:15:58,323 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.083s 2025-01-23 19:15:58,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8924108-fc1b-429d-9333-5f372da8dbde', 'x-compute-request-id': 'req-d8924108-fc1b-429d-9333-5f372da8dbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:16:48,414 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.056s 2025-01-23 19:16:48,415 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:16:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568ecf51-5857-43e6-bdfa-3a0a224cc277', 'x-compute-request-id': 'req-568ecf51-5857-43e6-bdfa-3a0a224cc277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:17:38,504 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.051s 2025-01-23 19:17:38,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:17:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e971a1a-a22d-46b3-a4f7-c9d7c0f38297', 'x-compute-request-id': 'req-6e971a1a-a22d-46b3-a4f7-c9d7c0f38297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5b a", "device": "/dev/vdb"}]}' 2025-01-23 19:18:28,615 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.065s 2025-01-23 19:18:28,616 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee8d2dd-b4b7-47bb-98f7-8d479b488e0e', 'x-compute-request-id': 'req-cee8d2dd-b4b7-47bb-98f7-8d479b488e0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:19:18,937 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.277s 2025-01-23 19:19:18,937 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a38527-f32e-4ded-b332-c27898268503', 'x-compute-request-id': 'req-94a38527-f32e-4ded-b332-c27898268503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:20:09,069 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.079s 2025-01-23 19:20:09,069 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-505619a5-6cf2-408c-99ee-aa9ce082596d', 'x-compute-request-id': 'req-505619a5-6cf2-408c-99ee-aa9ce082596d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:20:59,187 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.065s 2025-01-23 19:20:59,188 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2861e5c4-f4fe-4d89-9594-af8cb3f52fbd', 'x-compute-request-id': 'req-2861e5c4-f4fe-4d89-9594-af8cb3f52fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:21:49,275 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.059s 2025-01-23 19:21:49,275 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58ac43bb-51a0-47fe-8edf-31b4ad9f9fc3', 'x-compute-request-id': 'req-58ac43bb-51a0-47fe-8edf-31b4ad9f9fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:22:39,429 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments 0.101s 2025-01-23 19:22:39,430 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22298055-8fbd-46ba-b967-5840b402cd9c', 'x-compute-request-id': 'req-22298055-8fbd-46ba-b967-5840b402cd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd9f7a21-23f1-4652-8aae-6f38c709a5ba/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "volumeId": "043fd6f2-79b9-411f-a853-45ec088a65c0", "serverId": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "device": "/dev/vdb"}]}' 2025-01-23 19:23:20,146 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:23:20,147 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-d3b4c489-269a-4df5-b719-45dbfed7a97b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b4c489-269a-4df5-b719-45dbfed7a97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:21,205 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:21,205 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa84ba8-5a02-4230-aa59-2d3cedca85a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa84ba8-5a02-4230-aa59-2d3cedca85a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:22,261 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:22,261 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:22 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a9f680-ec41-4efe-9ef4-b8ad7cef0de2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a9f680-ec41-4efe-9ef4-b8ad7cef0de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:23,321 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:23:23,322 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82ab39e-b667-4a90-9da0-72bed02c39e7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82ab39e-b667-4a90-9da0-72bed02c39e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:24,379 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:24,379 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3476ce-6138-4c73-b885-670e127fd019', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3476ce-6138-4c73-b885-670e127fd019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:25,465 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.071s 2025-01-23 19:23:25,465 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201b8a0c-b48c-4cc3-928e-6aab7757986c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201b8a0c-b48c-4cc3-928e-6aab7757986c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:26,524 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:26,524 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65e7bd6-d932-4db9-9226-7a23519e691a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65e7bd6-d932-4db9-9226-7a23519e691a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:27,645 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.106s 2025-01-23 19:23:27,646 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f4eae0-de76-405e-b9fd-b1e266164715', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f4eae0-de76-405e-b9fd-b1e266164715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:28,706 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:28 ,706 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2c1a5f-1339-455f-a6bb-b26e417e1e92', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2c1a5f-1339-455f-a6bb-b26e417e1e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:29,766 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:29,766 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa95c751-e504-4176-913b-d66cd0017909', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa95c751-e504-4176-913b-d66cd0017909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:30,836 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0 .0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.055s 2025-01-23 19:23:30,836 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e8da69-ad7a-4242-b8c6-284ea4a0daed', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e8da69-ad7a-4242-b8c6-284ea4a0daed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:31,893 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:31,893 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce67fcb0-6144-4d9f-beb2-a28bf143c66c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce67fcb0-6144-4d9f-beb2-a28bf143c66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:32,951 86561 INFO [tempest.lib.commo n.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:32,951 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e53550-1e65-4193-9ea9-0a4863c7b91e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e53550-1e65-4193-9ea9-0a4863c7b91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:34,011 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:34,012 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b175302-a9cb-4b3e-9127-dfe8e5daacc2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b175302-a9cb-4b3e-9127-dfe8e5daacc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca7 3541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:35,071 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:23:35,072 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16030bda-a547-493d-931b-88083ae025c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16030bda-a547-493d-931b-88083ae025c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:36,131 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:23:36,131 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4783d7d6-d165-47c4-a5c5-45bc974f813c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4783d7d6-d165-47c4-a5c5-45bc974f813c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb" , "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:37,193 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:23:37,194 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df63bde9-e336-4be0-890d-9be0e7de616e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df63bde9-e336-4be0-890d-9be0e7de616e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:38,259 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:23:38,260 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd8e471-a08b-4ca0-b5c6-b9465f1e39b7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd8e471-a08b-4ca0-b5c6-b9465f1e39b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "ser ver_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:39,319 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:39,319 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8092fb-de5b-4e9a-a7f7-dcf945e66cf3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8092fb-de5b-4e9a-a7f7-dcf945e66cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:40,388 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.054s 2025-01-23 19:23:40,388 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab49eaed-f534-4030-8114-3e537b124b55', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab49eaed-f534-4030-8114-3e537b124b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e -ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:41,444 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:41,445 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e620addd-23e5-4531-8d67-50182774c47e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e620addd-23e5-4531-8d67-50182774c47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:42,504 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:42,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79036533-5059-48cc-a978-b3bf076a088d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79036533-5059-48cc-a978-b3bf076a088d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, " attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:43,562 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:43,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a209f8a-5145-4ded-b2da-3d1debe4df4b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a209f8a-5145-4ded-b2da-3d1debe4df4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:44,618 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:23:44,619 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32deb37-233f-43e9-8b15-b1540c806cd7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32deb37-233f-43e9-8b15-b1540c806cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:45,684 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:23:45,685 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0e5963-51bb-463c-b0e1-979b35ea59fa', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0e5963-51bb-463c-b0e1-979b35ea59fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:46,742 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:46,742 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e2a1eb-378c-4f11-8d12-8e2d2f0d29db', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e2a1eb-378c-4f11-8d12-8e2d2f0d29db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a6 5c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:47,802 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:23:47,802 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb5fab64-aea4-46d7-90ad-e75fd8edbf78', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb5fab64-aea4-46d7-90ad-e75fd8edbf78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:48,860 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:48,860 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674471c2-a24a-4229-b7df-1b450629432a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674471c2-a24a-4229-b7df-1b450629432a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:49,936 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.061s 2025-01-23 19:23:49,937 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5611fc-432d-4df1-bc9e-6dadf6990a64', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5611fc-432d-4df1-bc9e-6dadf6990a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:51,023 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:23:51,026 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d1301ab-0a67-4233-a37e-841081114c3b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d1301ab-0a67-4233-a37e-841081114c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hre f": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:52,099 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.057s 2025-01-23 19:23:52,099 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7893ed40-8cab-4da8-bbd1-18972288a670', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7893ed40-8cab-4da8-bbd1-18972288a670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:53,156 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:53,156 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb265db3-f332-4e95-acd8-496680468e04', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb265db3-f332-4e95-acd8-496680468e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:54,216 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:23:54,217 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e51abb4-aecd-48c2-be35-3d08e673b0c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e51abb4-aecd-48c2-be35-3d08e673b0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:55,306 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:23:55,307 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d741834e-d2b6-4ade-99cd-a9e7a5e7b108', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d741834e-d2b6-4ade-99cd-a9e7a5e7b108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStable DeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:56,364 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:23:56,364 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c550a88c-6eca-4f44-819d-f177030c4753', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c550a88c-6eca-4f44-819d-f177030c4753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:57,453 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:23:57,453 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11792284-1d87-4880-b9d9-4f487f9fdd18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11792284-1d87-4880-b9d9-4f487f9fdd18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19: 03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:58,561 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.093s 2025-01-23 19:23:58,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee80f95-ada4-4fc2-962a-62a94acf162e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee80f95-ada4-4fc2-962a-62a94acf162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:23:59,642 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:23:59,643 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ad82d7-f4fe-4cd5-80c6-4424a7623bbe', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ad82d7-f4fe-4cd5-80c6-4424a7623bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", " status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:00,711 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:24:00,711 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6828d99b-4d6e-4c8e-8edc-8496fd159480', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6828d99b-4d6e-4c8e-8edc-8496fd159480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:01,815 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.089s 2025-01-23 19:24:01,816 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b98a66c-aa95-488a-b5ec-593b4be42d4f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b98a66c-aa95-488a-b5ec-593b4be42d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45 ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:02,896 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.065s 2025-01-23 19:24:02,897 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78889e40-832c-475d-9acc-c5a4c3568387', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78889e40-832c-475d-9acc-c5a4c3568387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:03,958 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:03,959 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-166b4151-ebfa-45a5-a7ad-4ddfbf2bee8b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-166b4151-ebfa-45a5-a7ad-4ddfbf2bee8b', 'connection': 'close', 'status': '2 00', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:05,015 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:05,016 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb1c739-83b0-47d5-87dd-6c2c86428df9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb1c739-83b0-47d5-87dd-6c2c86428df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:06,076 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:06,076 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e064b6-ad62-430c-b141-7b56aca545cb', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-71e064b6-ad62-430c-b141-7b56aca545cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:07,137 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:07,137 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741dc669-c90b-4a6b-8c24-a89f7cf68e50', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741dc669-c90b-4a6b-8c24-a89f7cf68e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:08,195 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:24:08,196 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df3cd0ef-e653-4f3f-9040-df09869bab93', 'content-length': '1144', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df3cd0ef-e653-4f3f-9040-df09869bab93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:09,255 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:09,256 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66aaa41-0592-4364-8b43-0f011609eef4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66aaa41-0592-4364-8b43-0f011609eef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:10,324 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.053s 2025-01-23 19:24:10,324 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-e647dbce-ba73-4c6b-81af-3d2a01c279c1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e647dbce-ba73-4c6b-81af-3d2a01c279c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:11,389 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:24:11,390 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0f5291-db38-44c9-bc13-f40f0d437d00', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0f5291-db38-44c9-bc13-f40f0d437d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:12,446 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:12,446 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24: 12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa861fc-3504-49dc-ac08-0f1e0bd95f5e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa861fc-3504-49dc-ac08-0f1e0bd95f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:13,512 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:24:13,513 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660e7e20-5db0-4b85-94db-13edaa576846', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660e7e20-5db0-4b85-94db-13edaa576846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:14,572 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:14,573 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975a0dd3-b765-43b1-87f2-e0c2b33215d9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975a0dd3-b765-43b1-87f2-e0c2b33215d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:15,646 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.056s 2025-01-23 19:24:15,646 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f987c86-2f56-46f4-b483-57752f491bd8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f987c86-2f56-46f4-b483-57752f491bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:16,705 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:16,706 86561 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b201f91f-fbe0-41c2-bf9c-a70f650748ec', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b201f91f-fbe0-41c2-bf9c-a70f650748ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:17,764 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:17,765 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b475fa91-1799-4a42-ab43-bcb18ed703ac', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b475fa91-1799-4a42-ab43-bcb18ed703ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:19,023 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.244s 2025-01-23 19:24:19,024 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c306ac1-dc34-48b9-a9ca-3044ed58ff14', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c306ac1-dc34-48b9-a9ca-3044ed58ff14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:20,083 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:20,083 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed576f9c-5654-4b2f-925f-b2011d72586e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed576f9c-5654-4b2f-925f-b2011d72586e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:21,150 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:24:21,150 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397edf40-eb47-4d36-8363-9ebc3dbfbf54', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397edf40-eb47-4d36-8363-9ebc3dbfbf54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:22,206 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:22,207 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98ceef2-d8f9-42e1-aa3c-1f8687b32533', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98ceef2-d8f9-42e1-aa3c-1f8687b32533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:23,263 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:23,264 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3868651b-9595-4013-a729-66797cb6c6b9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3868651b-9595-4013-a729-66797cb6c6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:24,323 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:24,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bd17a7-f240-421d-a32d-8b41381fb132', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bd17a7-f240-421d-a32d-8b41381fb132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr :tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:25,383 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:25,384 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b262f30-e27f-4a7b-81e6-68c064a18f12', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b262f30-e27f-4a7b-81e6-68c064a18f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:26,443 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:26,444 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46319369-c1f0-4f88-8b86-98de043406dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46319369-c1f0-4f88-8b86-98de043406dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:27,503 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:27,504 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3948bcce-e8f1-4a9d-98e2-5f1496cb681b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3948bcce-e8f1-4a9d-98e2-5f1496cb681b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:28,638 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.120s 2025-01-23 19:24:28,638 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ec3a90-b499-4255-bb09-b3f34d49cd23', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ec3a90-b499-4255-bb09-b3f34d49cd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853 -45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:29,749 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.096s 2025-01-23 19:24:29,750 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a74fad5-eb3c-41db-9fd2-5dfd13446379', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a74fad5-eb3c-41db-9fd2-5dfd13446379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:30,806 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:30,807 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e3a1de-7fb9-4e79-9731-b155d8358a22', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e3a1de-7fb9-4e79-9731-b155d8358a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attac hment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:31,872 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:24:31,873 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ead484d-5da5-4a0a-a034-6482b6726db7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ead484d-5da5-4a0a-a034-6482b6726db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:32,930 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:32,930 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39b65c3-3551-4dff-a4c9-fc1287f16d4f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39b65c3-3551-4dff-a4c9-fc1287f16d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:33,989 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:24:33,989 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62781823-e228-4f2e-89e5-c799d631a2d4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62781823-e228-4f2e-89e5-c799d631a2d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:35,052 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:24:35,052 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a33046a-08d1-4f26-b128-48702271e41b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a33046a-08d1-4f26-b128-48702271e41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": " false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:36,121 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:24:36,121 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee723c5d-14e6-4fdb-8f12-7bf93a2f9d81', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee723c5d-14e6-4fdb-8f12-7bf93a2f9d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:37,180 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:37,181 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944bc747-8d5f-474f-a7eb-2e52ce989185', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944bc747-8d5f-474f-a7eb-2e52ce989185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9 -411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:38,237 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:38,237 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f8c9f4-e45b-4071-ba7d-62f67c0a0ee0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f8c9f4-e45b-4071-ba7d-62f67c0a0ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:39,304 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:24:39,305 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e579388b-3f46-440f-a78f-197818407cf5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e579388b-3f46-440f-a78f-197818407cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45e c088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:40,366 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:24:40,366 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637e6bdf-4eca-41a8-b5a1-33565e6fddee', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637e6bdf-4eca-41a8-b5a1-33565e6fddee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:41,422 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:24:41,422 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fff786-7061-473d-92ae-86ddc69c200d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fff786-7061-473d-92ae-86ddc69c200d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [ {"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:42,479 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:42,480 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade6e6ed-d519-44f0-8752-dcc2a6dac4f7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade6e6ed-d519-44f0-8752-dcc2a6dac4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:43,539 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:43,539 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28203c56-ba1c-4945-9800-88bec9e65596', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28203c56-ba1c-4945-9800-88bec9e65596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_typ e": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:44,595 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:44,595 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447dd89d-0850-4bab-9f2d-edfaa7d4a8d7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447dd89d-0850-4bab-9f2d-edfaa7d4a8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:45,653 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:45,654 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6dbd2e-27b6-4133-a998-4ed45c9f1d4a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6dbd2e-27b6-4133-a998-4ed45c9f1d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": " tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:46,710 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:24:46,710 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7b8355-6eb3-4a42-957c-4939268cf760', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7b8355-6eb3-4a42-957c-4939268cf760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:47,770 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:47,771 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92dd71f-680b-42b7-a328-ae28988434a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92dd71f-680b-42b7-a328-ae28988434a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_ at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:48,829 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:48,830 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac12d3e-106a-47cb-9256-f7660b8e22b8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac12d3e-106a-47cb-9256-f7660b8e22b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:49,974 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.130s 2025-01-23 19:24:49,975 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ee2bf9-169b-422e-a61a-3dcdb30ccf1f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ee2bf9-169b-422e-a61a-3dcdb30ccf1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a 853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:51,043 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:51,043 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c408490-0eda-4324-b490-9e1d11fb1622', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c408490-0eda-4324-b490-9e1d11fb1622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:52,103 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:52,103 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d89a4e-aa8b-4f03-a12a-053a9d20df2d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d89a4e-aa8b-4f03-a12a-053a9d20df2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6 f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:53,160 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:53,161 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea072b3-12af-4f13-abb2-87044dc1cb74', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea072b3-12af-4f13-abb2-87044dc1cb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:54,221 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:24:54,222 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b90e1e56-c0bc-4a09-949c-39465c6cd6e4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90e1e56-c0bc-4a09-949c-39465c6cd6e4', 'connection': ' close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:55,287 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:24:55,287 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35209a4-95e7-45ad-925c-a15fd9708fbe', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35209a4-95e7-45ad-925c-a15fd9708fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:56,360 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:24:56,360 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40068b90-7586-48c2-91f3-d62e3f368cf2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-40068b90-7586-48c2-91f3-d62e3f368cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:57,418 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:24:57,418 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74c8310-4860-415f-b747-87de3bf8c703', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74c8310-4860-415f-b747-87de3bf8c703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:58,480 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:24:58,480 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b2a65e-8b86-41ff-9e70-8e312d2c3f8f', 'conten t-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b2a65e-8b86-41ff-9e70-8e312d2c3f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:24:59,544 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:24:59,545 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f16513-1654-4fb0-8ee2-3b3122b7545f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f16513-1654-4fb0-8ee2-3b3122b7545f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:00,606 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:00,606 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-848a508d-a235-461e-b9e5-cb6c13994bf1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848a508d-a235-461e-b9e5-cb6c13994bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:01,669 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:01,669 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7608e91-d696-4d03-914c-0d258d1961a6', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7608e91-d696-4d03-914c-0d258d1961a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:02,726 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:02,727 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu , 23 Jan 2025 19:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f08c0c-cb6d-4e42-b1e0-60150cf87b1c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f08c0c-cb6d-4e42-b1e0-60150cf87b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:03,784 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:03,785 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a035d5-306e-4cf6-8dd7-c43c573b5609', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a035d5-306e-4cf6-8dd7-c43c573b5609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:04,841 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:04,841 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7637613d-7eaa-4458-9218-3a3ebbc35ae0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7637613d-7eaa-4458-9218-3a3ebbc35ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:05,899 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:05,900 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4fcb70b-dc89-4f38-a95a-2cd7b9f4e193', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4fcb70b-dc89-4f38-a95a-2cd7b9f4e193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:06,965 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.050s 2025-01-23 19:25:06,965 86561 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dc6c4e-7d52-488f-9ac2-960c3e7f26d5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dc6c4e-7d52-488f-9ac2-960c3e7f26d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:08,028 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:08,028 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80eff60-50a1-49ee-9c35-5d84c935f6dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80eff60-50a1-49ee-9c35-5d84c935f6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:09,094 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853 -45ec088a65c0 0.046s 2025-01-23 19:25:09,095 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00106ba4-70b2-4708-9f8c-2930190dd136', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00106ba4-70b2-4708-9f8c-2930190dd136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:10,154 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:10,154 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a771a76b-b26d-40ae-857c-1b12c5b82f0f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a771a76b-b26d-40ae-857c-1b12c5b82f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:11,212 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescue Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:11,212 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ac0d50-0d23-4455-b3f8-3a328b3de648', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ac0d50-0d23-4455-b3f8-3a328b3de648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:12,279 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.052s 2025-01-23 19:25:12,279 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ebb63d5-157d-46d4-b108-e0699b2fa057', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ebb63d5-157d-46d4-b108-e0699b2fa057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25: 13,340 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:13,341 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b50f50f-638a-44b4-83f7-b9e4cb120368', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b50f50f-638a-44b4-83f7-b9e4cb120368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:14,409 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:14,410 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43c16816-ea87-4b84-8c58-0f4b397be33c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43c16816-ea87-4b84-8c58-0f4b397be33c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:15,503 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.079s 2025-01-23 19:25:15,504 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714113be-cb2a-4f26-91e7-01baf0e72c7c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714113be-cb2a-4f26-91e7-01baf0e72c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:16,574 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:16,575 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51a0bb5-364a-4fb1-aaf1-6ade9bc12cda', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51a0bb5-364a-4fb1-aaf1-6ade9bc12cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:17,633 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:17,634 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bc8e5e-43be-4fc3-b6de-b67038acfc6e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bc8e5e-43be-4fc3-b6de-b67038acfc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:18,694 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:18,695 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f5160e-69dc-4114-b522-a698b7c5af84', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f5160e-69dc-4114-b522-a698b7c5af84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043 fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:19,752 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:19,753 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619f763f-1dbc-423a-aea5-608ebc916f18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619f763f-1dbc-423a-aea5-608ebc916f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:20,811 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:20,812 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0aa0b3-052e-43cc-a1ef-76a112648ff6', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0aa0b3-052e-43cc-a1ef-76a112648ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-4 5ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:21,872 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:21,872 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540da28b-e658-4b41-82c1-63ec032f117a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540da28b-e658-4b41-82c1-63ec032f117a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:22,934 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:22,934 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f7955b-b4b4-4e10-8077-086a7f87bc1b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f7955b-b4b4-4e10-8077-086a7f87bc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:24,000 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:24,001 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465f46b9-67a5-479b-99ab-895e1b5e92d0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465f46b9-67a5-479b-99ab-895e1b5e92d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:25,075 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.060s 2025-01-23 19:25:25,075 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b65d3195-9267-44ba-9917-49ee66cacad0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b65d3195-9267-44ba-9917-49ee66cacad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a4419 2568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:26,132 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:26,132 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4151a2-d1d9-4993-9df3-0af2561d21ea', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4151a2-d1d9-4993-9df3-0af2561d21ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:27,200 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:27,201 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc9c834-552a-4603-aca1-0b13c4dbde4a', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc9c834-552a-4603-aca1-0b13c4dbde4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/v olumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:28,261 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:28,262 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee20b41-09a1-4754-a860-dd9852f35ac7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee20b41-09a1-4754-a860-dd9852f35ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:29,322 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:29,323 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88c2294-ea76-4a5f-852a-52942060ac29', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88c2294-ea76-4a5f-852a-52942060ac29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f 2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:30,381 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:30,381 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e1d728-157e-48e0-9b0e-9870b3c3787e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e1d728-157e-48e0-9b0e-9870b3c3787e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:31,440 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:31,440 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f4c94b-27ce-4f63-9388-293dde1f81cd', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f4c94b-27ce-4f63-9388-293dde1f81cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:32,502 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:32,503 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c9ed03-3877-4df6-956a-835e783d782c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c9ed03-3877-4df6-956a-835e783d782c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:33,577 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:33,578 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849e931b-373c-459d-a4dd-d79c9954ba8b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849e931b-373c-459d-a4dd-d79c9954ba8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description ": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:34,643 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:34,644 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff56418-9680-4d92-8674-7e829ffe3751', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff56418-9680-4d92-8674-7e829ffe3751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:35,702 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:35,703 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2ead0f-4177-453c-b644-5b68e4a4ed5f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2ead0f-4177-453c-b644-5b68e4a4ed5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:2 4.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:36,795 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.074s 2025-01-23 19:25:36,796 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-442e43bf-21aa-4885-821b-b338e104990f', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442e43bf-21aa-4885-821b-b338e104990f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:37,866 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:37,866 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80537132-4e7e-4705-9a1e-77892f31060c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80537132-4e7e-4705-9a1e-77892f31060c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone ": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:38,929 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:38,930 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34a2897-7723-4750-9464-9f8d9d68d1c4', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34a2897-7723-4750-9464-9f8d9d68d1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:39,986 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:25:39,987 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e94c33b-1ce3-41de-88a2-e5221a44de8c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e94c33b-1ce3-41de-88a2-e5221a44de8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": " 043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:41,050 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:41,050 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a695ff0-5e26-4a3f-8e4a-baa234fef650', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a695ff0-5e26-4a3f-8e4a-baa234fef650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:42,113 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:42,114 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc6e03e-8f28-464b-944a-7cbd75493f96', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc6e03e-8f28-464b-944a-7cbd75493f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:43,178 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:25:43,178 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8838b535-73ba-4821-87ce-b39e911b7070', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8838b535-73ba-4821-87ce-b39e911b7070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:44,240 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:44,241 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30456f97-c524-4207-8f06-14242ed12692', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30456f97-c524-4207-8f06-14242ed126 92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:45,303 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:45,303 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02368b1e-3836-412b-a8d9-42faf26a9515', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02368b1e-3836-412b-a8d9-42faf26a9515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:46,367 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:46,368 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa6b93f-994a-4402-aada-9b8e0a1d9827', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-5aa6b93f-994a-4402-aada-9b8e0a1d9827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:47,428 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:25:47,428 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5cbe28-c247-4d19-a49a-f881d372fb7b', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5cbe28-c247-4d19-a49a-f881d372fb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:48,487 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:48,487 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c057588-809d-4139-b7ab-51 b38abe0949', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c057588-809d-4139-b7ab-51b38abe0949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:49,542 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:25:49,542 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e9d714-b2b2-4f01-99de-3b6c3bc9a829', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e9d714-b2b2-4f01-99de-3b6c3bc9a829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:50,608 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:25:50,609 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-72bfaf46-ff6a-459c-87d0-6b86f1d5d004', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72bfaf46-ff6a-459c-87d0-6b86f1d5d004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:51,704 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.080s 2025-01-23 19:25:51,704 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c5ddd2-f1ae-48c1-85f9-fc73291707f3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c5ddd2-f1ae-48c1-85f9-fc73291707f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:52,762 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:25:52,763 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 23 Jan 2025 19:25:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b745602-9496-470b-894a-0a508546320c', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b745602-9496-470b-894a-0a508546320c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:53,831 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.054s 2025-01-23 19:25:53,832 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4691d1-d510-4156-8fe4-100d02f6a8d7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4691d1-d510-4156-8fe4-100d02f6a8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:54,892 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:25:54,893 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55dbb45d-b2a7-4ace-9c76-a0db36ee78dc', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55dbb45d-b2a7-4ace-9c76-a0db36ee78dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:55,949 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:55,950 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee313300-fc23-4144-88e3-a910201109f3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee313300-fc23-4144-88e3-a910201109f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:57,006 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:25:57,006 86561 DEBUG [tempest .lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524c0420-960a-43ba-a2e6-1b0ef0c847a1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524c0420-960a-43ba-a2e6-1b0ef0c847a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:58,066 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:25:58,066 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4678ec7f-b4af-4854-8373-dfec13f350b0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4678ec7f-b4af-4854-8373-dfec13f350b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:25:59,132 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043 fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:25:59,133 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b410744-9e4f-411b-9020-1dbfe8b78d19', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b410744-9e4f-411b-9020-1dbfe8b78d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:00,207 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:00,207 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6925b15-646d-445e-a511-103d66479f04', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6925b15-646d-445e-a511-103d66479f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:01,271 86561 INFO [tempest.lib.common.rest_client] Request (Serv erStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.049s 2025-01-23 19:26:01,272 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162aa941-afdf-470e-8bb7-9173c5bcb2d3', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162aa941-afdf-470e-8bb7-9173c5bcb2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:02,328 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:02,328 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80863db6-644d-409c-a5ec-10cb4bd76790', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80863db6-644d-409c-a5ec-10cb4bd76790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"} }' 2025-01-23 19:26:03,384 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:03,385 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5642a55-7467-4bf3-b466-c6a160c17b18', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5642a55-7467-4bf3-b466-c6a160c17b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:04,445 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:04,446 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d25f8ff-2420-4acc-93ba-97cb48fa07b0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d25f8ff-2420-4acc-93ba-97cb48fa07b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23 T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:05,505 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:05,505 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fece50e-11f2-4f1a-b482-2c3f48978be1', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fece50e-11f2-4f1a-b482-2c3f48978be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:06,562 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.042s 2025-01-23 19:26:06,562 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a926d5ef-9f7f-45ce-8026-20d27d3bc470', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a926d5ef-9f7f-45ce-8026-20d27d3bc470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652 -8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:07,622 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:07,622 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8772d1-272d-44c1-b2ac-7106c4ca93d8', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8772d1-272d-44c1-b2ac-7106c4ca93d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:08,677 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.040s 2025-01-23 19:26:08,678 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8936d0-694f-49cc-9890-70c2af304273', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8936d0-694f-49cc-9890-70c2af304273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1 ", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:09,736 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:09,736 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8cc372-c451-4bd4-b773-61d8396fa912', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8cc372-c451-4bd4-b773-61d8396fa912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:10,796 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:10,796 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44295c2c-2c52-48ef-a8af-93115fd635c5', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44295c2c-2c52-48ef-a8af-93115fd635c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd 6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:11,855 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:11,855 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377836fd-654b-423c-bcd0-369b5612d155', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377836fd-654b-423c-bcd0-369b5612d155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:12,914 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:12,915 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2099ba95-398c-4943-a149-3ba0fe94f6ef', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2099ba95-398c-4943-a149-3ba0fe94f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status" : null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:13,974 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:13,975 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e8fe83-f070-44e7-bb42-99dd0b11e2be', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e8fe83-f070-44e7-bb42-99dd0b11e2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:15,033 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:15,033 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43f8eaa-d136-4854-9f11-c6340af90bda', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43f8eaa-d136-4854-9f11-c6340af90bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215c df60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:16,135 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.086s 2025-01-23 19:26:16,135 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9a4846-33c8-462d-a435-c57df6227495', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9a4846-33c8-462d-a435-c57df6227495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:17,205 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.047s 2025-01-23 19:26:17,205 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca7badb-d4e2-4080-9632-f7e6be1f331d', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca7badb-d4e2-4080-9632-f7e6be1f331d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http:/ /10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:18,297 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.075s 2025-01-23 19:26:18,297 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65448677-fd13-400c-9997-d9866195f0f0', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65448677-fd13-400c-9997-d9866195f0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:19,355 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:19,355 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad5dc8e-10ea-4363-a532-1e6329dc1514', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad5dc8e-10ea-4363-a532-1e6329dc1514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volum e/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:20,415 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.045s 2025-01-23 19:26:20,415 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33722e9-d769-4f39-a5c6-980fe08ae1c2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33722e9-d769-4f39-a5c6-980fe08ae1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:21,475 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:21,475 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025d69eb-3359-41e4-b022-1b1a47059a7e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025d69eb-3359-41e4-b022-1b1a47059a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_ volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:22,531 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.041s 2025-01-23 19:26:22,532 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac45dc9f-965f-4c49-9079-b8c7fdaaf8c7', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac45dc9f-965f-4c49-9079-b8c7fdaaf8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:23,590 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:23,590 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a374cc0d-45a7-49ad-8470-fc26697eca78', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a374cc0d-45a7-49ad-8470-fc26697eca78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-5180 57137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:24,647 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:24,648 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2949f1e9-7660-4d95-b403-a992e7e9d972', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2949f1e9-7660-4d95-b403-a992e7e9d972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:25,776 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.113s 2025-01-23 19:26:25,776 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86bbdc5-bc51-4136-a6c4-debfe2a09880', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86bbdc5-bc51-4136-a6c4-debfe2a09880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:26,835 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:26,835 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a6e09d-d670-4bcf-baa8-cee953146d47', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a6e09d-d670-4bcf-baa8-cee953146d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:27,922 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.071s 2025-01-23 19:26:27,922 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee889eb7-a023-4b33-b585-1f83cdc841a9', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee889eb7-a023-4b33-b585-1f83cdc841a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1 , "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:28,983 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:28,983 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc3cf05-d67a-4986-b398-ec8c684b93a2', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc3cf05-d67a-4986-b398-ec8c684b93a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:30,041 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:30,041 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588596e8-54e2-462e-a4a5-ec350bd10005', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588596e8-54e2-462e-a4a5-ec350bd10005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b '{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:31,099 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.043s 2025-01-23 19:26:31,099 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9535be12-989e-433d-9c2a-9c23dfec5e22', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9535be12-989e-433d-9c2a-9c23dfec5e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:32,165 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.051s 2025-01-23 19:26:32,165 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bb35eb-e4db-448b-b583-17cbabed4114', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bb35eb-e4db-448b-b583-17cbabed4114', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:33,226 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:33,227 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36171b1e-e326-4057-be0a-e4e798de3b72', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36171b1e-e326-4057-be0a-e4e798de3b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:34,297 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.044s 2025-01-23 19:26:34,298 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa44564-cab7-4b03-947f-708de287d692', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa44564-cab7- 4b03-947f-708de287d692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:35,358 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.046s 2025-01-23 19:26:35,358 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5a5c23-7d26-4fb9-a219-414d879b686e', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5a5c23-7d26-4fb9-a219-414d879b686e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' 2025-01-23 19:26:36,421 86561 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0 0.048s 2025-01-23 19:26:36,422 86561 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 23 Jan 2025 19:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24664a0c-08af-4b81-8dcc-46fc439e311d', 'content-length': '1144', 'openstack-api-version': 'vol ume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24664a0c-08af-4b81-8dcc-46fc439e311d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0'} Body: b'{"volume": {"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-01-23T19:03:20.000000", "updated_at": "2025-01-23T19:07:24.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-518057137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/043fd6f2-79b9-411f-a853-45ec088a65c0"}], "user_id": "e035215cdf60426cac2cad8a44192568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "attachment_id": "7862b48e-ecd7-4d0c-8559-1566979556e1", "volume_id": "043fd6f2-79b9-411f-a853-45ec088a65c0", "server_id": "fd9f7a21-23f1-4652-8aae-6f38c709a5ba", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-01-23T19:07:19.000000"}], "os-vol-tenant-attr:tenant_id": "8b6ca73541d44c8c876fb27f25ac5707"}}' ====== Totals ====== Ran: 302 tests in 3692.4737 sec. - Passed: 269 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 1 Sum of execute time for each test: 21418.3455 sec. ============== Worker Balance ============== - Worker 0 (16 tests) => 0:45:01.911647 - Worker 1 (25 tests) => 0:50:18.570778 - Worker 2 (20 tests) => 0:19:06.672068 - Worker 3 (24 tests) => 0:56:17.310088 - Worker 4 (18 tests) => 0:33:48.831399 - Worker 5 (22 tests) => 0:15:42.245723 - Worker 6 (18 tests) => 0:37:09.451073 - Worker 7 (23 tests) => 0:24:30.398470 - Worker 8 (27 tests) => 1:00:40.325871 - Worker 9 (31 tests) => 0:22:19.709156 - Worker 10 (34 tests) => 0:22:26.094295 - Worker 11 (44 tests) => 0:38:51.633930 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed