mib1185 commented on pull request #5194:
URL: https://github.com/apache/cloudstack/pull/5194#issuecomment-884461329


   > P.S: on the issue #5202 the SQL update is proposed:
   > 
   > ```
   > UPDATE cloud.networks
   > SET broadcast_uri = REPLACE(broadcast_uri, '-i', '-c')
   > WHERE removed is null and broadcast_uri like '%pvlan%';
   > ```
   
   @nvazquez Please don't oversee the remarks before and after the SQL in #5202:
   
   > In our case - since all pvlan are of type community - we simple updated 
all entries in DB with following SQL statement:
   
   > But to be more generic, it is needed that the correct pvlan type is 
gathered from infrastructure (ex. VMware portgroup) and corresponding DB entry 
is proper updated.


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