Skip to content

Commit 7c478ac

Browse files
committed
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
1 parent 531fa4c commit 7c478ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.zuul.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
compute-feature-enabled:
8484
volume_backed_live_migration: true
8585
block_migration_for_live_migration: true
86-
block_migrate_cinder_iscsi: true
86+
# NOTE(lyarwood): Skip until bug #1931702 is resolved.
87+
block_migrate_cinder_iscsi: false
8788
post-run: playbooks/nova-live-migration/post-run.yaml
8889

8990
- job:
@@ -333,7 +334,8 @@
333334
live_migration: true
334335
volume_backed_live_migration: true
335336
block_migration_for_live_migration: true
336-
block_migrate_cinder_iscsi: true
337+
# NOTE(lyarwood): Skip until bug #1931702 is resolved.
338+
block_migrate_cinder_iscsi: false
337339
tox_envlist: all
338340
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
339341

0 commit comments

Comments
 (0)