You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/11/06 11:01:59 UTC

[GitHub] [cloudstack] Pearl1594 commented on pull request #4327: Re-enable IP address usage hiding

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:
users@infra.apache.org