Search results

  1. N

    NVME IO Latency 700~800ms, normal?

    I currently have a Dell R630 with a PCIE to M.2 Adapter running 990 PRO. Quite overkill as it is limited by PCIE gen 3 x 4 speeds. However, I noticed that I/O latency is averaging around 700-800ms, and it would go up to 900ms-1s during high io operations. Is it normal? Anything I can do to...
  2. N

    Bridge network setup -> very low MTU from VMs.. why?

    Hi, Running a proxmox setup where all VMs are bridged to a single physical interface in host, all with default MTU of 1500. We noticed that websocket connections are closing abruptly, and running the following bash script: size=1272 while ping -s $size -c1 -M do google.com >&/dev/null; do...
  3. N

    [SOLVED] Unable to boot Ubuntu 20.04 cloudimg (from Web UI & CLI)

    Hi, New to proxmox here, running Virtual Environment 7.1-7. I downloaded Ubuntu's 20.04 cloudimg directly onto the ISO Images section in Web UI. I was able to download and create VM successfully. During boot, it says that the boot failed: not a bootable disk. Tried searching here on forums...