weizhouapache commented on PR #11992:
URL: https://github.com/apache/cloudstack/pull/11992#issuecomment-4037270053

   cc @DaanHoogland @kiranchavala @shwstppr 
    
   My testing results
   
   - Public IPs of System VMs
   
   <img width="1225" height="643" alt="image" 
src="https://github.com/user-attachments/assets/77ca39c9-1d29-4dc3-92fc-44c0a5bbdea9";
 />
   
   - Acquire the SSVM IP, failed as expected
   
   ```
   (localcloud) 🐱 > associate ipaddress 
networkid=9e6e855f-7bb7-4911-9445-f1c1a46a11d1 ipaddress=10.0.55.101
   🙈 Error: (HTTP 533, error code 9999) Insufficient address capacity
   ```
   
   - Destroy the SSVM, acquire the IP for an isolated network again
   
   ```
   (localcloud) 🐱 > associate ipaddress 
networkid=9e6e855f-7bb7-4911-9445-f1c1a46a11d1 ipaddress=10.0.55.101
   {
     "ipaddress": {
       "account": "admin",
       "allocated": "2026-03-11T08:02:19+0000",
       "associatednetworkid": "9e6e855f-7bb7-4911-9445-f1c1a46a11d1",
       "associatednetworkname": "admin-001",
       "domain": "ROOT",
       "domainid": "a1d2ca63-ba1a-11f0-9974-1e00b5000454",
       "domainpath": "ROOT",
       "fordisplay": true,
       "forprovider": false,
       "forsystemvms": false,
       "forvirtualnetwork": true,
       "hasannotations": false,
       "hasrules": false,
       "id": "897dce44-31e7-4dfa-9658-2f3a3bb88af7",
       "ipaddress": "10.0.55.101",
       "isportable": false,
       "issourcenat": false,
       "isstaticnat": false,
       "issystem": false,
       "networkid": "76dc7841-9807-4993-82dd-db0cb8eb7ee7",
   ...
     }
   }
   ```
   
   - new SSVM has another IP
   
   <img width="1245" height="623" alt="image" 
src="https://github.com/user-attachments/assets/aa1fa46d-a8c2-4df2-9817-87673c2b7e11";
 />
   


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