LoadBalancer Rules still creating usage register after deleting public ip associated with #9439
Replies: 2 comments 5 replies
-
@KuasarCloud , it could be a bug but also a fluke (messaging is not guaranteed). You can find the relevant start event and add a stop event to match it in the cloud.event table. |
Beta Was this translation helpful? Give feedback.
2 replies
-
the issue was created 3 weeks ago here #9443, but not attention yet |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In ACS 4.19.0.1 when I delete a public IP with load balancer rules attached to it the usage system continues to register usage record even the rules are deleted with public IPs
Example:
list loadbalancerrules projectid=cc4e03f3-f32a-44bf-a594-xxxxxx domainid=1abeee53-eb0c-4924-9b71-53dxxxxxxx
returns zero records for rules
but everyday with get new usage records
+----------------------------------------+-----------------------------+-----------------------------+----------+--------+
| DESCRIPTION | STARTDATE | ENDDATE | RAWUSAGE | USAGE |
+----------------------------------------+-----------------------------+-----------------------------+----------+--------+
| Loadbalancer policy usage | 2024-07-01'T'00:00:00-05:00 | 2024-07-01'T'23:59:59-05:00 | 24 | 24 Hrs |
We didn't delete the rules before only the public ip
Regards,
Ricardo P
Beta Was this translation helpful? Give feedback.
All reactions