ISSUE TYPE
- Improvement request
(perhaps a bug?)
COMPONENT NAME
https://github.com/apache/cloudstack/blob/master/server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java#L1719-L1764
CLOUDSTACK VERSION
CONFIGURATION/SUMMARY/ETC
When a network is showing as "Restart required: yes" in the GUI (field "restart_required"="1" in cloud.networks table) - there is no way to "fix" this (set it back to "no")
Confirmed by manually setting "1" in the DB for multiple Shared, non-VPC Isolated networks and VPC Isolated networks.
Restart (no cleanup) doesn't work
Restart (with cleanup) doesn't work
The only way seems to be to hack the DB to set
The code provided above does set this for the VPC itself, not for it's networks.