cleanup-orphaned-vms.sh not recognise boot from volume instances
Bug #1816434 reported by
Davide
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Operators |
Fix Released
|
Undecided
|
Davide |
Bug Description
Previous method verify if line that contain "source file" exists into dumpxml of every virtual machine to extract uuid of virtual machines running on hypervisor but this line exists only when a disk file is present on the host and boot from volumes for example has not "source file" line into dumpxml and this script will kill them. To avoid theese case it should be possible to use virsh list --uuid --all to list directly the virtual machine uuids of nova instances. This changes avoid to shut running customer virtual machines.
Changed in osops: | |
assignee: | nobody → Davide (dpanarese) |
status: | New → Confirmed |
Changed in osops: | |
status: | Confirmed → In Progress |
Changed in osops: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/637555
Review: https:/