-
Notifications
You must be signed in to change notification settings - Fork 964
Description
Please confirm
- I have searched existing issues to check if an issue already exists for my feature request.
Is your feature request related to a problem? Please describe.
lxc operations ls
only shows the currently running operations. They're often short lived and disappear before you can take a look at them.
They're so short lived that the UI often doesn't even know about them because they come and go before the next polling happens.
This feature currently semi-exists in the UI. As long as the UI is kept open and active, completed operations will be shown with a status "Success" but some operations are missing due to the shortlived nature of some ops. This problem will also be fixed if LXD keeps a history server side.

Describe the solution you'd like
I would like to request a history of operations is kept so that we have more insight into what happens
This is especially useful in an environment with multiple users/admins.
Describe alternatives you've considered
Export logs to Loki and manually dig through them.
Additional context
No response