Search results

  1. G

    How to Sell multi-vps account with only one public IP

    it's not PVE side thing. You need to install yourself a reverse proxy as LXC or VM.
  2. G

    Server 2022 defrag/trim pegging CPU and RAM

    Here add -global scsi-hd.discard_granularity=8M to args: 8M because with 2M Windows 10 v1809 / Server 2019 doesn't report "SLAB" size. Not yet tried with PVE v9
  3. G

    Web console broke after 9.1 upgrade

    This is the result of failed not-so-annoying nag screen removal attempt.
  4. G

    How to install Proxmox with GRUB?

    Systemd-boot is installed with UEFI Not Enabled Secure Boot with ZFS/BTRFS. GRUB bootloader is installed when Secure Boot is enabled in UEFI, even with ZFS or BTRFS.
  5. G

    How to realize this backup concept

    Attaching USB disks directly on the host will be faster and easier.
  6. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    Not required as it's included since v3
  7. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    try with Windows Server 2019 or 2022. try with Windows 10 or 11
  8. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    please use bs=4k for iops then bs=1m for bandwidth what is server model ?
  9. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    Server grade are often set in Balanced Performance/Energy, set to Max Performance in BIOS/UEFI.
  10. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    no, Virtio-scsi driver is correctly installed for Storage Controller, showed in your screenshot. What do you want to test ? iops or bandwidth ? becauses each requires different settings. Mainly bs=4k for iops / bs=1M for bandwidth. BTW, NVMe is limited in 1 VM at a time. You need to test multi...
  11. G

    ubuntu server +firebird

    exact model will be more useful. Windows 10/2019 does not run smooth on this 10 years old Xeon CPU, even more when virtualized. Many cores but run too slow for modern Windows. In my exp. , was only OK with Windows 7/8/2008r2/2012r2
  12. G

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    it's expected that VirtIO scsi ( and VirtIO block) driver is only for Storage Controller not for disks itself. Like real life with hardware storage controller like raid controller.
  13. G

    ubuntu server +firebird

    what do you mean ? what physical cpu do they have ?
  14. G

    i have a bad experience with i226, what can i do?

    You didn't test hw NIC, as you iperf within the Linux software bridge.
  15. G

    Duplicate IP - Minisforum MS-01

    perhaps related with AMT shared port : https://forum.proxmox.com/threads/dhcp-server-not-working-with-minisforum-ms-01.166824/post-796134
  16. G

    Not able to access promox 9 gui from webbrowser after fresh installation

    is direct connection ? no router / Firewall / vpn between ? double check if ip not already used
  17. G

    Not able to access promox 9 gui from webbrowser after fresh installation

    https://forum.proxmox.com/threads/pve-stdworkspace-js-500-no-such-file-pve-stdworkspace-js.169032/
  18. G

    Epyc milan with win 11 VM virtio drivers will install except virtscsi [RESOLVED]

    VirtIO scsi driver is for the disk controller, not disk itself.
  19. G

    [SOLVED] Incorrect Total Storage Size Display for BTRFS Directory Storage in Proxmox VE 9.0.11 x86_64 GUI

    seems not mounted or wrong directory path. post storage.cfg content and "mount" output. plz, no screenshot, copy/paste in CODE forum tags.