Recent content by KKill

  1. K

    [SOLVED] OVS - Problem with MTU 9000 on VMs assigned to vmbr0

    I've installed it and after changing the bridge of the vm to vmbr1 and back to vmbr0 mtu stays on 9000! Thank you very much for the fix! Is this version safe for prod? Or should I wait till it will be delivered via standard repos?
  2. K

    [SOLVED] OVS - Problem with MTU 9000 on VMs assigned to vmbr0

    I've tried it again - I've stopped the VM, verified all related interfaces were gone from "ip a", started the VM again and again getting MTU 1500 (VM is connected to the vmbr0) $ip a | grep 103 45: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master fwbr103i0...
  3. K

    [SOLVED] OVS - Problem with MTU 9000 on VMs assigned to vmbr0

    $cat /sys/class/net/vmbr0/mtu 9000 vmbr MTU was not changed >Do you have tried to switch back from vmbr1 to vmbr0 ? still 1500 mtu ? Yes, it will change it back to 1500 I've also noticed this behavior on other servers on different clusters (but they're on PVEv7 as well)
  4. K

    [SOLVED] OVS - Problem with MTU 9000 on VMs assigned to vmbr0

    I'm investigating the issue what MTU over 1500 doesn't work for me from the (Windows) VM (works fine from the host, and I've set the MTU in adapter properties within the OS). While looking into it, I've noticed that if VM is assigned to vmbr0 than fw* interfaces will have MTU 1500 but if I...
  5. K

    Storage design question

    No, but it looks like it's not flawless as well (https://forum.proxmox.com/threads/fibre-channel-san-with-live-snapshot.41205/), I'll try it when we'll have a chance. Are there any plans to support some snapshot enabled option with FC setup?
  6. K

    Storage design question

    Hi all, We've decided to move from VMware to PVE and I'm very happy with PVE so far. I'd like to ask about storage design - our most common setup is 3 hosts what have (one) storage connected via fiber/hba (to all three hosts). After exploring various options I've end up with ocfs2 as clustered...