kohrar opened a new issue, #11683:
URL: https://github.com/apache/cloudstack/issues/11683

   ### problem
   
   When listing an account's resource limits, the VPC limits are incorrect. For 
example, an account with a limit of 10 VPCs with one VPC created is displayed 
as '1 / 2' but with '9 available'. 
   
   <img width="1542" height="412" alt="Image" 
src="https://github.com/user-attachments/assets/eed6db79-5a0b-4e2e-bf4e-2c8f55cdfcfb";
 />
   
   In CMK, we can see the same issue:
   ```
   $ cmk list accounts id=xxx | grep -i vpc
   vpctotal = 1
   vpcavailable = 9
   vpclimit = 2
   ```
   
   The actual 'vpclimit' that I am expecting is 10 here.
   
   ### versions
   
   CloudStack Version: 4.20.1.0
   OS: Rocky Linux 8.10
   
   ### The steps to reproduce the bug
   
   1. Create an account with a VPC limit of 10
   2. Create a VPC in the account
   3. See the account VPC limit as '1 / 2', with '9 available'.
   
   
   ### What to do about it?
   
   Is there something I am missing that would explain this discrepancy?


-- 
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]

Reply via email to