dpthakar commented on issue #12043:
URL: https://github.com/apache/cloudstack/issues/12043#issuecomment-3516745451

   > [@dpthakar](https://github.com/dpthakar) the CPVM is working, right ?
   > 
   > can you check database table `dc_storage_network_ip_range` if `vlan` is 
`18` ? I think it should be NULL in your case.
   
   Yes, CPVM works fine.
   Below is table output.
   
   ```
   mysql> select * from dc_storage_network_ip_range;
   
+----+--------------------------------------+---------------+---------------+--------------+------+---------------+----------------+--------+------------+
   | id | uuid                                 | start_ip      | end_ip        
| gateway      | vlan | netmask       | data_center_id | pod_id | network_id |
   
+----+--------------------------------------+---------------+---------------+--------------+------+---------------+----------------+--------+------------+
   |  1 | 92d3991a-19ad-4c3a-af5b-e2593d637537 | 192.168.18.81 | 192.168.18.85 
| 192.168.18.1 |   18 | 255.255.255.0 |              1 |      1 |        203 |
   
+----+--------------------------------------+---------------+---------------+--------------+------+---------------+----------------+--------+------------+
   1 row in set (0.00 sec)
   
   ```


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