test_cold_migrate_unshelved_instance failing with cat: can't open '/mnt/timestamp': No such file or directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
High
|
Alexandre arents | ||
| tempest |
Undecided
|
Unassigned |
Bug Description
https:/
2020-12-01 11:03:11.055150 | controller | 2020-12-01 10:52:58,178 102645 ERROR [tempest.
2020-12-01 11:03:11.055160 | controller | cat: can't open '/mnt/timestamp': No such file or directory
Add related test to Bug #1732428
https:/
Changed in tempest: | |
status: | New → Confirmed |
Balazs Gibizer (balazs-gibizer) wrote : | #1 |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
tags: | added: gate-failure |
Balazs Gibizer (balazs-gibizer) wrote : | #2 |
A fix has been proposed in nova https:/
Changed in nova: | |
status: | Confirmed → In Progress |
Balazs Gibizer (balazs-gibizer) wrote : | #3 |
And there is a logstash signature https:/
Lee Yarwood (lyarwood) wrote : | #4 |
This looks more like an issue with cross cell resize.
The following pastebin shows example qemu-img commands from a failing run where the final cold migration / resize ends up using the original image with a fresh overlay, instead of the snapshot disk from the source host:
http://
I'm assuming that we've not passed the snapshot_id correctly as part of the cross cell resize:
Skipping the test for now and adding a DNM debug change to troubleshoot this more.
Lee Yarwood (lyarwood) wrote : | #5 |
https:/
Ghanshyam Mann (ghanshyammann) wrote : | #6 |
either we can disable it explicitly in nova-cell-job or disable it in devstack for this job but we need to add job var for that https:/
Alexandre arents (aarents) wrote : | #7 |
Agree with Lee that it is more a bug in nova:
https:/
And tempest job is correct and reveal the issue.
Changed in nova: | |
assignee: | nobody → Alexandre arents (aarents) |
Balazs Gibizer (balazs-gibizer) wrote : | #8 |
The disablement of the test is merged https:/
Changed in nova: | |
importance: | Critical → High |
Martin Kopec (mkopec) wrote : | #9 |
gerrit doesn't update status of the bugs automatically again ... this is supposed to be fixed for nova by https:/
Changed in nova: | |
status: | In Progress → Fix Released |
Martin Kopec (mkopec) wrote : | #10 |
Based on the discussion above, it was agreed that the bug was on nova side (got fixed already) so marking this as Invalid for Tempest .. feel free to correct me
Changed in tempest: | |
status: | Confirmed → Invalid |
It seems it fails all the time https:/ /zuul.opendev. org/t/openstack /builds? job_name= nova-multi- cell&branch= master So I making this critical as blocking the nova CI