Search results

  1. J

    Windows 10 VM So Slow when cpu type is host

    Windows 10 VM is too slow on Proxmox. Even dragging the window is too slow. I have two VMs with similar settings. But the second VM is not slow. The difference is, slow VM's cpu type is host , while fast VM's cpu type is qemu64 . VM1: agent: 1 balloon: 0 bios: ovmf boot...
  2. J

    IO is slow on the VM, but fast on the host.

    The physical disks are NVMe and provisioned with lvmthin. Very fast when benchmarking a thin-volume assigned to a vm on host . But in vm it is quite slow. Please advise for DISK IO performance. VM Options: ``` -drive...
  3. J

    avx2 cause kernel panic

    cpu-models.conf: cpu-model: avx flags +avx;+avx2 phys-bits host hidden 0 hv-vendor-id proxmox reported-model kvm64 Adding the avx2 option causes a kernel panic. Both Ubuntu 20.04 & 22.04 are the same. Is there a bug in qemu?
  4. J

    Feature Suggestion: AVX/AVX2 CPU flags

    We can change the CPU to host to use AVX, but live migration is difficult in this case. AVX is supported by most server CPUs. Like aes, it would be nice to be able to use AVX while using kvm64. Example) AVX is required from MongoDB version 5 or later.
  5. J

    The VM dies with no logs.

    There is no sign of shutdown even inside the VM, and it was forced to stop. Both syslog/kern have no logs. Any way to find out the cause? Surely it will be again. version: pve-manager/7.1-7/df5740ad (running kernel: 5.13.19-2-pve)
  6. J

    `/var/lib/ceph/osd/ceph-<ID>/keyring` is gone.

    ceph osd is dead and there is no keyring. Why? The keyring for a few osd on a few nodes is gone. /var/lib/ceph/osd# find . ./ceph-3 ./ceph-3/lockbox.keyring ./ceph-2 ./ceph-2/lockbox.keyring LOG : Jan 21 22:53:30 pve-node-stor-08101 systemd[1]: Starting Ceph object storage daemon osd.2... Jan...
  7. J

    notice: RRDC/RRD update error

    Not all methods on the forum work. 1. NTP Sync (Now, all nodes synced < 100ms) 2. systemctl stop rrdcached; rm -rf /var/lib/rrdcached/db; systemctl start rrdcached; systemctl restart pve-cluster 3. The rtc clock is also synchronized. What's strange is that nodes that are itselves are marked...
  8. J

    During pci passthrough, the VM does not start with qm, but it can with run /usr/bin/kvm.

    Running the qm start command or from the GUI throws a `got timeout` error and the VM does not start. However, if run the following command directly in the shell, it will work. ``` /usr/bin/kvm -id 1003 -name pc-01 -no-shutdown -chardev...
  9. J

    Why SSM is disabled?

    patch file : https://git.proxmox.com/?p=pve-qemu.git;a=blob;f=debian/patches/pve/0005-PVE-Config-smm_available-false.patch;h=59fd521a7107cf419764cdf78399a0128dd15561;hb=HEAD https://lists.proxmox.com/pipermail/pve-devel/2015-September/017486.html : kernel 4.2 and qemu 2.4 machine introduce...
  10. J

    "Irq 17: nobody cared" problem with PCI passthrough

    Version: proxmox-ve: 6.3-1 (running kernel: 5.4.73-1-pve) pve-manager: 6.3-2 (running version: 6.3-2/22f57405) pve-kernel-5.4: 6.3-1 pve-kernel-helper: 6.3-1 pve-kernel-libc-dev: 5.4.106-1 pve-kernel-5.4.73-1-pve: 5.4.73-1 ceph-fuse: 12.2.11+dfsg1-2.1+b1 corosync: 3.0.4-pve1 criu: 3.11-3...
  11. J

    IRQ changed during PCI Passthrough: irq 17: nobody cared (try booting with the "irqpoll" option)

    Before start the VM: ``` 02:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981 (prog-if 02 [NVM Express]) Interrupt: pin A routed to IRQ 17 NUMA node: 0 Kernel driver in use: nvme 07:00.0 VGA compatible controller: NVIDIA...
  12. J

    Are there any plans to support virgl?

    I want to take acceleration of graphics acceleration using virtio-gpu. By the way, proxmox's qemu doesn't seem to support virgl. Are there any plans to apply? Is it because it still doesn't support virgl over network? Where can I find information on this? Or is there a way to implement it in...
  13. J

    nested virtualization is not working

    version: 6.3-2 Proxmox: /proc/cpuinfo ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Xeon(R) CPU E3-1280 v3 @ 3.60GHz stepping : 3 microcode : 0x28 cpu MHz : 3577.490 cache size : 8192 KB...
  14. J

    [SOLVED] VM Disk over ceph so slow, But rbd bench is good.

    RBD Bench: ``` # rbd bench --io-total=1G --io-size=1M --io-type read --io-threads 1 --io-pattern seq .../vm-1004-disk-0 bench type read io_size 1048576 io_threads 1 bytes 1073741824 pattern sequential SEC OPS OPS/SEC BYTES/SEC 1 138 144.19 151191864.43 2 355...
  15. J

    Can use SRV TCP Record at PVE RBD Storage?

    Hello, https://pve.proxmox.com/wiki/Storage:_RBD Here's only monhost in the description. https://docs.ceph.com/en/latest/rados/configuration/mon-lookup-dns/ If look here, ceph supports srv record. Can I use srv record in proxmox too?
  16. J

    Inbound broadcast packets dropped.

    Hello. I have set up the network through OVS. However, communication with other PCs is not working normally. Checking the reason, inbound broadcast packets are dropped. # ovs-vsctl show Bridge "vmbr1" Port "vmbr1" Interface "vmbr1" type: internal...