Search results

  1. D

    Proxmox 5.3 - Tesla P40 vGPU issues

    How to check if the driver is compatible with proxmox kernel? I think that that nvidia driver should support Debian. On enterprise download page I have to download a few drivers for vgpu: NVIDIA vGPU for Linux KVM NVIDIA vGPU for RHEL KVM 7.5 NVIDIA vGPU for RHEL KVM 7.6 I have installed the...
  2. D

    Proxmox 5.3 - Tesla P40 vGPU issues

    I have issues with Tesla P40 with Proxmox 5.3 with vGPU support. root@vgpu:/# lspci -d 10de: -k 86:00.0 3D controller: NVIDIA Corporation GP102GL [Tesla P40] (rev a1) Subsystem: NVIDIA Corporation GP102GL [Tesla P40] Kernel driver in use: nvidia Kernel modules: nvidiafb...
  3. D

    Proxmox + Nvidia Quadro K4200

    Can I connect (passtrough) that card (Nvidia Quadro K4200) to a many VM (Windows)? Maybe something like RemoteFX oin HyperV?
  4. D

    proxmox + ceph = slow performance?

    Yes, but it is only 25% of host performace.
  5. D

    proxmox + ceph = slow performance?

    The results are pretty the same. Timing buffered disk reads: 446 MB in 3.01 seconds = 148.30 MB/sec
  6. D

    proxmox + ceph = slow performance?

    Now I have 25 osd. There must be some problem. I can get 800MB/s on the same server without ceph inside VM. On ceph I can get only 100MB/s inside VM? WTF? root@prox-a1:~# rados bench -p ceph_storage 60 write --no-cleanup Total time run: 61.044912 Total writes made: 750 Write size: 4194304...
  7. D

    proxmox + ceph = slow performance?

    Yes, I have 10Gbit LAN. I made 15 osd and the speed is really the same 5MB/s. What is wrong?
  8. D

    proxmox + ceph = slow performance?

    How to make 100 osd if I have only 15 hdd in 3 servers? Should I remove raid5 and make 15 osd?
  9. D

    proxmox + ceph = slow performance?

    3 osd - 1 osd per server. Each osd is 4TB (5x 1TB HDD RAID5). Pool is Size: 3 Min: 1 pg_num: 300 LAN is 10Gb/s
  10. D

    proxmox + ceph = slow performance?

    I set up a new cluster with ceph storage on 3 identical nodes (2x XEON, 4TB raid5). When I`m trying to restore backup from NFS to ceph storage i get only 5MB/s speed. Installing from iso is also very slow performance. When i`m trying to copy the same backup file to /var/lib/ceph/osd/ceph-1 I...
  11. D

    2/4 nodes failure on CLUSTER with CEPH

    I have 4TB raid5 in every server. I have 4x OSD (each of them 4TB) My ceph pool is: Size: 3 Min. Size: 1 pg_num: 300 Is it ok?
  12. D

    2/4 nodes failure on CLUSTER with CEPH

    OK, thanks for your answear. Can I set an extra node to cluster without ceph storage only for quorum?
  13. D

    2/4 nodes failure on CLUSTER with CEPH

    I have 4 node setup - 4 identical servers. Setup is ok, everything looks fine. I am trying to simulate a node failure before i will start to using that cluster. When I shutdown 1 node (3 nodes are connected together): Cluster, HA, CEPH - everything is fine. But the problem is when I...