From 7c478ac0992d9713c0fd7ea0a0498f0b7f92ce0d Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 11 Jun 2021 13:05:51 +0100 Subject: [PATCH] zuul: Skip block migration with attached volumes tests due to bug #1931702 Bug #1931702 details soft lockups reported within the guest OS during live migration with block migration and a volume attached. These lockups then causing the request to detach the volume as part of the cleanup to fail. For the time being we should skip these tests until the underlying issue is resolved. Related-Bug: #1931702 Change-Id: I7c1a647fb840fce98672a8429d554dd399cd13b7 --- .zuul.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 445031ca1d..96f14ad67d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -83,7 +83,8 @@ compute-feature-enabled: volume_backed_live_migration: true block_migration_for_live_migration: true - block_migrate_cinder_iscsi: true + # NOTE(lyarwood): Skip until bug #1931702 is resolved. + block_migrate_cinder_iscsi: false post-run: playbooks/nova-live-migration/post-run.yaml - job: @@ -333,7 +334,8 @@ live_migration: true volume_backed_live_migration: true block_migration_for_live_migration: true - block_migrate_cinder_iscsi: true + # NOTE(lyarwood): Skip until bug #1931702 is resolved. + block_migrate_cinder_iscsi: false tox_envlist: all tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))