apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2k stars 1.09k forks source link

Ui: Events related to system vm's are not shown #9294

Closed kiranchavala closed 1 month ago

kiranchavala commented 3 months ago

ISSUE TYPE

Bug

COMPONENT NAME

Component: UI, Events

CLOUDSTACK VERSION

Cloudstack version 4.19.0

SUMMARY

Events related to system vm's are not shown

Steps to reproduce the issue

  1. Navigate to system vms ( console proxy, ssvm, rotuer vm) and check the events tab

Also try to destroy the system vm's and cross check if the events are generated

Screenshot 2024-06-13 at 12 17 10 PM

Screenshot 2024-06-13 at 12 24 43 PM

Screenshot 2024-06-24 at 3 57 43 PM

Actual Behaviour

The events related to system vm are not shown

Expected behaviour

The events related to system vm should be shown

harikrishna-patnala commented 1 month ago

@kiranchavala I can see the events of system VMs on the operations like start,stop, reboot, etc

image

We are not able to see the destroy event because, we recreate the system VMs after it is destroyed, so we will get new system VMs with new IDs and UUIDs all together. So we don't see the destroy events of the old system VMs.

Hope I got it right.

kiranchavala commented 1 month ago

Thanks @harikrishna-patnala ,

Whenever systemvm are recreated , there is no create event logged

  1. Try to destroy the ssvm, cpvm, router.
  2. When they are recreated again , there is no proxy.create event or ssvm.create logged
harikrishna-patnala commented 1 month ago

yes @kiranchavala that's because those are created internally by management server and not by any admin action. I don't think they are really necessary. If we want to see when is the system VM is created we still have created Screenshot 2024-08-21 at 10 11 02 AM

kiranchavala commented 1 month ago

Thanks @harikrishna-patnala , closing the issue