Recent content by bmacadre

  1. B

    GlusterFS NAS Understanding

    I understand well all that mir explained to me, but it's a fact since HA was enabled, when I start an online migration I've got no more transfer at all and the migration log say : starting HA migration of VM 100 to node 'node4' (10.196.170.20) instead of : starting migration of VM 100 to...
  2. B

    GlusterFS NAS Understanding

    Ahhh OK.... it's logic.... But since I've activated HA on my whole cluster, all migration are done without any tranfer at all.... I'm a lot confused, but it works Thanks for your answer. Regards, Bruno
  3. B

    GlusterFS NAS Understanding

    Hi, I've a 4 nodes promox cluster connected with a 2 nodes Gluster NAS. All works fine, I've connected my NAS under Proxmox with GlusterFS plugin and shared it all over the cluster. I've just one little question, when I want to migrate a VM from one node to another, all works but I see Proxmox...
  4. B

    Multiple VMs on different subnets with different VLANs

    Hi VLAN 145 is my default VLAN. I will try your 'interfaces' file soon (i'll go back at work thursday). But if I use vmbr0 for VMs in 145 i'm not sure that they would be accessible cause vmbr0 have an IP affected... Thx
  5. B

    Multiple VMs on different subnets with different VLANs

    Hi, I've just tested your 'interfaces' file and it doesn't work at all. My HN /etc/network/interfaces : auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface eth2 inet manual iface eth3 inet manual auto vmbr0 iface vmbr0 inet static address...
  6. B

    Multiple VMs on different subnets with different VLANs

    Thanks for your answer ! My problem is that i can't use private IP all of my VMs must have a public IP and some services hosted on VM are similar so i can't use port forwarding. All VLANs are closed so I can't communicate between VLANs my only way is to go through the gateway of the subnet. I...
  7. B

    Multiple VMs on different subnets with different VLANs

    Hello, I've got some trouble to configure my Promox to have multiple VMs operating on different subnets. I explain : I've 2 networks : 192.168.145.0/24 GW 192.168.145.1 VLAN ID: 145 192.168.197.0/24 GW 192.168.197.1 VLAN ID: 197 I've 2 Proxmox VE Servers operating in cluster mode ...