Non descriptive error message when removing userdata #10549
-
When trying to remove userdata cloudstack UI reports an error
Looking into cloudstack management server log the actual error was
It would be helpful to display a descriptive error message as an improvement. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This error appears when the operation is performed by a regular user on CloudStack, For root admins - a detailed error appears. This is done to avoid exposing underlying information to users. |
Beta Was this translation helpful? Give feedback.
-
@Pearl1594 , Thank you for the response. |
Beta Was this translation helpful? Give feedback.
-
@TadiosAbebe You're right, the listVms API doesn't correctly list VMs only associated to a particular userdata. I've created a fix: #10569 . It should be available in the upcoming 4.20.1 release. Thanks for identifying it. |
Beta Was this translation helpful? Give feedback.
This error appears when the operation is performed by a regular user on CloudStack, For root admins - a detailed error appears. This is done to avoid exposing underlying information to users.