You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/07/21 20:02:21 UTC

[GitHub] [cloudstack] mib1185 commented on pull request #5194: adapt condition to use the correct letter for pvlan types

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org