You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2021/09/29 10:42:06 UTC

[cloudstack-documentation] branch main updated: Adding a note for fixing pvlan issues (#244)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 09bf83b  Adding a note for fixing pvlan issues (#244)
09bf83b is described below

commit 09bf83bd536f777fbdea86cad3dec7b17b322a50
Author: davidjumani <dj...@gmail.com>
AuthorDate: Wed Sep 29 16:11:59 2021 +0530

    Adding a note for fixing pvlan issues (#244)
---
 .../adminguide/networking/isolation_in_advanced_zone_with_vlan.rst   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst b/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
index aaa1158..46e438f 100644
--- a/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
+++ b/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
@@ -80,6 +80,11 @@ Prerequisites
 Creating a PVLAN-Enabled Network
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+   .. note::
+      If you are facing issues with connectivity in PVLANS, especially community and promiscuous PVLANS
+      in a multi hypervisor environment, this could be caused by the way PVLANs were implemented
+      in 4.14.0, which was later fixed in 4.15.0. To resolve this, delete the PVLAN network and recreate it.
+
 PVLAN-enabled networks can be either shared or layer 2 networks.
 
 For a general description of how to create a shared network see `"configuring a shared guest network" <#configuring-a-shared-guest-network>`_.