This issue occurs when ISO media is mounted to a virtual machine, but is not ejected before another ISO media is mounted.
For example:
- An ISO (iso1) is mounted on a virtual machine.
- An entry will be added to the vapp_vm_logical_disk table in the database with the (iso1) media id.
- An ISO (iso2) is mounted on the same virtual machine.
- An entry will be added to the vapp_vm_logical_disk table with (iso2) media id.
Even though the new media is mounted and presents to the virtual machine, the (
iso1) media id still exists and is not removed from the database.