weizhouapache commented on pull request #5001: URL: https://github.com/apache/cloudstack/pull/5001#issuecomment-886511370
quick fix for this issue: ``` update cloud.nics join vm_instance vi on nics.instance_id=vi.id set nics.removed=now() where vi.removed is not null and nics.removed is null and nics.network_id in (select networks.id from networks where networks.guest_type="Shared" and networks.removed is NULL); ``` -- 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]
