Re: Pb with multiple identical nfs mount dir in different VEs [message #29942 is a reply to message #29940] |
Wed, 30 April 2008 20:10 |
|
Quote: |
Quote: | ubuntu script ckeck if the interface is associate to a vlan by the name : ethX.Y where Y is the number of the vlan
but in this case, the number after the interface does not refer to the vlan conf for the VE but refere to the bridge associate to the vlan in the HN.
|
So, I think we are talking about vlan script. Yes, I agree with you. It checks some conditions and then calls "vconfig" utility. I haven't looked at "vconfig" sources. May be it does another checks, I don't know but I have a question:
Have you got this message
Quote: | unregister_vlan_device: ERROR: Tried to remove a non-vlan device with VLAN code, name: eth1.35 priv_flags: 0
|
in the both cases (before and after you move /etc/network/if-post-down.d/ scripts)
You've mentioned that "ifconfig eth1.35 down" reproduces the issue. Could you possibly say does "ifconfig eth1.32" reproduce the issue?
|
nop, I can't reproduce the issue with ifconfig eth1.32 down.
Quote: |
Quote: | I can't due to the vlan configuration on switchs
|
I'm not clearly understand why can't you use "--netif_add eth1" instead of "--netif_add eth1.35"
|
Ok, I understand. if I change eth1.35 by eth1, I can't reproduce the issue.
so I've juste remove the reference of the vlan in the name of the interface inside the VE, but nothing has been changed on HN side. eth1 is still associated to veth204.35, and on the HN, veth204.35 and eth1.35 are in the bridge brvlan35.
Quote: | P.S. I'll ask another people. I hope somebody could help us with this problem.
|
thanks
Yoann
|
|
|