Skip to content

"restart required : yes" is never set to "no" after network/VPC restart #3816

@andrijapanicsb

Description

@andrijapanicsb
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
4.13
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions