GitHub user dpthakar added a comment to the discussion: Cloudstack 4.22 SSVM fails to start
> [@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) ``` GitHub link: https://github.com/apache/cloudstack/discussions/12064#discussioncomment-14957767 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
