Check UEFI support not insufficient
Bug #1845628 reported by
Dongcan Ye
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Dongcan Ye |
Bug Description
Now, delete instance, swap volume and snapshot, we always clear NVRAM flags.
This is not right, currently we only check the host support uefi booting for guests from "_has_uefi_
If an instance not boot with UEFI but the host enable UEFI, we also needs to clear NVRAM flags in guest delete_
IMO, we need to check the instance(guest) and host support UEFI both, like check the instance's image_meta.
Changed in nova: | |
assignee: | nobody → Dongcan Ye (hellochosen) |
Changed in nova: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Looks like a duplicate of https:/ /review. opendev. org/#/c/ 621646/.