hepix-virtualisation / vmcatcher

Provides an up to date cache of authorised VM imagelists and VM images.
Apache License 2.0
5 stars 6 forks source link

image is not updated if it was used #12

Open dealfonso opened 8 years ago

dealfonso commented 8 years ago

Hi,

I had an issue with this use case.

  1. vmcatcher registers image IM1 in ONE.
  2. user U1 lauches a VM (using rOCCI) that uses IM1
  3. image IM1 is expired (but the VM is already running) and a new version is created.
  4. vmcatcher cannot create the image because it is already used.
  5. VM1 is deleted
  6. vmcatcher does not try to delete and create the new version anymore.

I have deleted the image and created the new version by hand, but this issue should be addressed.

Regards.

osynge commented 8 years ago

Hi, Which cloud platform?

dealfonso commented 8 years ago

Hi,

in OpenNebula.

Regards