tatay188 commented on issue #12314:
URL: https://github.com/apache/cloudstack/issues/12314#issuecomment-3702039175
@DaanHoogland I agree regarding the UI operations. I am talking of the
Mysql Database columns. Here is an example of a removed on the User Interface:
the DB should show the state=Disabled or any other word that the community
thing is acceptable, this is to be consistent. I don't see is affecting the
Operations we have.
mysql> select id,name,uuid,unique_name,created, removed,state,guest_type
from network_offerings;
| id | name | uuid |
unique_name | created | **removed** | **state** |
guest_type |
| 61 | IsolNetSourceNATDenyLB | dd493955-9501-4ae3-b538-d16872721eab| NULL
| 2025-06-11 00:59:36 | **2025-09-26 22:42:00** | **Enabled** |
Isolated |
If your run a query:
mysql> select id,name,uuid,unique_name,created, removed,state,guest_type
from network_offerings where state="Disabled or Removed";
It will still list All.
NOTE: and there are no VMs using this offering.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]