Pearl1594 commented on pull request #4327:
URL: https://github.com/apache/cloudstack/pull/4327#issuecomment-723019788
Verified fix:
Created a VM in a shared n/w with hiding IP Usage enabled, and one in a
shared network without hiding IP usage - 3 records were created for both
networks, While in all there are 33 records, listusagerecords filters out
listing ip usage for the n/w with hide ip usage enabled.
```
select count(*) from cloud_usage\G
*************************** 1. row ***************************
count(*): 33
1 row in set (0.00 sec)
```
```
list usagerecords startdate="2020-10-26 00:00:00" enddate="2020-11-02
00:00:00"
{
"count": 30,
"usagerecord": [
{....
}
]
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]