Recent content by chammers

  1. C

    OpenVZ over NFS over DRBD is unusable slow

    After some more tests I found out that using the NFS export option "async" not only reproducably solves all performance issues with NFS-over-DRBD, it makes it even faster than the same bonni++ test on the DRBD mount directly (probably due to some caching effects)! If somebody can explain the...
  2. C

    OpenVZ over NFS over DRBD is unusable slow

    Hello We try to setup Proxmox on a two node cluster that shares the data partition via master-master DRBD and has a NFS server that is always running on exactly one server. Both (even the NFS server) have mountet the exported directory in /mnt/pve/nfs-store1. While that works fine for KVM...